Searched defs:effect_handle_t (Results 1 - 1 of 1) sorted by relevance

/hardware/libhardware/include/hardware/
H A Daudio_effect.h56 // Effect control interface handle: effect_handle_t
57 // The effect_handle_t serves two purposes regarding the implementation of the effect engine:
68 // type and return its address as effect_handle_t
69 typedef struct effect_interface_s **effect_handle_t; typedef in typeref:struct:effect_interface_s
108 int32_t (*process)(effect_handle_t self,
142 int32_t (*command)(effect_handle_t self,
167 int32_t (*get_descriptor)(effect_handle_t self,
197 int32_t (*process_reverse)(effect_handle_t self,
259 effect_handle_t *pHandle);
278 int32_t (*release_effect)(effect_handle_t handl
[all...]

Completed in 115 milliseconds