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

/external/sonivox/arm-fm-22k/host_src/
H A Deas_types.h265 typedef EAS_BOOL (*EAS_EXT_PRG_CHG_FUNC) (EAS_VOID_PTR pInstData, S_EXT_AUDIO_PRG_CHG *pPrgChg); typedef
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_types.h265 typedef EAS_BOOL (*EAS_EXT_PRG_CHG_FUNC) (EAS_VOID_PTR pInstData, S_EXT_AUDIO_PRG_CHG *pPrgChg); typedef
/external/sonivox/arm-wt-22k/host_src/
H A Deas_types.h270 typedef EAS_BOOL (*EAS_EXT_PRG_CHG_FUNC) (EAS_VOID_PTR pInstData, S_EXT_AUDIO_PRG_CHG *pPrgChg); typedef
/external/sonivox/jet_tools/JetCreator/
H A Deas.py111 EAS_EXT_PRG_CHG_FUNC = CFUNCTYPE(c_int, c_void_p, c_void_p) variable
305 prog_chg_func = EAS_EXT_PRG_CHG_FUNC(prog_chg_func)

Completed in 247 milliseconds