Home | History | Annotate | Download | only in jni

Lines Matching defs:canDisableShutterSound

48     jfieldID    canDisableShutterSound;
548 jboolean canDisableShutterSound = (strncmp(value, "0", 2) == 0);
549 env->SetBooleanField(info_obj, fields.canDisableShutterSound,
550 canDisableShutterSound);
1132 { "android/hardware/Camera$CameraInfo", "canDisableShutterSound", "Z",
1133 &fields.canDisableShutterSound },