Lines Matching full:effect
42 /* effect specific operations. Only the init() and process() operations must be defined.
66 audio_io_handle_t out_handle; /* io handle of the output the effect is attached to */
147 /* thread capturing PCM from Proxy port and calling the process function on each enabled effect
155 /* cond is signaled when an output is started or stopped or an effect is enabled or disable: the
156 * capture thread will reevaluate the capture and effect rocess conditions. */
466 * Effect operations
778 /* if audio framework has stopped playing audio although the effect is still
853 * Effect Library Interface Implementation
969 * Effect Control Interface Implementation
972 /* Stub function for effect interface: never called for offloaded effects */
1175 /* Effect Control Interface Implementation: get_descriptor */
1192 /* effect_handle_t interface implementation for visualizer effect */