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

  /frameworks/av/include/media/
AudioPolicyHelper.h 69 case AUDIO_STREAM_DEFAULT:
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
SessionRoute.h 33 static const audio_stream_type_t STREAM_TYPE_NA = AUDIO_STREAM_DEFAULT;
104 // Specify an Input(Source) rout by passing SessionRoute::AUDIO_STREAM_DEFAULT
  /frameworks/base/core/jni/
android_media_AudioTrack.cpp 310 AUDIO_STREAM_DEFAULT,// stream type, but more info conveyed in paa (last argument)
336 AUDIO_STREAM_DEFAULT,// stream type, but more info conveyed in paa (last argument)
    [all...]
  /frameworks/av/services/audiopolicy/service/
AudioPolicyEffects.cpp 362 for (i = AUDIO_STREAM_DEFAULT; i < AUDIO_STREAM_PUBLIC_CNT; i++) {
363 if (strcmp(name, kStreamNames[i - AUDIO_STREAM_DEFAULT]) == 0) {
AudioPolicyInterfaceImplLegacy.cpp 580 if (*stream == AUDIO_STREAM_DEFAULT) {
  /frameworks/av/media/libmedia/
AudioSystem.cpp 254 if (streamType == AUDIO_STREAM_DEFAULT) {
293 if (streamType == AUDIO_STREAM_DEFAULT) {
330 if (streamType == AUDIO_STREAM_DEFAULT) {
    [all...]
AudioTrack.cpp 340 if (streamType == AUDIO_STREAM_DEFAULT) {
355 mStreamType = AUDIO_STREAM_DEFAULT;
    [all...]
IAudioPolicyService.cpp 190 if (*stream == AUDIO_STREAM_DEFAULT) {
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioOutputDescriptor.cpp 177 dstConfig->ext.mix.usecase.stream = AUDIO_STREAM_DEFAULT;
  /system/media/audio/include/system/
audio.h 47 AUDIO_STREAM_DEFAULT = -1,
    [all...]
  /frameworks/wilhelm/src/android/
AudioPlayer_to_android.cpp 499 case AUDIO_STREAM_DEFAULT:
    [all...]
  /frameworks/av/services/audioflinger/
Threads.cpp     [all...]

Completed in 248 milliseconds