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

  /frameworks/av/services/radio/
RadioService.h 204 Mutex mServiceLock; // protects mModules
  /frameworks/av/services/soundtrigger/
SoundTriggerHwService.h 199 Mutex mServiceLock;
  /packages/apps/KeyChain/tests/src/com/android/keychain/tests/
KeyChainServiceTest.java 44 private final Object mServiceLock = new Object();
65 synchronized (mServiceLock) {
67 mServiceLock.notifyAll();
72 synchronized (mServiceLock) {
197 synchronized (mServiceLock) {
199 mServiceLock.wait(10 * 1000);
  /frameworks/av/services/camera/libcameraservice/
CameraService.h 501 // Only call with with mServiceLock held.
517 Mutex mServiceLock;
519 // Condition to use with mServiceLock, used to handle simultaneous connect calls from clients
557 * This method acquires mServiceLock.
564 * This method acquires mServiceLock.
573 * This method must be called with mServiceLock held.
586 * This method must be called with mServiceLock held.
837 // Acquire mServiceLock and prevent other clients from connecting
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 487 private final ReentrantReadWriteLock mServiceLock =
523 mServiceLock.writeLock().lock();
528 mServiceLock.writeLock().unlock();
616 mServiceLock.readLock().lock();
621 mServiceLock.readLock().unlock();
655 mServiceLock.readLock().lock();
668 mServiceLock.readLock().unlock();
    [all...]

Completed in 241 milliseconds