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.java200 final boolean playSound = bucket != oldBucket || oldPlugged; in onReceive()
201 mWarnings.showLowBatteryWarning(playSound); in onReceive()
256 void showLowBatteryWarning(boolean playSound); in showLowBatteryWarning() argument
DPowerNotificationWarnings.java288 public void showLowBatteryWarning(boolean playSound) { in showLowBatteryWarning() argument
291 + " [" + mBucket + "] playSound=" + playSound); in showLowBatteryWarning()
292 mPlaySound = playSound; in showLowBatteryWarning()
/frameworks/av/services/camera/libcameraservice/api1/
DCameraClient.cpp439 mCameraService->playSound(CameraService::SOUND_RECORDING); in startRecordingMode()
468 mCameraService->playSound(CameraService::SOUND_RECORDING); in stopRecording()
646 mCameraService->playSound(CameraService::SOUND_RECORDING); in sendCommand()
802 mCameraService->playSound(CameraService::SOUND_SHUTTER); in handleShutter()
DCamera2Client.cpp1037 mCameraService->playSound(CameraService::SOUND_RECORDING); in startRecordingL()
1209 mCameraService->playSound(CameraService::SOUND_RECORDING); in stopRecording()
1629 mCameraService->playSound(CameraService::SOUND_RECORDING); in commandPlayRecordingSoundL()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java1260 playSound(locked ? mLockSoundId : mUnlockSoundId); in playSounds()
1263 private void playSound(int soundId) { in playSound() method in KeyguardViewMediator
1287 playSound(mTrustedSoundId); in playTrustedSound()
/frameworks/av/services/camera/libcameraservice/
DCameraService.h134 void playSound(sound_kind kind);
DCameraService.cpp1349 void CameraService::playSound(sound_kind kind) { in playSound() function in android::CameraService
/frameworks/av/services/camera/libcameraservice/api1/client2/
DCaptureSequencer.cpp734 client->getCameraService()->playSound(CameraService::SOUND_SHUTTER); in shutterNotifyLocked()