Searched refs:playSound (Results 1 – 10 of 10) sorted by relevance
364 final boolean playSound = currentSnapshot.getBucket() != lastSnapshot.getBucket() in maybeShowHybridWarning()368 mWarnings.showLowBatteryWarning(playSound); in maybeShowHybridWarning()438 final boolean playSound = currentSnapshot.getBucket() != lastSnapshot.getBucket() in maybeShowBatteryWarning()442 mWarnings.showLowBatteryWarning(playSound); in maybeShowBatteryWarning()617 void showLowBatteryWarning(boolean playSound); in showLowBatteryWarning() argument
515 public void showLowBatteryWarning(boolean playSound) { in showLowBatteryWarning() argument518 + " [" + mBucket + "] playSound=" + playSound); in showLowBatteryWarning()519 mPlaySound = playSound; in showLowBatteryWarning()
451 sCameraService->playSound(CameraService::SOUND_RECORDING_START); in startRecordingMode()484 sCameraService->playSound(CameraService::SOUND_RECORDING_STOP); in stopRecording()751 sCameraService->playSound(CameraService::SOUND_RECORDING_START); in sendCommand()944 sCameraService->playSound(CameraService::SOUND_SHUTTER); in handleShutter()
1097 sCameraService->playSound(CameraService::SOUND_RECORDING_START); in startRecordingL()1254 sCameraService->playSound(CameraService::SOUND_RECORDING_STOP); in stopRecording()1682 sCameraService->playSound(CameraService::SOUND_RECORDING_START); in commandPlayRecordingSoundL()
1712 playSound(locked ? mLockSoundId : mUnlockSoundId); in playSounds()1715 private void playSound(int soundId) { in playSound() method in KeyguardViewMediator1743 playSound(mTrustedSoundId); in playTrustedSound()
754 client->getCameraService()->playSound(CameraService::SOUND_SHUTTER); in shutterNotifyLocked()
198 void playSound(sound_kind kind);
2312 void CameraService::playSound(sound_kind kind) { in playSound() function in android::CameraService
5962 beep = playSound(record, soundUri);6113 private boolean playSound(final NotificationRecord record, Uri soundUri) {
9636 HSPLcom/android/server/notification/NotificationManagerService;->playSound(Lcom/android/server/noti…