[go: nahoru, domu]

Searched refs:mRequestLock (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp2691 Mutex::Autolock l(mRequestLock);
2696 Mutex::Autolock l(mRequestLock);
2706 Mutex::Autolock l(mRequestLock);
2784 Mutex::Autolock l(mRequestLock);
2810 Mutex::Autolock l(mRequestLock);
2827 Mutex::Autolock l(mRequestLock);
2974 Mutex::Autolock l(mRequestLock);
3113 Mutex::Autolock l(mRequestLock);
3269 Mutex::Autolock l(mRequestLock);
3327 Mutex::Autolock l(mRequestLock);
[all...]
H A DCamera3Device.h560 // Waits for a request, or returns NULL if times out. Must be called with mRequestLock hold.
583 // If the input request is in mRepeatingRequests. Must be called with mRequestLock hold
589 // Clear repeating requests. Must be called with mRequestLock held.
602 Mutex mRequestLock; member in class:android::Camera3Device::RequestThread
607 // on the request queue. Read-only even with mRequestLock held, outside

Completed in 46 milliseconds