Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/include/twl/snd/ARM9/
Dsndex.h537 SNDEX_SetVolumeAsync (u8 volume, SNDEXCallback callback, void* arg) in SNDEX_SetVolumeAsync() function
/TwlSDK-5.2.1/build/libraries/snd/ARM9.TWL/src/
Dsndex.c1897 (void)SNDEX_SetVolumeAsync(storeVolume, WaitResetSoundCallback, NULL); in WaitResetSoundCallback()
1922 …while( SNDEX_RESULT_SUCCESS != SNDEX_SetVolumeAsync(storeVolume, WaitResetSoundCallback, NULL) && … in ResetTempVolume()