Searched refs:canDisableShutterSound (Results 1 – 4 of 4) sorted by relevance
48 jfieldID canDisableShutterSound; member551 jboolean canDisableShutterSound = (strncmp(value, "0", 2) == 0); in android_hardware_Camera_getCameraInfo() local552 env->SetBooleanField(info_obj, fields.canDisableShutterSound, in android_hardware_Camera_getCameraInfo()553 canDisableShutterSound); in android_hardware_Camera_getCameraInfo()1119 &fields.canDisableShutterSound }, in register_android_hardware_Camera()
300 cameraInfo.canDisableShutterSound = false; in getCameraInfo()366 public boolean canDisableShutterSound; field in Camera.CameraInfo1651 boolean canDisableShutterSound = true; in enableShutterSound()1656 canDisableShutterSound = false; in enableShutterSound()1661 if (!enabled && !canDisableShutterSound) { in enableShutterSound()1671 if (canDisableShutterSound) { in enableShutterSound()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
17682 field @Deprecated public boolean canDisableShutterSound;