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

  /frameworks/native/services/sensorservice/
SensorService.cpp 751 Mutex::Autolock _l(mConnectionLock);
763 Mutex::Autolock _l(mConnectionLock);
772 Mutex::Autolock _l(mConnectionLock);
780 Mutex::Autolock _l(mConnectionLock);
785 Mutex::Autolock _l(mConnectionLock);
791 Mutex::Autolock _l(mConnectionLock);
807 Mutex::Autolock _l(mConnectionLock);
847 Mutex::Autolock _l(mConnectionLock);
879 Mutex::Autolock _l(mConnectionLock);
    [all...]
SensorService.h 91 mutable Mutex mConnectionLock;
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ChildProcessLauncher.java 61 // SHOULD BE ACCESSED WITH mConnectionLock.
63 private final Object mConnectionLock = new Object();
88 synchronized (mConnectionLock) {
102 synchronized (mConnectionLock) {

Completed in 152 milliseconds