Searched refs:playSound (Results 1 – 10 of 10) sorted by relevance
402 final boolean playSound = currentSnapshot.getBucket() != lastSnapshot.getBucket() in maybeShowHybridWarning()406 mWarnings.showLowBatteryWarning(playSound); in maybeShowHybridWarning()479 final boolean playSound = currentSnapshot.getBucket() != lastSnapshot.getBucket() in maybeShowBatteryWarning()483 mWarnings.showLowBatteryWarning(playSound); in maybeShowBatteryWarning()674 void showLowBatteryWarning(boolean playSound); in showLowBatteryWarning() argument
517 public void showLowBatteryWarning(boolean playSound) { in showLowBatteryWarning() argument520 + " [" + mBucket + "] playSound=" + playSound); in showLowBatteryWarning()521 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()948 sCameraService->playSound(CameraService::SOUND_SHUTTER); in handleShutter()
1103 sCameraService->playSound(CameraService::SOUND_RECORDING_START); in startRecordingL()1260 sCameraService->playSound(CameraService::SOUND_RECORDING_STOP); in stopRecording()1688 sCameraService->playSound(CameraService::SOUND_RECORDING_START); in commandPlayRecordingSoundL()
1796 playSound(locked ? mLockSoundId : mUnlockSoundId); in playSounds()1799 private void playSound(int soundId) { in playSound() method in KeyguardViewMediator1827 playSound(mTrustedSoundId); in playTrustedSound()
754 client->getCameraService()->playSound(CameraService::SOUND_SHUTTER); in shutterNotifyLocked()
215 void playSound(sound_kind kind);
2699 void CameraService::playSound(sound_kind kind) { in playSound() function in android::CameraService
6863 beep = playSound(record, soundUri);7035 private boolean playSound(final NotificationRecord record, Uri soundUri) {
21811 HSPLcom/android/server/notification/NotificationManagerService;->playSound(Lcom/android/server/noti…