Searched refs:playSound (Results 1 – 8 of 8) sorted by relevance
200 final boolean playSound = bucket != oldBucket || oldPlugged; in onReceive()201 mWarnings.showLowBatteryWarning(playSound); in onReceive()256 void showLowBatteryWarning(boolean playSound); in showLowBatteryWarning() argument
288 public void showLowBatteryWarning(boolean playSound) { in showLowBatteryWarning() argument291 + " [" + mBucket + "] playSound=" + playSound); in showLowBatteryWarning()292 mPlaySound = playSound; in showLowBatteryWarning()
439 mCameraService->playSound(CameraService::SOUND_RECORDING); in startRecordingMode()468 mCameraService->playSound(CameraService::SOUND_RECORDING); in stopRecording()646 mCameraService->playSound(CameraService::SOUND_RECORDING); in sendCommand()802 mCameraService->playSound(CameraService::SOUND_SHUTTER); in handleShutter()
1037 mCameraService->playSound(CameraService::SOUND_RECORDING); in startRecordingL()1209 mCameraService->playSound(CameraService::SOUND_RECORDING); in stopRecording()1629 mCameraService->playSound(CameraService::SOUND_RECORDING); in commandPlayRecordingSoundL()
1260 playSound(locked ? mLockSoundId : mUnlockSoundId); in playSounds()1263 private void playSound(int soundId) { in playSound() method in KeyguardViewMediator1287 playSound(mTrustedSoundId); in playTrustedSound()
134 void playSound(sound_kind kind);
1349 void CameraService::playSound(sound_kind kind) { in playSound() function in android::CameraService
734 client->getCameraService()->playSound(CameraService::SOUND_SHUTTER); in shutterNotifyLocked()