Searched refs:playSound (Results 1 – 10 of 10) sorted by relevance
244 android::CameraService::sound_kind playSound, lockSound; in invokeCameraSound() local246 playSound = static_cast<android::CameraService::sound_kind>( in invokeCameraSound()249 playSound = in invokeCameraSound()260 mCameraService->playSound(playSound); in invokeCameraSound()
402 final boolean playSound = currentSnapshot.getBucket() != lastSnapshot.getBucket() in maybeShowHybridWarning()406 mWarnings.showLowBatteryWarning(playSound); in maybeShowHybridWarning()479 final boolean playSound = currentSnapshot.getBucket() != lastSnapshot.getBucket() in maybeShowBatteryWarning()483 mWarnings.showLowBatteryWarning(playSound); in maybeShowBatteryWarning()674 void showLowBatteryWarning(boolean playSound); in showLowBatteryWarning() argument
562 public void showLowBatteryWarning(boolean playSound) { in showLowBatteryWarning() argument565 + " [" + mBucket + "] playSound=" + playSound); in showLowBatteryWarning()566 mPlaySound = playSound; in showLowBatteryWarning()
754 client->getCameraService()->playSound(CameraService::SOUND_SHUTTER); in shutterNotifyLocked()
1113 sCameraService->playSound(CameraService::SOUND_RECORDING_START); in startRecordingL()1270 sCameraService->playSound(CameraService::SOUND_RECORDING_STOP); in stopRecording()1698 sCameraService->playSound(CameraService::SOUND_RECORDING_START); in commandPlayRecordingSoundL()
1994 playSound(locked ? mLockSoundId : mUnlockSoundId); in playSounds()1997 private void playSound(int soundId) { in playSound() method in KeyguardViewMediator2025 playSound(mTrustedSoundId); in playTrustedSound()
224 void playSound(sound_kind kind);
2924 void CameraService::playSound(sound_kind kind) { in playSound() function in android::CameraService
7459 beep = playSound(record, soundUri);7645 private boolean playSound(final NotificationRecord record, Uri soundUri) {
27082 HPLcom/android/server/notification/NotificationManagerService;->playSound(Lcom/android/server/notif…