Home
last modified time | relevance | path

Searched refs:notifyFramesProcessed (Results 1 – 14 of 14) sorted by relevance

/frameworks/av/media/libaudioclient/include/media/
DAudioEffect.h435 bool notifyFramesProcessed = false);
446 bool notifyFramesProcessed = false);
458 bool notifyFramesProcessed = false);
470 bool notifyFramesProcessed = false);
/frameworks/av/media/libaudioclient/
DAudioEffect.cpp69 bool notifyFramesProcessed) in set() argument
122 request.notifyFramesProcessed = notifyFramesProcessed; in set()
228 bool notifyFramesProcessed) in set() argument
236 notifyFramesProcessed); in set()
246 bool notifyFramesProcessed) in set() argument
264 device, probe, notifyFramesProcessed); in set()
276 bool notifyFramesProcessed) in set() argument
284 notifyFramesProcessed); in set()
/frameworks/av/media/libaudioclient/aidl/android/media/
DCreateEffectRequest.aidl41 boolean notifyFramesProcessed;
/frameworks/av/services/audioflinger/
DDeviceEffectManager.cpp107 bool notifyFramesProcessed) { in createEffect_l() argument
136 notifyFramesProcessed); in createEffect_l()
141 effect, client, effectClient, 0 /*priority*/, notifyFramesProcessed); in createEffect_l()
DDeviceEffectManager.h56 bool notifyFramesProcessed) REQUIRES(audio_utils::AudioFlinger_Mutex);
DIAfEffect.h362 int32_t priority, bool notifyFramesProcessed);
390 effect_descriptor_t *desc, int id, bool notifyFramesProcessed);
DEffects.h332 int32_t priority, bool notifyFramesProcessed);
732 effect_descriptor_t *desc, int id, bool notifyFramesProcessed) in DeviceEffectProxy() argument
736 mNotifyFramesProcessed(notifyFramesProcessed) {} in DeviceEffectProxy()
DEffects.cpp1738 int32_t priority, bool notifyFramesProcessed) in create() argument
1741 effect, client, effectClient, priority, notifyFramesProcessed); in create()
1747 int32_t priority, bool notifyFramesProcessed) in EffectHandle() argument
1752 mNotifyFramesProcessed(notifyFramesProcessed) in EffectHandle()
3391 effect_descriptor_t *desc, int id, bool notifyFramesProcessed) in create() argument
3395 desc, id, notifyFramesProcessed); in create()
DIAfThread.h249 bool notifyFramesProcessed)
DAudioFlinger.h734 bool notifyFramesProcessed) REQUIRES(mutex());
DAudioFlinger.cpp4260 &enabledOut, &lStatus, probe, request.notifyFramesProcessed); in createEffect()
4322 request.notifyFramesProcessed); in createEffect()
4400 request.notifyFramesProcessed); in createEffect()
4455 bool notifyFramesProcessed) in createOrphanEffect_l() argument
4501 IAfEffectHandle::create(effect, client, effectClient, priority, notifyFramesProcessed); in createOrphanEffect_l()
DThreads.h412 bool notifyFramesProcessed) final
DThreads.cpp1639 bool notifyFramesProcessed) in createEffect_l() argument
1708 effect, client, effectClient, priority, notifyFramesProcessed); in createEffect_l()
/frameworks/av/media/libaudioclient/fuzzer/
Daudioflinger_fuzzer.cpp457 request.notifyFramesProcessed = false; in invokeAudioEffect()