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

  /frameworks/av/media/libaudioclient/include/media/
ToneGenerator.h 34 enum tone_type { enum in class:android::ToneGenerator
158 bool startTone(tone_type toneType, int durationMs = -1);
306 tone_type getToneForRegion(tone_type toneType);
  /frameworks/base/core/jni/
android_media_ToneGenerator.cpp 51 return lpToneGen->startTone((ToneGenerator::tone_type) toneType, durationMs);
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyInterface.h 242 virtual status_t startTone(ToneGenerator::tone_type tone, AudioSystem::stream_type stream) = 0;
  /frameworks/av/services/audiopolicy/service/
AudioPolicyService.h 348 void startToneCommand(ToneGenerator::tone_type type,
411 ToneGenerator::tone_type mType; // tone type (START_TONE only)
    [all...]
AudioPolicyService.cpp     [all...]
  /frameworks/av/media/libaudioclient/
ToneGenerator.cpp     [all...]

Completed in 599 milliseconds