diff options
author | Salvador Martinez <dehboxturtle@google.com> | 2019-05-01 14:49:19 -0700 |
---|---|---|
committer | Salvador Martinez <dehboxturtle@google.com> | 2019-05-02 11:02:15 -0700 |
commit | af36fb3c1c5f100e8c53d77aa15c7253330bfb9e (patch) | |
tree | 8d6b7206ff5c635ff4f24d11a3d77f3a5b5d8661 /rs/java/android/renderscript/ProgramFragmentFixedFunction.java | |
parent | 28cb4d23db83de7b957e0b2fc6a3dae0371b4799 (diff) |
Prevent estimates from updating while callbacks are happening
It seems that for some people the estimate was being set to null
as part of the process to update the estimate as they were trying
to access it. This CL makes it so that we don't allow callbacks
to start if we are currently updating which will ensure that this
doesn't happen again.
Test: repro'd issue without change, issue gone with change
Bug: 131607084
Change-Id: I938d05a3977bb4bba2c5d28e800d94120b8425d2
Diffstat (limited to 'rs/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions