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

  /hardware/libhardware/modules/camera/3_0/
Camera.h 102 android::Mutex mDeviceLock;
  /hardware/libhardware/modules/camera/3_4/
camera.h 133 android::Mutex mDeviceLock;
  /hardware/libhardware/modules/usbcamera/
Camera.h 93 // Reuse a stream already created by this device. Must be called with mDeviceLock held.
96 // mDeviceLock held.
98 // Verify a set of streams is valid in aggregate. Must be called with mDeviceLock held.
100 // Calculate usage and max_bufs of each stream. Must be called with mDeviceLock held.
103 // mDeviceLock held.
117 android::Mutex mDeviceLock;
  /device/asus/fugu/libaudio/
AudioOutput.h 154 Mutex mDeviceLock;
  /packages/apps/Camera2/src/com/android/camera/device/
MultiCameraDeviceLifecycle.java 82 private final Object mDeviceLock = new Object();
87 @GuardedBy("mDeviceLock")
91 @GuardedBy("mDeviceLock")
95 @GuardedBy("mDeviceLock")
249 synchronized (mDeviceLock) {
286 synchronized (mDeviceLock) {
363 synchronized (mDeviceLock) {
  /frameworks/av/camera/ndk/impl/
ACameraDevice.h 133 void lockDeviceForSessionOps() const { mDeviceLock.lock(); };
134 void unlockDevice() const { mDeviceLock.unlock(); };
147 mutable Mutex mDeviceLock;

Completed in 707 milliseconds