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

  /frameworks/av/include/camera/
IProCameraCallbacks.h 43 enum LockStatus {
49 virtual void onLockStatusChanged(LockStatus newLockStatus) = 0;
ProCamera.h 253 IProCameraCallbacks::LockStatus newLockStatus);
  /frameworks/av/camera/
IProCameraCallbacks.cpp 61 void onLockStatusChanged(LockStatus newLockStatus) {
102 LockStatus newLockStatus
103 = static_cast<LockStatus>(data.readInt32());
ProCamera.cpp 66 IProCameraCallbacks::LockStatus newLockStatus)

Completed in 84 milliseconds