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

  /frameworks/av/services/camera/libcameraservice/
CameraService.h 51 // returns plain pointer of client. Note that mClientLock should be acquired to
74 Mutex mClientLock[MAX_CAMERAS]; // prevent Client destruction inside callbacks
208 // CameraService's mClientLock should be acquired to access this.
  /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();
455 mClientLock.lock();
470 mClientLock.unlock();
515 mClientLock.lock()
    [all...]

Completed in 38 milliseconds