Searched defs:canDisableShutterSound (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_hardware_Camera.cpp42 jfieldID canDisableShutterSound; member in struct:fields_t
461 jboolean canDisableShutterSound = (strncmp(value, "0", 2) == 0); local
462 env->SetBooleanField(info_obj, fields.canDisableShutterSound,
463 canDisableShutterSound);
973 { "android/hardware/Camera$CameraInfo", "canDisableShutterSound", "Z",
974 &fields.canDisableShutterSound },
/frameworks/base/core/java/android/hardware/
H A DCamera.java208 cameraInfo.canDisableShutterSound = false;
269 public boolean canDisableShutterSound; field in class:Camera.CameraInfo
1193 * this method will return false. {@link CameraInfo#canDisableShutterSound}
1204 * @see CameraInfo#canDisableShutterSound

Completed in 47 milliseconds