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

/frameworks/base/include/media/
H A DEffectApi.h41 // effect_interface_t: Effect control interface handle.
42 // The effect_interface_t serves two purposes regarding the implementation of the effect engine:
53 // type and return its address as effect_interface_t
54 typedef struct effect_interface_s **effect_interface_t; typedef in typeref:struct:effect_interface_s
237 // effect_interface_t: handle to the effect interface this function
252 typedef int32_t (*effect_process_t)(effect_interface_t self,
263 // effect_interface_t: handle to the effect interface this function
286 typedef int32_t (*effect_command_t)(effect_interface_t self,
769 effect_interface_t *pInterface);
788 typedef int32_t (*effect_ReleaseEffect_t)(effect_interface_t interfac
[all...]

Completed in 6 milliseconds