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

  /frameworks/av/include/media/
AudioSystem.h 94 audio_stream_type_t stream = AUDIO_STREAM_DEFAULT);
96 audio_stream_type_t stream = AUDIO_STREAM_DEFAULT);
98 audio_stream_type_t stream = AUDIO_STREAM_DEFAULT);
132 audio_stream_type_t stream = AUDIO_STREAM_DEFAULT);
  /frameworks/av/media/libmedia/
AudioSystem.cpp 221 if (streamType == AUDIO_STREAM_DEFAULT) {
263 if (streamType == AUDIO_STREAM_DEFAULT) {
303 if (streamType == AUDIO_STREAM_DEFAULT) {
379 if (stream == AUDIO_STREAM_DEFAULT) {
AudioTrack.cpp 236 if (streamType == AUDIO_STREAM_DEFAULT) {
    [all...]
  /system/core/include/system/
audio.h 41 AUDIO_STREAM_DEFAULT = -1,
  /frameworks/base/core/jni/
android_media_AudioTrack.cpp 73 mStreamType = AUDIO_STREAM_DEFAULT;
812 nativeStreamType = AUDIO_STREAM_DEFAULT;
833 if (AudioTrack::getMinFrameCount(&frameCount, AUDIO_STREAM_DEFAULT,
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h 214 virtual audio_stream_type_t getAudioStreamType() const { return AUDIO_STREAM_DEFAULT; }
  /frameworks/wilhelm/src/android/
AudioPlayer_to_android.cpp 497 case AUDIO_STREAM_DEFAULT:
    [all...]

Completed in 324 milliseconds