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

/frameworks/av/include/media/
H A DAudioSystem.h103 static status_t getOutputFrameCount(size_t* frameCount,
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp286 status_t AudioSystem::getOutputFrameCount(size_t* frameCount, audio_stream_type_t streamType) function in class:android::AudioSystem
H A DSoundPool.cpp584 if (AudioSystem::getOutputFrameCount(&afFrameCount, streamType) != NO_ERROR) {
H A DAudioTrack.cpp79 status = AudioSystem::getOutputFrameCount(&afFrameCount, streamType);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1591 if (AudioSystem::getOutputFrameCount(&afFrameCount, mStreamType) != NO_ERROR) {

Completed in 3237 milliseconds