Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libeffects/testlibs/
H A DAudioBiquadFilter.h96 typedef void (AudioBiquadFilter::*process_func)(const audio_sample_t[], typedef
144 process_func mCurProcessFunc;
/aosp12/bionic/libc/malloc_debug/
H A DConfig.cpp397 auto process_func = info->process_func; in Init() local
398 if (process_func != nullptr && !(this->*process_func)(option, value)) { in Init()
H A DConfig.h99 bool (Config::*process_func)(const std::string&, const std::string&);
/aosp12/system/unwinding/libunwindstack/
H A DDwarfCfa.h138 using process_func = bool (DwarfCfa::*)(DwarfLocations*); variable
139 constexpr static process_func kCallbackTable[64] = {
H A DDwarfCfa.cpp40 constexpr typename DwarfCfa<AddressType>::process_func DwarfCfa<AddressType>::kCallbackTable[64];