summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/ProgramVertexFixedFunction.java
diff options
context:
space:
mode:
authorZhijun He <zhijunhe@google.com>2014-03-31 16:11:33 -0700
committerZhijun He <zhijunhe@google.com>2014-03-31 17:34:29 -0700
commit1a9b646c6b83aa091164dc94f9d1348bfca38227 (patch)
treebdedc88a6cb9f37e01f89742166300d4ccdaf4a1 /rs/java/android/renderscript/ProgramVertexFixedFunction.java
parentafec430ada65936a4bb9143ec82c4c0429032fed (diff)
Camera2: Fix missing capture result callback issue
When configuring output right after submitting some capture request, the waitUntilIdle clears the capture mCaptureListenerMap and mRepeatingRequestIdDeletedList. This caused the listener is cleared before the capture result is delivered to application side. Since the listener is already removed properly, it is really not needed to clear them right after idling the device. It also doesn't make sense to add the repeating request id that has no listener hooked up to the mRepeatingRequestIdDeletedList, this caused out of sync between id deleted list and the mCaptureListenerMap for repeating request. Bug: 13730119 Change-Id: I94ab7a5515f841ffd97b103c2c1b71d92afd955a
Diffstat (limited to 'rs/java/android/renderscript/ProgramVertexFixedFunction.java')
0 files changed, 0 insertions, 0 deletions