Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/include/media/
DAudioSystem.h207 static status_t getOutputFrameCount(size_t* frameCount,
/frameworks/av/media/libaudioclient/fuzzer/
Daudioflinger_fuzzer.cpp516 AudioSystem::getOutputFrameCount(&frameCount, stream); in invokeAudioSystem()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp2113 if (AudioSystem::getOutputFrameCount(&afFrameCount, mStreamType) != NO_ERROR) { in open()
/frameworks/av/media/libaudioclient/
DAudioTrack.cpp139 status = AudioSystem::getOutputFrameCount(&afFrameCount, streamType); in getMinFrameCount()
DAudioSystem.cpp460 status_t AudioSystem::getOutputFrameCount(size_t* frameCount, audio_stream_type_t streamType) { in getOutputFrameCount() function in android::AudioSystem