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

/frameworks/av/include/media/
H A DAudioSystem.h114 static status_t getOutputFrameCount(size_t* frameCount,
/frameworks/base/media/jni/soundpool/
H A DSoundPool.cpp732 if (AudioSystem::getOutputFrameCount(&afFrameCount, streamType) != NO_ERROR) {
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp290 status_t AudioSystem::getOutputFrameCount(size_t* frameCount, audio_stream_type_t streamType) function in class:android::AudioSystem
H A DAudioTrack.cpp139 status = AudioSystem::getOutputFrameCount(&afFrameCount, streamType);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1679 if (AudioSystem::getOutputFrameCount(&afFrameCount, mStreamType) != NO_ERROR) {

Completed in 263 milliseconds