Home
last modified time | relevance | path

Searched refs:process_hook_t (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DAudioMixer.h281 typedef void (*process_hook_t)(state_t* state); typedef
288 process_hook_t hook; // one of process__*, never NULL
382 static process_hook_t getProcessHook(int processType, uint32_t channelCount,
DAudioMixer.cpp2035 AudioMixer::process_hook_t AudioMixer::getProcessHook(int processType, uint32_t channelCount, in getProcessHook()