Searched refs:getCameraFacing (Results 1 – 10 of 10) sorted by relevance
85 return getCameraFacing() == OneCamera.Facing.BACK; in isFacingBack()94 return getCameraFacing() == OneCamera.Facing.FRONT; in isFacingFront()102 public OneCamera.Facing getCameraFacing() { in getCameraFacing() method in CameraFacingSetting130 final OneCamera.Facing originalFacing = getCameraFacing(); in switchCameraFacing()
53 public OneCamera.Facing getCameraFacing(); in getCameraFacing() method
102 public OneCamera.Facing getCameraFacing() { in getCameraFacing() method in ResourceOpenedCameraImpl
182 (openedCamera.getCameraFacing() == OneCamera.Facing.FRONT), in takePictureNow()
65 mResourceConstructed.get().getCameraFacingSetting().getCameraFacing(); in onEnter()
168 mResourceOpenedCamera.get().getCameraFacing()); in onEnter()
323 resourceConstructed.getCameraFacingSetting().getCameraFacing(); in registerEventHandlers()
1067 public synchronized int getCameraFacing() { in getCameraFacing() method in CameraStreamer.CameraRunnable1647 public int getCameraFacing() { in getCameraFacing() method in CameraStreamer1648 return mCameraRunner.getCameraFacing(); in getCameraFacing()
279 virtual int getCameraFacing() const;
2225 basicClient->getCameraFacing(), in notifyDisplayConfigurationChange()3090 int CameraService::BasicClient::getCameraFacing() const { in getCameraFacing() function in android::CameraService::BasicClient