Searched refs:effect_interface_s (Results 1 - 6 of 6) sorted by relevance

/hardware/libhardware/include/hardware/
H A Daudio_effect.h51 // Effect control interface structure: effect_interface_s
54 // The functions are grouped in a structure of type effect_interface_s.
58 // - 1 it is the address of a pointer to an effect_interface_s structure where the functions
63 // const struct effect_interface_s *itfe;
69 typedef struct effect_interface_s **effect_handle_t;
72 struct effect_interface_s { struct
/hardware/qcom/audio/post_proc/
H A Dbundle.h31 extern const struct effect_interface_s effect_interface;
71 const struct effect_interface_s *itfe;
H A Dvolume_listener.c62 static const struct effect_interface_s effect_interface;
80 const struct effect_interface_s *itfe;
826 static const struct effect_interface_s effect_interface = {
H A Dbundle.c751 const struct effect_interface_s effect_interface = {
/hardware/qcom/audio/voice_processing/
H A Dvoice_processing.c61 const struct effect_interface_s *itfe;
135 static const struct effect_interface_s effect_interface;
666 static const struct effect_interface_s effect_interface = {
/hardware/qcom/audio/visualizer/
H A Doffload_visualizer.c71 const struct effect_interface_s *itfe;
127 extern const struct effect_interface_s effect_interface;
1280 const struct effect_interface_s effect_interface = {

Completed in 64 milliseconds