Searched defs:getOutputSamplingRate (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/libmedia/
H A DAudioSystem.cpp206 status_t AudioSystem::getOutputSamplingRate(int* samplingRate, int streamType) function in class:android::AudioSystem
223 LOGV("getOutputSamplingRate() no output descriptor for output %d in gOutputs", output);
229 LOGV("getOutputSamplingRate() reading from output desc");
234 LOGV("getOutputSamplingRate() streamType %d, output %d, sampling rate %d", streamType, output, *samplingRate);

Completed in 829 milliseconds