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

  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 185 private int playSound(int toneType) {
347 playSound(ToneGenerator.TONE_PROP_BEEP);
477 playSound(ToneGenerator.TONE_PROP_NACK);
510 playSound(ToneGenerator.TONE_PROP_NACK);
581 playSound(ToneGenerator.TONE_PROP_ACK);
BluetoothVoiceDialerActivity.java 264 playSound(ToneGenerator.TONE_PROP_NACK);
    [all...]
  /frameworks/base/services/camera/libcameraservice/
CameraService.h 64 void playSound(sound_kind kind);
CameraService.cpp 277 void CameraService::playSound(sound_kind kind) {
278 LOG1("playSound(%d)", kind);
700 mCameraService->playSound(SOUND_RECORDING);
730 mCameraService->playSound(SOUND_RECORDING);
999 mCameraService->playSound(SOUND_SHUTTER);
    [all...]

Completed in 46 milliseconds