commit | a1e5dccf73c0b734204b0094241e4a6a0752a67e | [log] [tgz] |
---|---|---|
author | Igor Murashkin <iam@google.com> | Tue Oct 02 15:21:31 2012 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Oct 03 11:40:46 2012 -0700 |
tree | 94f5f98a460f6aa156447c64d2f16e289c74e793 | |
parent | 8dcdb9553defafa1166c64b496e1ee390e4eadfa [diff] |
Camera2: Fix trying to release HAL stream twice When we fail to disconnect the native window, StreamAdapter::release would fail and remain in the old (ALLOCATED) state, thus it thinks that we haven't released the HAL stream yet. With this change, ignore DEAD_OBJECT native window disconnect failures, so the state transitions to RELEASED and we don't double release HAL streams. Bug: 7258314 Change-Id: I524893e4b4d6463d7b0a7ce32fb6f658afba8e11