Home
last modified time | relevance | path

Searched refs:playSound (Results 1 – 9 of 9) 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.java287 public void showLowBatteryWarning(boolean playSound) { in showLowBatteryWarning() argument
290 + " [" + mBucket + "] playSound=" + playSound); in showLowBatteryWarning()
291 mPlaySound = playSound; in showLowBatteryWarning()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DGuidedActionAdapter.java304 private void playSound(View v, int soundEffect) { in playSound() method in GuidedActionAdapter.ActionOnKeyListener
344 playSound(v, AudioManager.FX_KEY_CLICK); in onKey()
/frameworks/av/services/camera/libcameraservice/api1/
DCameraClient.cpp435 mCameraService->playSound(CameraService::SOUND_RECORDING); in startRecordingMode()
464 mCameraService->playSound(CameraService::SOUND_RECORDING); in stopRecording()
642 mCameraService->playSound(CameraService::SOUND_RECORDING); in sendCommand()
782 mCameraService->playSound(CameraService::SOUND_SHUTTER); in handleShutter()
DCamera2Client.cpp1043 mCameraService->playSound(CameraService::SOUND_RECORDING); in startRecordingL()
1215 mCameraService->playSound(CameraService::SOUND_RECORDING); in stopRecording()
1641 mCameraService->playSound(CameraService::SOUND_RECORDING); in commandPlayRecordingSoundL()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java1348 playSound(locked ? mLockSoundId : mUnlockSoundId); in playSounds()
1351 private void playSound(int soundId) { in playSound() method in KeyguardViewMediator
1372 playSound(mTrustedSoundId); in playTrustedSound()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DCaptureSequencer.cpp779 client->getCameraService()->playSound(CameraService::SOUND_SHUTTER); in shutterNotifyLocked()
/frameworks/av/services/camera/libcameraservice/
DCameraService.h164 void playSound(sound_kind kind);
DCameraService.cpp1806 void CameraService::playSound(sound_kind kind) { in playSound() function in android::CameraService