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.java364 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
DPowerNotificationWarnings.java515 public void showLowBatteryWarning(boolean playSound) { in showLowBatteryWarning() argument
518 + " [" + mBucket + "] playSound=" + playSound); in showLowBatteryWarning()
519 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()
944 sCameraService->playSound(CameraService::SOUND_SHUTTER); in handleShutter()
DCamera2Client.cpp1097 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java1712 playSound(locked ? mLockSoundId : mUnlockSoundId); in playSounds()
1715 private void playSound(int soundId) { in playSound() method in KeyguardViewMediator
1743 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.h198 void playSound(sound_kind kind);
DCameraService.cpp2312 void CameraService::playSound(sound_kind kind) { in playSound() function in android::CameraService
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java5962 beep = playSound(record, soundUri);
6113 private boolean playSound(final NotificationRecord record, Uri soundUri) {
/frameworks/base/services/
Dart-profile9636 HSPLcom/android/server/notification/NotificationManagerService;->playSound(Lcom/android/server/noti…