Home
last modified time | relevance | path

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

/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DCameraDeviceInfo.java196 public abstract boolean canDisableShutterSound(); in canDisableShutterSound() method in CameraDeviceInfo.Characteristics
DAndroidCameraAgentImpl.java222 public boolean canDisableShutterSound() { in canDisableShutterSound() method in AndroidCameraAgentImpl.AndroidCameraDeviceInfo.AndroidCharacteristics
223 return mCameraInfo.canDisableShutterSound; in canDisableShutterSound()
DAndroidCamera2AgentImpl.java1398 public boolean canDisableShutterSound() { in canDisableShutterSound() method in AndroidCamera2AgentImpl.AndroidCamera2DeviceInfo.AndroidCharacteristics2
/frameworks/base/core/jni/
Dandroid_hardware_Camera.cpp48 jfieldID canDisableShutterSound; member
522 jboolean canDisableShutterSound = (strncmp(value, "0", 2) == 0); in android_hardware_Camera_getCameraInfo() local
523 env->SetBooleanField(info_obj, fields.canDisableShutterSound, in android_hardware_Camera_getCameraInfo()
524 canDisableShutterSound); in android_hardware_Camera_getCameraInfo()
1106 &fields.canDisableShutterSound }, in register_android_hardware_Camera()
/frameworks/base/core/java/android/hardware/
DCamera.java247 cameraInfo.canDisableShutterSound = false; in getCameraInfo()
312 public boolean canDisableShutterSound; field in Camera.CameraInfo
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt12148 field public boolean canDisableShutterSound;
/frameworks/base/api/
Dcurrent.txt13257 field public boolean canDisableShutterSound;
Dtest-current.txt13270 field public boolean canDisableShutterSound;
Dsystem-current.txt13696 field public boolean canDisableShutterSound;