Home
last modified time | relevance | path

Searched defs:overrideToPortrait (Results 1 – 16 of 16) sorted by relevance

/frameworks/av/camera/aidl/android/hardware/
DICameraService.aidl72 CameraInfo getCameraInfo(int cameraId, boolean overrideToPortrait); in getCameraInfo()
89 boolean overrideToPortrait, in connect()
102 boolean overrideToPortrait); in connectDevice()
160 boolean overrideToPortrait); in getCameraCharacteristics()
/frameworks/av/services/camera/libcameraservice/device3/hidl/
DHidlCamera3Device.h37 Camera3Device(cameraServiceProxyWrapper, id, overrideForPerfClass, overrideToPortrait, in Camera3Device() argument
DHidlCamera3Device.cpp707 bool overrideToPortrait, in createNewRequestThread()
1705 bool overrideToPortrait, in HidlRequestThread()
/frameworks/av/camera/
DCameraBase.cpp166 bool overrideToPortrait, bool forceSlowJpegMode) in connect()
281 bool overrideToPortrait, in getCameraInfo()
DCamera.cpp74 int clientUid, int clientPid, int targetSdkVersion, bool overrideToPortrait, in connect()
/frameworks/base/core/java/android/hardware/camera2/
DCameraManager.java636 boolean overrideToPortrait) throws CameraAccessException { in getCameraCharacteristics()
744 final int oomScoreOffset, boolean overrideToPortrait) throws CameraAccessException { in openCameraDeviceUserAsync()
936 public void openCamera(@NonNull String cameraId, boolean overrideToPortrait, in openCamera()
1070 int clientUid, int oomScoreOffset, boolean overrideToPortrait) in openCameraForUid()
/frameworks/av/services/camera/libcameraservice/device3/aidl/
DAidlCamera3Device.cpp167 const String8& id, bool overrideForPerfClass, bool overrideToPortrait, in AidlCamera3Device()
1422 bool overrideToPortrait, in AidlRequestThread()
1595 bool overrideToPortrait, in createNewRequestThread()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputUtils.h110 bool overrideToPortrait; member
DCamera3Device.cpp79 const String8 &id, bool overrideForPerfClass, bool overrideToPortrait, bool legacyClient): in Camera3Device()
3021 bool overrideToPortrait, in RequestThread()
4834 bool overrideToPortrait, in overrideAutoRotateAndCrop()
/frameworks/av/services/camera/libcameraservice/common/
DCamera2ClientBase.cpp63 bool overrideToPortrait, in Camera2ClientBase()
DCameraProviderManager.cpp343 bool overrideToPortrait, int *portraitRotation, hardware::CameraInfo* info) const { in getCameraInfo()
2549 bool overrideToPortrait, int *portraitRotation, in getCameraInfo()
2616 bool overrideForPerfClass, CameraMetadata *characteristics, bool overrideToPortrait) { in getCameraCharacteristics()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp920 Status CameraService::getCameraInfo(int cameraId, bool overrideToPortrait, in getCameraInfo()
996 int targetSdkVersion, bool overrideToPortrait, CameraMetadata* cameraInfo) { in getCameraCharacteristics()
1155 bool overrideToPortrait, int* portraitRotation, int* facing, int* orientation) { in getDeviceVersion()
1210 apiLevel effectiveApiLevel, bool overrideForPerfClass, bool overrideToPortrait, in makeClient()
1872 bool overrideToPortrait, in connect()
1971 bool overrideToPortrait, in connectDevice()
2099 bool overrideToPortrait, bool forceSlowJpegMode, const String8& originalCameraId, in connectHelper()
3652 int servicePid, bool overrideToPortrait) : in Client()
3688 int servicePid, bool overrideToPortrait): in BasicClient()
/frameworks/base/core/jni/
Dandroid_hardware_Camera.cpp533 jboolean overrideToPortrait, jobject info_obj) { in android_hardware_Camera_getCameraInfo()
559 jboolean overrideToPortrait, in android_hardware_Camera_native_setup()
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp70 bool overrideToPortrait) : in CameraDeviceClientBase()
101 bool overrideToPortrait, in CameraDeviceClient()
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp66 bool overrideToPortrait, in Camera2Client()
/frameworks/base/core/java/android/hardware/
DCamera.java306 private native static void _getCameraInfo(int cameraId, boolean overrideToPortrait, in _getCameraInfo()
576 boolean overrideToPortrait, boolean forceSlowJpegMode); in native_setup()