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.java193 final boolean playSound = bucket != oldBucket || oldPlugged; in onReceive()
194 mWarnings.showLowBatteryWarning(playSound); in onReceive()
244 void showLowBatteryWarning(boolean playSound); in showLowBatteryWarning() argument
DPowerNotificationWarnings.java227 public void showLowBatteryWarning(boolean playSound) { in showLowBatteryWarning() argument
230 + " [" + mBucket + "] playSound=" + playSound); in showLowBatteryWarning()
231 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.cpp1034 mCameraService->playSound(CameraService::SOUND_RECORDING_START); in startRecordingL()
1191 mCameraService->playSound(CameraService::SOUND_RECORDING_STOP); in stopRecording()
1621 mCameraService->playSound(CameraService::SOUND_RECORDING_START); in commandPlayRecordingSoundL()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java1521 playSound(locked ? mLockSoundId : mUnlockSoundId); in playSounds()
1524 private void playSound(int soundId) { in playSound() method in KeyguardViewMediator
1545 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.cpp2002 void CameraService::playSound(sound_kind kind) { in playSound() function in android::CameraService