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

/frameworks/av/media/libmedia/
H A DAudioSystem.cpp255 status_t AudioSystem::getOutputFrameCount(int* frameCount, int streamType) { function in class:android::AudioSystem
256 return getOutputFrameCount(frameCount, (audio_stream_type_t)streamType);
259 status_t AudioSystem::getOutputFrameCount(int* frameCount, audio_stream_type_t streamType) function in class:android::AudioSystem

Completed in 27 milliseconds