HomeSort by relevance Sort by last modified time
    Searched refs:timedLock (Results 1 - 6 of 6) sorted by null

  /system/core/libutils/include/utils/
Mutex.h 125 status_t timedLock(nsecs_t timeoutNs) TRY_ACQUIRE(true);
192 inline status_t Mutex::timedLock(nsecs_t timeoutNs) {
  /hardware/interfaces/camera/device/3.4/default/
CameraDeviceSession.cpp 662 if (mProcessCaptureResultLock.timedLock(1000000000 /* 1s */) != OK) {
ExternalCameraDeviceSession.cpp 802 if (mProcessCaptureResultLock.timedLock(/* 1s */NS_TO_SECOND) != OK) {
    [all...]
  /hardware/interfaces/camera/device/3.2/default/
CameraDeviceSession.cpp 667 if (mProcessCaptureResultLock.timedLock(1000000000 /* 1s */) != OK) {
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.cpp 905 if (mProcessCaptureResultLock.timedLock(1000000000 /* 1s */) != OK) {
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp     [all...]

Completed in 210 milliseconds