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

/hardware/libhardware/include/hardware/
H A Daudio_effect.h261 // Effect control interface handle: effect_handle_t
262 // The effect_handle_t serves two purposes regarding the implementation of the effect engine:
273 // type and return its address as effect_handle_t
274 typedef struct effect_interface_s **effect_handle_t; typedef in typeref:struct:effect_interface_s
322 int32_t (*process)(effect_handle_t self,
355 int32_t (*command)(effect_handle_t self,
380 int32_t (*get_descriptor)(effect_handle_t self,
410 int32_t (*process_reverse)(effect_handle_t self,
961 effect_handle_t *pHandle);
980 int32_t (*release_effect)(effect_handle_t handl
[all...]

Completed in 2538 milliseconds