Home
last modified time | relevance | path

Searched refs:playSound (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerUI.java402 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
DPowerNotificationWarnings.java517 public void showLowBatteryWarning(boolean playSound) { in showLowBatteryWarning() argument
520 + " [" + mBucket + "] playSound=" + playSound); in showLowBatteryWarning()
521 mPlaySound = playSound; in showLowBatteryWarning()
/frameworks/av/services/camera/libcameraservice/api1/
DCameraClient.cpp451 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()
DCamera2Client.cpp1103 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java1796 playSound(locked ? mLockSoundId : mUnlockSoundId); in playSounds()
1799 private void playSound(int soundId) { in playSound() method in KeyguardViewMediator
1827 playSound(mTrustedSoundId); in playTrustedSound()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DCaptureSequencer.cpp754 client->getCameraService()->playSound(CameraService::SOUND_SHUTTER); in shutterNotifyLocked()
/frameworks/av/services/camera/libcameraservice/
DCameraService.h215 void playSound(sound_kind kind);
DCameraService.cpp2699 void CameraService::playSound(sound_kind kind) { in playSound() function in android::CameraService
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java6863 beep = playSound(record, soundUri);
7035 private boolean playSound(final NotificationRecord record, Uri soundUri) {
/frameworks/base/services/
Dart-profile21811 HSPLcom/android/server/notification/NotificationManagerService;->playSound(Lcom/android/server/noti…