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

/hardware/intel/common/libmix/mix_common/src/
H A Dmixparams.h20 #define MIX_PARAMS(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), MIX_TYPE_PARAMS, MixParams))
22 #define MIX_PARAMS_CAST(obj) ((MixParams*)(obj))
24 typedef struct _MixParams MixParams; typedef in typeref:struct:_MixParams
35 typedef MixParams * (*MixParamsDupFunction) (const MixParams *obj);
46 typedef gboolean (*MixParamsCopyFunction) (MixParams* target, const MixParams *src);
55 typedef void (*MixParamsFinalizeFunction) (MixParams *obj);
64 typedef gboolean (*MixParamsEqualFunction) (MixParams *first, MixParams *secon
[all...]

Completed in 187 milliseconds