HomeSort by relevance Sort by last modified time
    Searched refs:playSound (Results 1 - 17 of 17) sorted by null

  /packages/apps/Nfc/src/com/android/nfc/
P2pEventManager.java 69 mNfcService.playSound(NfcService.SOUND_START);
91 mNfcService.playSound(NfcService.SOUND_END);
102 mNfcService.playSound(NfcService.SOUND_ERROR);
111 public void onP2pReceiveComplete(boolean playSound) {
113 if (playSound) mNfcService.playSound(NfcService.SOUND_END);
130 mNfcService.playSound(NfcService.SOUND_ERROR);
154 mNfcService.playSound(NfcService.SOUND_ERROR);
164 mNfcService.playSound(NfcService.SOUND_START);
NfcService.java 166 // for use with playSound()
811 public void playSound(int sound) {
    [all...]
P2pLinkManager.java 102 public void onP2pReceiveComplete(boolean playSound);
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/fx/
bg.js 121 function playSound(id, loop) {
126 console.log("playsound: " + id);
149 console.log("bad playSound: " + id);
175 playSound(id);
228 playSound(name);
237 playSound(name);
257 playSound(id);
349 playSound("tab" + index);
381 playSound("windowCreatedIncognito");
403 playSound(request.eventName, true)
    [all...]
  /packages/apps/Camera/src/com/android/camera/ui/
CountDownView.java 105 public void startCountDown(int sec, boolean playSound) {
111 mPlaySound = playSound;
  /packages/apps/Gallery2/src/com/android/camera/ui/
CountDownView.java 105 public void startCountDown(int sec, boolean playSound) {
111 mPlaySound = playSound;
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 274 playSound(ToneGenerator.TONE_PROP_NACK);
522 Thread.sleep(playSound(ToneGenerator.TONE_PROP_NACK));
592 playSound(ToneGenerator.TONE_PROP_BEEP);
753 playSound(ToneGenerator.TONE_PROP_ACK);
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
FocusManager.java 84 public void playSound(int soundId);
227 mListener.playSound(MediaActionSound.FOCUS_COMPLETE);
Camera.java     [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraClient.cpp 427 mCameraService->playSound(CameraService::SOUND_RECORDING);
456 mCameraService->playSound(CameraService::SOUND_RECORDING);
625 mCameraService->playSound(CameraService::SOUND_RECORDING);
781 mCameraService->playSound(CameraService::SOUND_SHUTTER);
CameraService.h 99 void playSound(sound_kind kind);
Camera2Client.cpp 921 mCameraService->playSound(CameraService::SOUND_RECORDING);
    [all...]
CameraService.cpp 759 void CameraService::playSound(sound_kind kind) {
760 LOG1("playSound(%d)", kind);
    [all...]
  /packages/apps/Gallery2/src/com/android/camera/
PhotoUI.java 572 public void startCountDown(int sec, boolean playSound) {
573 mCountDownView.startCountDown(sec, playSound);
PhotoModule.java     [all...]
  /frameworks/av/services/camera/libcameraservice/camera2/
CaptureSequencer.cpp 687 client->getCameraService()->playSound(CameraService::SOUND_SHUTTER);
  /packages/apps/Camera/src/com/android/camera/
PhotoModule.java     [all...]

Completed in 516 milliseconds