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

  /system/media/brillo/audio/audioservice/
brillo_audio_client_helpers.cpp 39 return AUDIO_STREAM_DEFAULT;
audio_volume_handler.cpp 38 selected_stream_ = AUDIO_STREAM_DEFAULT;
207 if (selected_stream_ != 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/av/media/libaudioclient/include/media/
AudioPolicyHelper.h 75 case AUDIO_STREAM_DEFAULT:
  /system/media/brillo/audio/audioservice/test/
audio_volume_handler_test.cpp 149 EXPECT_EQ(handler_.GetVolumeControlStream(), AUDIO_STREAM_DEFAULT);
  /frameworks/av/services/audiopolicy/service/
AudioPolicyEffects.cpp 369 for (i = AUDIO_STREAM_DEFAULT; i < AUDIO_STREAM_PUBLIC_CNT; i++) {
370 if (strcmp(name, kStreamNames[i - AUDIO_STREAM_DEFAULT]) == 0) {
  /frameworks/base/core/jni/
android_media_AudioTrack.cpp 332 AUDIO_STREAM_DEFAULT,// stream type, but more info conveyed in paa (last argument)
358 AUDIO_STREAM_DEFAULT,// stream type, but more info conveyed in paa (last argument)
    [all...]
  /system/media/audio/include/system/
audio-base.h 20 AUDIO_STREAM_DEFAULT = -1, // (-1)
  /frameworks/av/media/libaudioclient/
AudioSystem.cpp 260 if (streamType == AUDIO_STREAM_DEFAULT) {
297 if (streamType == AUDIO_STREAM_DEFAULT) {
334 if (streamType == AUDIO_STREAM_DEFAULT) {
    [all...]
AudioTrack.cpp 364 if (streamType == AUDIO_STREAM_DEFAULT) {
379 mStreamType = AUDIO_STREAM_DEFAULT;
    [all...]
IAudioPolicyService.cpp 204 if (*stream == AUDIO_STREAM_DEFAULT) {
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioOutputDescriptor.cpp 175 dstConfig->ext.mix.usecase.stream = AUDIO_STREAM_DEFAULT;
  /frameworks/av/services/audioflinger/
Threads.h     [all...]
Threads.cpp     [all...]
AudioFlinger.cpp 296 audio_stream_type_t streamType = AUDIO_STREAM_DEFAULT;
670 // client AudioTrack::set already implements AUDIO_STREAM_DEFAULT => AUDIO_STREAM_MUSIC,
    [all...]
  /frameworks/wilhelm/src/android/
AudioPlayer_to_android.cpp 577 case AUDIO_STREAM_DEFAULT:
    [all...]

Completed in 1019 milliseconds