Searched refs:playSound (Results 1 – 9 of 9) sorted by relevance
256 android::CameraService::sound_kind playSound, lockSound; in invokeCameraSound() local258 playSound = static_cast<android::CameraService::sound_kind>( in invokeCameraSound()261 playSound = in invokeCameraSound()272 mCameraService->playSound(playSound); in invokeCameraSound()
443 final boolean playSound = currentSnapshot.getBucket() != lastSnapshot.getBucket() in maybeShowHybridWarning()447 mWarnings.showLowBatteryWarning(playSound); in maybeShowHybridWarning()512 final boolean playSound = currentSnapshot.getBucket() != lastSnapshot.getBucket() in maybeShowBatteryWarning()516 mWarnings.showLowBatteryWarning(playSound); in maybeShowBatteryWarning()707 void showLowBatteryWarning(boolean playSound); in showLowBatteryWarning() argument
609 public void showLowBatteryWarning(boolean playSound) { in showLowBatteryWarning() argument612 + " [" + mBucket + "] playSound=" + playSound); in showLowBatteryWarning()614 mPlaySound = playSound; in showLowBatteryWarning()
755 client->getCameraService()->playSound(CameraService::SOUND_SHUTTER); in shutterNotifyLocked()
1154 sCameraService->playSound(CameraService::SOUND_RECORDING_START); in startRecordingL()1311 sCameraService->playSound(CameraService::SOUND_RECORDING_STOP); in stopRecording()1749 sCameraService->playSound(CameraService::SOUND_RECORDING_START); in commandPlayRecordingSoundL()
442 beep = playSound(record, soundUri); in buzzBeepBlinkLocked()642 private boolean playSound(final NotificationRecord record, Uri soundUri) { in playSound() method in NotificationAttentionHelper
2779 playSound(locked ? mLockSoundId : mUnlockSoundId);2782 private void playSound(int soundId) {2811 playSound(mTrustedSoundId);
298 void playSound(sound_kind kind);
4043 void CameraService::playSound(sound_kind kind) { in playSound() function in android::CameraService