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

  /hardware/libhardware/modules/camera/
Camera.h 102 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 153 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 131 void lockDeviceForSessionOps() const { mDeviceLock.lock(); };
132 void unlockDevice() const { mDeviceLock.unlock(); };
145 mutable Mutex mDeviceLock;

Completed in 130 milliseconds