Home
last modified time | relevance | path

Searched refs:canDisableShutterSound (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/ui/mediapicker/
H A DMockCameraFactory.java45 outCameraInfo.canDisableShutterSound = cameraInfo.canDisableShutterSound; in getCameraInfo()
/aosp12/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraDeviceInfo.java196 public abstract boolean canDisableShutterSound(); in canDisableShutterSound() method in CameraDeviceInfo.Characteristics
H A DAndroidCameraAgentImpl.java222 public boolean canDisableShutterSound() { in canDisableShutterSound() method in AndroidCameraAgentImpl.AndroidCameraDeviceInfo.AndroidCharacteristics
223 return mCameraInfo.canDisableShutterSound; in canDisableShutterSound()
H A DAndroidCamera2AgentImpl.java1398 public boolean canDisableShutterSound() { in canDisableShutterSound() method in AndroidCamera2AgentImpl.AndroidCamera2DeviceInfo.AndroidCharacteristics2
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_Camera.cpp48 jfieldID canDisableShutterSound; member
552 jboolean canDisableShutterSound = (strncmp(value, "0", 2) == 0); in android_hardware_Camera_getCameraInfo() local
553 env->SetBooleanField(info_obj, fields.canDisableShutterSound, in android_hardware_Camera_getCameraInfo()
554 canDisableShutterSound); in android_hardware_Camera_getCameraInfo()
1168 &fields.canDisableShutterSound }, in register_android_hardware_Camera()
/aosp12/frameworks/base/core/java/android/hardware/
H A DCamera.java300 cameraInfo.canDisableShutterSound = false; in getCameraInfo()
365 public boolean canDisableShutterSound; field in Camera.CameraInfo
1633 boolean canDisableShutterSound = true; in enableShutterSound()
1638 canDisableShutterSound = false; in enableShutterSound()
1643 if (!enabled && !canDisableShutterSound) { in enableShutterSound()
1653 if (canDisableShutterSound) { in enableShutterSound()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt17243 field @Deprecated public boolean canDisableShutterSound;
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt12148 field public boolean canDisableShutterSound;