Home
last modified time | relevance | path

Searched refs:SNDEXi_GetDSPMixRateAsync (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.1.0/include/twl/snd/ARM9/
Dsndex.h132 SNDEXResult SNDEXi_GetDSPMixRateAsync (u8* rate, SNDEXCallback callback, void* arg);
289 SNDEXi_GetDSPMixRateAsync(rate, callback, arg) : in SNDEX_GetDSPMixRateAsync()
/TwlSDK-5.1.0/build/libraries/snd/ARM9.TWL/src/
Dsndex.c329 SNDEXi_GetDSPMixRateAsync (u8* rate, SNDEXCallback callback, void* arg) in SNDEXi_GetDSPMixRateAsync() function
382 result = SNDEXi_GetDSPMixRateAsync(rate, SyncCallback, (void*)(&msgQ)); in SNDEXi_GetDSPMixRate()