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

  /cts/suite/audio_quality/client/src/com/android/cts/audiotest/
AudioProtocol.java 72 private ReentrantLock mClientLock = new ReentrantLock();
96 mClientLock.lock();
104 mClientLock.unlock();
179 if (mClientLock.getHoldCount() == 0) {
180 mClientLock.lock();
192 while (mClientLock.getHoldCount() > 0) {
193 mClientLock.unlock();
456 mClientLock.lock();
471 mClientLock.unlock();
516 mClientLock.lock()
    [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraService.h 106 // returns plain pointer of client. Note that mClientLock should be acquired to
136 // CameraService's mClientLock should be acquired to access this.
307 Mutex mClientLock[MAX_CAMERAS]; // prevent Client destruction inside callbacks
CameraService.cpp 661 return &mClientLock[cameraId];
    [all...]

Completed in 147 milliseconds