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

  /device/generic/goldfish/camera/
EmulatedFakeCamera2.h 369 int maybeStartAeScan(uint8_t aeMode, bool aeLock, uint8_t aeState);
370 int updateAeScan(uint8_t aeMode, bool aeLock, uint8_t aeState,
EmulatedFakeCamera2.cpp     [all...]
EmulatedQemuCamera3.cpp 635 static const uint8_t aeLock = ANDROID_CONTROL_AE_LOCK_OFF;
636 settings.update(ANDROID_CONTROL_AE_LOCK, &aeLock, 1);
    [all...]
EmulatedFakeCamera3.cpp 680 static const uint8_t aeLock = ANDROID_CONTROL_AE_LOCK_OFF;
681 settings.update(ANDROID_CONTROL_AE_LOCK, &aeLock, 1);
    [all...]
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedFakeCamera2.h 355 int maybeStartAeScan(uint8_t aeMode, bool aeLock, uint8_t aeState);
356 int updateAeScan(uint8_t aeMode, bool aeLock, uint8_t aeState,
EmulatedFakeCamera2.cpp     [all...]
EmulatedFakeCamera3.cpp 628 static const uint8_t aeLock = ANDROID_CONTROL_AE_LOCK_OFF;
629 settings.update(ANDROID_CONTROL_AE_LOCK, &aeLock, 1);
    [all...]
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]

Completed in 1776 milliseconds