Searched refs:playSound (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerUI.java269 final boolean playSound = bucket != oldBucket || oldPlugged;
293 mWarnings.showLowBatteryWarning(playSound);
533 void showLowBatteryWarning(boolean playSound); argument
H A DPowerNotificationWarnings.java443 public void showLowBatteryWarning(boolean playSound) { argument
446 + " [" + mBucket + "] playSound=" + playSound);
447 mPlaySound = playSound;
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.cpp454 sCameraService->playSound(CameraService::SOUND_RECORDING_START);
487 sCameraService->playSound(CameraService::SOUND_RECORDING_STOP);
772 sCameraService->playSound(CameraService::SOUND_RECORDING_START);
965 sCameraService->playSound(CameraService::SOUND_SHUTTER);
H A DCamera2Client.cpp1094 sCameraService->playSound(CameraService::SOUND_RECORDING_START);
1251 sCameraService->playSound(CameraService::SOUND_RECORDING_STOP);
1688 sCameraService->playSound(CameraService::SOUND_RECORDING_START);
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java1714 playSound(locked ? mLockSoundId : mUnlockSoundId);
1717 private void playSound(int soundId) { method in class:KeyguardViewMediator
1745 playSound(mTrustedSoundId);
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h181 void playSound(sound_kind kind);
H A DCameraService.cpp2056 void CameraService::playSound(sound_kind kind) { function in class:android::CameraService
2059 LOG1("playSound(%d)", kind);
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.cpp724 client->getCameraService()->playSound(CameraService::SOUND_SHUTTER);
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java4798 beep = playSound(record, soundUri);
4884 private boolean playSound(final NotificationRecord record, Uri soundUri) { method in class:NotificationManagerService

Completed in 199 milliseconds