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 40 enum LockStatus {
46 virtual void onLockStatusChanged(LockStatus newLockStatus) = 0;
ProCamera.h 246 IProCameraCallbacks::LockStatus newLockStatus);
  /frameworks/av/camera/
IProCameraCallbacks.cpp 64 void onLockStatusChanged(LockStatus newLockStatus) {
105 LockStatus newLockStatus
106 = static_cast<LockStatus>(data.readInt32());
ProCamera.cpp 64 IProCameraCallbacks::LockStatus newLockStatus)

Completed in 29 milliseconds