Home
last modified time | relevance | path

Searched defs:framesProcessed (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/frameworks/av/media/libaudioclient/include/media/
H A DAudioEffect.h329 virtual void onFramesProcessed([[maybe_unused]] int32_t framesProcessed) {} in onFramesProcessed()
677 binder::Status framesProcessed(int32_t frames) override { in framesProcessed() function
H A DEffectClientAsyncProxy.h68 ::android::binder::Status framesProcessed(int32_t frames) override { in framesProcessed() function
/aosp_15_r20/frameworks/av/media/libaudioclient/aidl/android/media/
H A DIEffectClient.aidl51 oneway void framesProcessed(int frames); in framesProcessed() method
/aosp_15_r20/out/soong/.intermediates/frameworks/av/media/libaudioclient/effect-aidl-cpp-source/gen/include/android/media/
DIEffectClient.h47 ::android::binder::Status framesProcessed(int32_t /*frames*/) override { in framesProcessed() function
DBnEffectClient.h43 ::android::binder::Status framesProcessed(int32_t frames) override { in framesProcessed() function
/aosp_15_r20/external/oboe/src/common/
H A DFilterAudioStream.cpp97 int32_t framesProcessed; in onAudioReady() local
/aosp_15_r20/frameworks/av/media/libaudioclient/
H A DAudioEffect.cpp210 void onFramesProcessed(int32_t framesProcessed) override { in onFramesProcessed()
621 void AudioEffect::framesProcessed(int32_t frames) in framesProcessed() function in android::AudioEffect
/aosp_15_r20/out/soong/.intermediates/frameworks/av/media/libaudioclient/effect-aidl-cpp-source/gen/android/media/
DIEffectClient.cpp116 ::android::binder::Status BpEffectClient::framesProcessed(int32_t frames) { in framesProcessed() function in android::media::BpEffectClient
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0479/
H A Dpoc.cpp50 virtual binder::Status framesProcessed(int32_t frames __unused) override { in framesProcessed() function
/aosp_15_r20/frameworks/av/media/libaaudio/src/client/
H A DAudioStreamInternalCapture.cpp148 int32_t framesProcessed = readNowWithConversion(buffer, numFrames); in processDataNow() local
H A DAudioStreamInternal.cpp852 aaudio_result_t framesProcessed = processDataNow(audioData, framesLeft, in processData() local
/aosp_15_r20/external/oboe/src/opensles/
H A DAudioStreamOpenSLES.cpp465 int64_t framesProcessed = millis64 * getSampleRate() / kMillisPerSecond; in getFramesProcessedByServer() local
/aosp_15_r20/frameworks/av/media/libaudioclient/tests/
H A Daudioeffect_tests.cpp36 void onFramesProcessed(int32_t framesProcessed) override { in onFramesProcessed()
/aosp_15_r20/frameworks/av/media/libaudioclient/fuzzer/
H A Daudioflinger_fuzzer.cpp416 binder::Status framesProcessed(int32_t frames __unused) override { in framesProcessed() function
/aosp_15_r20/frameworks/av/services/audiopolicy/service/
H A DSpatializer.cpp1247 void Spatializer::onFramesProcessed(int32_t framesProcessed) { in onFramesProcessed()
/aosp_15_r20/frameworks/av/services/audioflinger/
H A DEffects.cpp2191 void EffectHandle::framesProcessed(int32_t frames) const in framesProcessed() function in android::EffectHandle