Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudioclient/include/media/
H A DAudioSystem.h173 static status_t getOutputFrameCount(size_t* frameCount,
/aosp12/frameworks/av/media/libaudioclient/fuzzer/
H A Daudioflinger_fuzzer.cpp489 AudioSystem::getOutputFrameCount(&frameCount, stream); in invokeAudioSystem()
/aosp12/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp2093 if (AudioSystem::getOutputFrameCount(&afFrameCount, mStreamType) != NO_ERROR) { in open()
/aosp12/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp351 status_t AudioSystem::getOutputFrameCount(size_t* frameCount, audio_stream_type_t streamType) { in getOutputFrameCount() function in android::AudioSystem
H A DAudioTrack.cpp136 status = AudioSystem::getOutputFrameCount(&afFrameCount, streamType); in getMinFrameCount()