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

1 2

  /packages/apps/Nfc/src/com/android/nfc/
P2pEventManager.java 69 mNfcService.playSound(NfcService.SOUND_START);
82 mNfcService.playSound(NfcService.SOUND_START);
112 mNfcService.playSound(NfcService.SOUND_END);
123 mNfcService.playSound(NfcService.SOUND_ERROR);
132 public void onP2pReceiveComplete(boolean playSound) {
134 if (playSound) mNfcService.playSound(NfcService.SOUND_END);
151 mNfcService.playSound(NfcService.SOUND_ERROR);
181 mNfcService.playSound(NfcService.SOUND_ERROR);
191 mNfcService.playSound(NfcService.SOUND_START)
    [all...]
NfcService.java 154 // for use with playSound()
625 public void playSound(int sound) {
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/api/audio/
example.js 7 document.getElementById('playButton').addEventListener('click', playSound);
24 function playSound() {
26 common.naclModule.postMessage('playSound');
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/
options.js 5 function playSound(id) {
7 chrome.extension.getBackgroundPage().playSound(id, false);
19 playSound(event.target.name);
52 text.onclick = function(event) { playSound(event.target.id); };
bg.js 125 function playSound(id, loop) {
130 console.log("playsound: " + id);
153 console.log("bad playSound: " + id);
179 playSound(id);
232 playSound(name);
241 playSound(name);
261 playSound(id);
353 playSound("tab" + index);
385 playSound("windowCreatedIncognito");
407 playSound(request.eventName, true)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/
common.js 73 function playSound(duckAudio) {
161 playSound(false);
166 playSound(true);
popup.js 370 var playSoundButton = $('playsound');
372 playSound(false);
  /packages/apps/Camera/src/com/android/camera/ui/
CountDownView.java 105 public void startCountDown(int sec, boolean playSound) {
111 mPlaySound = playSound;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
GyroscopeMeasurementTestActivity.java 133 playSound();
172 playSound();
SignificantMotionTestActivity.java 130 playSound();
177 playSound();
276 playSound();
AccelerometerMeasurementTestActivity.java 119 playSound();
MagneticFieldMeasurementTestActivity.java 160 playSound();
StepCounterTestActivity.java 157 playSound();
341 playSound();
RotationVectorTestActivity.java 102 playSound();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/power/
PowerUI.java 199 final boolean playSound = bucket != oldBucket || oldPlugged;
200 mWarnings.showLowBatteryWarning(playSound);
253 void showLowBatteryWarning(boolean playSound);
PowerNotificationWarnings.java 287 public void showLowBatteryWarning(boolean playSound) {
290 + " [" + mBucket + "] playSound=" + playSound);
291 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/TvSettings/Settings/src/com/android/tv/settings/dialog/
SettingsLayoutAdapter.java 522 playSound(v.getContext(), AudioManager.FX_KEYPRESS_INVALID);
533 playSound(v.getContext(), AudioManager.FX_KEY_CLICK);
570 private void playSound(Context context, int soundEffect) {
DialogActionAdapter.java 432 private void playSound(Context context, int soundEffect) {
458 //playSound(v.getContext(), AudioManager.FX_KEYPRESS_INVALID);
469 playSound(v.getContext(), AudioManager.FX_KEY_CLICK);
  /packages/apps/LegacyCamera/src/com/android/camera/
FocusManager.java 84 public void playSound(int soundId);
227 mListener.playSound(MediaActionSound.FOCUS_COMPLETE);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
SensorCtsTestActivity.java 183 playSound();
  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.cpp 439 mCameraService->playSound(CameraService::SOUND_RECORDING);
468 mCameraService->playSound(CameraService::SOUND_RECORDING);
646 mCameraService->playSound(CameraService::SOUND_RECORDING);
802 mCameraService->playSound(CameraService::SOUND_SHUTTER);
Camera2Client.cpp     [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraService.h 134 void playSound(sound_kind kind);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardViewMediator.java     [all...]

Completed in 502 milliseconds

1 2