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);
1005 { "android/hardware/Camera$CameraInfo", "canDisableShutterSound", "Z",
1006 &fields.canDisableShutterSound },
/frameworks/base/core/java/android/hardware/
H A DCamera.java215 cameraInfo.canDisableShutterSound = false;
276 public boolean canDisableShutterSound; field in class:Camera.CameraInfo
1342 * this method will return false. {@link CameraInfo#canDisableShutterSound}
1353 * @see CameraInfo#canDisableShutterSound

Completed in 367 milliseconds