Searched defs:getOutputSamplingRate (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/media/libmedia/
H A DAudioSystem.cpp209 status_t AudioSystem::getOutputSamplingRate(int* samplingRate, int streamType) { function in class:android::AudioSystem
210 return getOutputSamplingRate(samplingRate, (audio_stream_type_t)streamType);
213 status_t AudioSystem::getOutputSamplingRate(int* samplingRate, audio_stream_type_t streamType) function in class:android::AudioSystem
238 ALOGV("getOutputSamplingRate() no output descriptor for output %d in gOutputs", output);
244 ALOGV("getOutputSamplingRate() reading from output desc");

Completed in 40 milliseconds