Searched refs:enableShutterSound (Results 1 – 9 of 9) sorted by relevance
101 status_t enableShutterSound(bool enable);
706 status_t CameraClient::enableShutterSound(bool enable) { in enableShutterSound() function in android::CameraClient743 return enableShutterSound(false); in sendCommand()745 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
1694 public final boolean enableShutterSound(boolean enabled) { in enableShutterSound() method in Camera1791 enableShutterSound(mShutterSoundEnabledFromApp); in updateAppOpsPlayAudio()
12095 method public final boolean enableShutterSound(boolean);
16024 method @Deprecated public final boolean enableShutterSound(boolean);