Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioMixer.h241 typedef void (*process_hook_t)(state_t* state, int64_t pts); typedef
248 process_hook_t hook; // one of process__*, never NULL
461 static process_hook_t getProcessHook(int processType, uint32_t channelCount,
DAudioMixer.cpp2193 AudioMixer::process_hook_t AudioMixer::getProcessHook(int processType, uint32_t channelCount, in getProcessHook()