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/base/core/jni/
android_media_AudioTrack.cpp 294 AUDIO_STREAM_DEFAULT,// stream type, but more info conveyed in paa (last argument)
320 AUDIO_STREAM_DEFAULT,// stream type, but more info conveyed in paa (last argument)
    [all...]
  /frameworks/av/services/audiopolicy/
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 576 if (*stream == AUDIO_STREAM_DEFAULT) {
AudioPolicyManager.cpp     [all...]
  /frameworks/av/media/libmedia/
AudioSystem.cpp 246 if (streamType == AUDIO_STREAM_DEFAULT) {
290 if (streamType == AUDIO_STREAM_DEFAULT) {
332 if (streamType == AUDIO_STREAM_DEFAULT) {
    [all...]
AudioTrack.cpp 282 if (streamType == AUDIO_STREAM_DEFAULT) {
297 mStreamType = AUDIO_STREAM_DEFAULT;
921 if (mStreamType == AUDIO_STREAM_DEFAULT) {
940 audio_attributes_t *attr = (mStreamType == AUDIO_STREAM_DEFAULT) ? &mAttributes : NULL;
    [all...]
IAudioPolicyService.cpp 183 if (*stream == AUDIO_STREAM_DEFAULT) {
804 audio_stream_type_t stream = AUDIO_STREAM_DEFAULT;
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h 222 virtual audio_stream_type_t getAudioStreamType() const { return AUDIO_STREAM_DEFAULT; }
  /system/core/include/system/
audio.h 47 AUDIO_STREAM_DEFAULT = -1,
    [all...]
  /frameworks/wilhelm/src/android/
AudioPlayer_to_android.cpp 497 case AUDIO_STREAM_DEFAULT:
    [all...]
  /frameworks/av/services/audioflinger/
Threads.cpp     [all...]

Completed in 396 milliseconds