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

/frameworks/av/include/media/
H A DAudioSystem.h116 static status_t getOutputFrameCount(size_t* frameCount,
/frameworks/av/media/libaudioclient/include/media/
H A DAudioSystem.h116 static status_t getOutputFrameCount(size_t* frameCount,
/frameworks/base/media/jni/soundpool/
H A DSoundPool.cpp746 if (AudioSystem::getOutputFrameCount(&afFrameCount, streamType) != NO_ERROR) {
/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp293 status_t AudioSystem::getOutputFrameCount(size_t* frameCount, audio_stream_type_t streamType) function in class:android::AudioSystem
H A DAudioTrack.cpp146 status = AudioSystem::getOutputFrameCount(&afFrameCount, streamType);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1834 if (AudioSystem::getOutputFrameCount(&afFrameCount, mStreamType) != NO_ERROR) {

Completed in 66 milliseconds