Home
last modified time | relevance | path

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

/TwlSDK-5.5.5/include/twl/snd/ARM9/
Dsndex.h134 SNDEXResult SNDEXi_GetDSPMixRateAsync (u8* rate, SNDEXCallback callback, void* arg);
291 SNDEXi_GetDSPMixRateAsync(rate, callback, arg) : in SNDEX_GetDSPMixRateAsync()
/TwlSDK-5.5.5/build/libraries/snd/ARM9.TWL/src/
Dsndex.c330 SNDEXi_GetDSPMixRateAsync (u8* rate, SNDEXCallback callback, void* arg) in SNDEXi_GetDSPMixRateAsync() function
383 result = SNDEXi_GetDSPMixRateAsync(rate, SyncCallback, (void*)(&msgQ)); in SNDEXi_GetDSPMixRate()