Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerUI.java210 final boolean playSound = bucket != oldBucket || oldPlugged; in onReceive()
211 mWarnings.showLowBatteryWarning(playSound); in onReceive()
366 void showLowBatteryWarning(boolean playSound); in showLowBatteryWarning() argument
DPowerNotificationWarnings.java289 public void showLowBatteryWarning(boolean playSound) { in showLowBatteryWarning() argument
292 + " [" + mBucket + "] playSound=" + playSound); in showLowBatteryWarning()
293 mPlaySound = playSound; in showLowBatteryWarning()
/frameworks/av/services/camera/libcameraservice/api1/
DCameraClient.cpp443 mCameraService->playSound(CameraService::SOUND_RECORDING_START); in startRecordingMode()
474 mCameraService->playSound(CameraService::SOUND_RECORDING_STOP); in stopRecording()
700 mCameraService->playSound(CameraService::SOUND_RECORDING_START); in sendCommand()
840 mCameraService->playSound(CameraService::SOUND_SHUTTER); in handleShutter()
DCamera2Client.cpp1037 mCameraService->playSound(CameraService::SOUND_RECORDING_START); in startRecordingL()
1194 mCameraService->playSound(CameraService::SOUND_RECORDING_STOP); in stopRecording()
1624 mCameraService->playSound(CameraService::SOUND_RECORDING_START); in commandPlayRecordingSoundL()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java1623 playSound(locked ? mLockSoundId : mUnlockSoundId); in playSounds()
1626 private void playSound(int soundId) { in playSound() method in KeyguardViewMediator
1647 playSound(mTrustedSoundId); in playTrustedSound()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DCaptureSequencer.cpp718 client->getCameraService()->playSound(CameraService::SOUND_SHUTTER); in shutterNotifyLocked()
/frameworks/av/services/camera/libcameraservice/
DCameraService.h171 void playSound(sound_kind kind);
DCameraService.cpp2003 void CameraService::playSound(sound_kind kind) { in playSound() function in android::CameraService