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

/hardware/libhardware/include/hardware/
H A Daudio_effect.h250 // Effect control interface handle: effect_handle_t
251 // The effect_handle_t serves two purposes regarding the implementation of the effect engine:
262 // type and return its address as effect_handle_t
263 typedef struct effect_interface_s **effect_handle_t; typedef in typeref:struct:effect_interface_s
311 int32_t (*process)(effect_handle_t self,
344 int32_t (*command)(effect_handle_t self,
369 int32_t (*get_descriptor)(effect_handle_t self,
399 int32_t (*process_reverse)(effect_handle_t self,
929 effect_handle_t *pHandle);
948 int32_t (*release_effect)(effect_handle_t handl
[all...]

Completed in 57 milliseconds