Home
last modified time | relevance | path

Searched refs:getCameraFacing (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/apps/Camera2/src/com/android/camera/settings/
H A DCameraFacingSetting.java85 return getCameraFacing() == OneCamera.Facing.BACK; in isFacingBack()
94 return getCameraFacing() == OneCamera.Facing.FRONT; in isFacingFront()
102 public OneCamera.Facing getCameraFacing() { in getCameraFacing() method in CameraFacingSetting
130 final OneCamera.Facing originalFacing = getCameraFacing(); in switchCameraFacing()
/aosp12/packages/apps/Camera2/src/com/android/camera/captureintent/resource/
H A DResourceOpenedCamera.java53 public OneCamera.Facing getCameraFacing(); in getCameraFacing() method
H A DResourceOpenedCameraImpl.java102 public OneCamera.Facing getCameraFacing() { in getCameraFacing() method in ResourceOpenedCameraImpl
H A DResourceCaptureToolsImpl.java182 (openedCamera.getCameraFacing() == OneCamera.Facing.FRONT), in takePictureNow()
/aosp12/packages/apps/Camera2/src/com/android/camera/captureintent/state/
H A DStateForegroundWithSurfaceTexture.java65 mResourceConstructed.get().getCameraFacingSetting().getCameraFacing(); in onEnter()
H A DStateStartingPreview.java168 mResourceOpenedCamera.get().getCameraFacing()); in onEnter()
H A DStateReadyForCapture.java323 resourceConstructed.getCameraFacingSetting().getCameraFacing(); in registerEventHandlers()
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCameraStreamer.java1067 public synchronized int getCameraFacing() { in getCameraFacing() method in CameraStreamer.CameraRunnable
1647 public int getCameraFacing() { in getCameraFacing() method in CameraStreamer
1648 return mCameraRunner.getCameraFacing(); in getCameraFacing()
/aosp12/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h279 virtual int getCameraFacing() const;
H A DCameraService.cpp2225 basicClient->getCameraFacing(), in notifyDisplayConfigurationChange()
3090 int CameraService::BasicClient::getCameraFacing() const { in getCameraFacing() function in android::CameraService::BasicClient