diff options
author | Dianne Hackborn <hackbod@google.com> | 2017-04-13 18:04:31 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2017-04-17 16:14:58 -0700 |
commit | 342e6037109a53830277d8de6ecf0e39578c143c (patch) | |
tree | 6d8aff8af82a831906df8b295048d747e34e1c8c /rs/java/android/renderscript/ProgramFragmentFixedFunction.java | |
parent | d8837b6fca23847fcd4dd295ccbb33ef9d4edcec (diff) |
Finish impl of job queue: handle URI permissions.
The job queue now handles URI permissions associated with
the Intent of each job. Just (kind-of) like Service!
Also do the second pass of locking in job scheduler, getting
rid of all the async dispatching on a handler, and just executing
calls right in line with simple locking. This probably fixes
a few other race issues, and allows us to make sure that we
always finish a job correctly when dequeuing the last work (we
will always atomically dequeue and finish, so no new work can
slip in between).
And fix a little debug output in IntentFilter.
Test: ran CtsJobSchedulerTestCases, added new test for URI perms.
Change-Id: I52f700ef0cd5be3ff70050f9c0f5fe3e8a5ccac1
Diffstat (limited to 'rs/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions