Searched refs:enableShutterSound (Results 1 – 9 of 9) sorted by relevance
101 status_t enableShutterSound(bool enable);
691 status_t CameraClient::enableShutterSound(bool enable) { in enableShutterSound() function in android::CameraClient748 return enableShutterSound(false); in sendCommand()750 return enableShutterSound(true); in sendCommand()
308 private void enableShutterSound(boolean enable) { in enableShutterSound() method in AndroidCameraAgentImpl.CameraHandler309 mCamera.enableShutterSound(enable); in enableShutterSound()593 enableShutterSound((msg.arg1 == 1) ? true : false); in handleMessage()
914 public void enableShutterSound(final boolean enable) { in enableShutterSound() method in CameraAgent.CameraProxy
1235 public void enableShutterSound(boolean enable) { in enableShutterSound() method in AndroidCamera2AgentImpl.AndroidCamera2ProxyImpl
1566 public final boolean enableShutterSound(boolean enabled) { in enableShutterSound() method in Camera
12095 method public final boolean enableShutterSound(boolean);
14436 method public final boolean enableShutterSound(boolean);
15216 method public final boolean enableShutterSound(boolean);