DescriptionVideoCaptureDeviceAndroid: add ThreadChecker, lock access to |client_|, mini cleanup
This CL:
- Adds a thread checker to VideoCaptureDeviceAndroid,
- reduces the scope of an AutoLock protecting |client_|
- adds AutoLock in (other) accesses to |client_| and
tests for it before using it.
- cleans up (removes) superfluous DVLOG()s
- reorders 1 member variable
Committed: https://crrev.com/2a9a0be57eb38d4937e1cc2ef2737ae8a9a74289
Cr-Commit-Position: refs/heads/master@{#408238}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Added more |lock_| protections for |client_| accessing #
Messages
Total messages: 13 (6 generated)
|