Searched refs:playSound (Results 1 – 8 of 8) sorted by relevance
193 final boolean playSound = bucket != oldBucket || oldPlugged; in onReceive()194 mWarnings.showLowBatteryWarning(playSound); in onReceive()244 void showLowBatteryWarning(boolean playSound); in showLowBatteryWarning() argument
227 public void showLowBatteryWarning(boolean playSound) { in showLowBatteryWarning() argument230 + " [" + mBucket + "] playSound=" + playSound); in showLowBatteryWarning()231 mPlaySound = playSound; in showLowBatteryWarning()
443 mCameraService->playSound(CameraService::SOUND_RECORDING_START); in startRecordingMode()474 mCameraService->playSound(CameraService::SOUND_RECORDING_STOP); in stopRecording()700 mCameraService->playSound(CameraService::SOUND_RECORDING_START); in sendCommand()840 mCameraService->playSound(CameraService::SOUND_SHUTTER); in handleShutter()
1034 mCameraService->playSound(CameraService::SOUND_RECORDING_START); in startRecordingL()1191 mCameraService->playSound(CameraService::SOUND_RECORDING_STOP); in stopRecording()1621 mCameraService->playSound(CameraService::SOUND_RECORDING_START); in commandPlayRecordingSoundL()
1521 playSound(locked ? mLockSoundId : mUnlockSoundId); in playSounds()1524 private void playSound(int soundId) { in playSound() method in KeyguardViewMediator1545 playSound(mTrustedSoundId); in playTrustedSound()
718 client->getCameraService()->playSound(CameraService::SOUND_SHUTTER); in shutterNotifyLocked()
171 void playSound(sound_kind kind);
2002 void CameraService::playSound(sound_kind kind) { in playSound() function in android::CameraService