Searched refs:canDisableShutterSound (Results 1 – 8 of 8) sorted by relevance
196 public abstract boolean canDisableShutterSound(); in canDisableShutterSound() method in CameraDeviceInfo.Characteristics
222 public boolean canDisableShutterSound() { in canDisableShutterSound() method in AndroidCameraAgentImpl.AndroidCameraDeviceInfo.AndroidCharacteristics223 return mCameraInfo.canDisableShutterSound; in canDisableShutterSound()
1398 public boolean canDisableShutterSound() { in canDisableShutterSound() method in AndroidCamera2AgentImpl.AndroidCamera2DeviceInfo.AndroidCharacteristics2
47 jfieldID canDisableShutterSound; member552 jboolean canDisableShutterSound = (strncmp(value, "0", 2) == 0); in android_hardware_Camera_getCameraInfo() local553 env->SetBooleanField(info_obj, fields.canDisableShutterSound, in android_hardware_Camera_getCameraInfo()554 canDisableShutterSound); in android_hardware_Camera_getCameraInfo()1123 &fields.canDisableShutterSound }, in register_android_hardware_Camera()
332 cameraInfo.canDisableShutterSound = false; in getCameraInfo()410 public boolean canDisableShutterSound; field in Camera.CameraInfo1582 boolean canDisableShutterSound = true; in enableShutterSound()1587 canDisableShutterSound = false; in enableShutterSound()1592 if (!enabled && !canDisableShutterSound) { in enableShutterSound()1602 if (canDisableShutterSound) { in enableShutterSound()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
12148 field public boolean canDisableShutterSound;
18261 field @Deprecated public boolean canDisableShutterSound;