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

  /frameworks/av/include/media/
AudioSystem.h 88 static status_t getOutputSamplingRate(int* samplingRate, audio_stream_type_t stream = AUDIO_STREAM_DEFAULT);
89 static status_t getOutputFrameCount(int* frameCount, audio_stream_type_t stream = AUDIO_STREAM_DEFAULT);
90 static status_t getOutputLatency(uint32_t* latency, audio_stream_type_t stream = AUDIO_STREAM_DEFAULT);
106 static status_t getOutputSamplingRate(int* samplingRate, int stream = AUDIO_STREAM_DEFAULT);
109 static status_t getOutputFrameCount(int* frameCount, int stream = AUDIO_STREAM_DEFAULT);
127 static status_t getRenderPosition(uint32_t *halFrames, uint32_t *dspFrames, audio_stream_type_t stream = AUDIO_STREAM_DEFAULT);
AudioTrack.h 118 audio_stream_type_t streamType = AUDIO_STREAM_DEFAULT,
210 status_t set(audio_stream_type_t streamType = AUDIO_STREAM_DEFAULT,
  /frameworks/av/media/libaah_rtp/
aah_decoder_pump.cpp 106 AUDIO_STREAM_DEFAULT,
111 res = renderer_->set(AUDIO_STREAM_DEFAULT,
  /frameworks/av/media/libmedia/
AudioSystem.cpp 217 if (streamType == AUDIO_STREAM_DEFAULT) {
263 if (streamType == AUDIO_STREAM_DEFAULT) {
302 if (streamType == AUDIO_STREAM_DEFAULT) {
377 if (stream == AUDIO_STREAM_DEFAULT) {
AudioTrack.cpp 206 if (streamType == AUDIO_STREAM_DEFAULT) {
    [all...]
  /system/core/include/system/
audio.h 38 AUDIO_STREAM_DEFAULT = -1,
  /frameworks/base/core/jni/
android_media_AudioTrack.cpp 77 mStreamType = AUDIO_STREAM_DEFAULT;
769 nativeStreamType = AUDIO_STREAM_DEFAULT;
790 if (AudioTrack::getMinFrameCount(&frameCount, AUDIO_STREAM_DEFAULT,
    [all...]
  /external/quake/quake/src/WinQuake/
snd_android.cpp 629 AUDIO_STREAM_DEFAULT, // stream type
  /gdk/samples/quake/jni/
snd_android.cpp 629 AUDIO_STREAM_DEFAULT, // stream type
  /frameworks/wilhelm/src/android/
AudioPlayer_to_android.cpp 521 case AUDIO_STREAM_DEFAULT:
    [all...]

Completed in 346 milliseconds