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

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

Completed in 94 milliseconds