Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/build/libraries/snd/ARM9.TWL/src/
Dsndex.c86 static u8 storeVolume = 0; // Value of the volume before it is te… variable
1403 result = eightlv ? SNDEX_GetVolume(&storeVolume) : SNDEXi_GetVolumeEx(&storeVolume); in SNDEXi_SetIgnoreHWVolume()
1433 if ((result = SNDEX_SetVolume(storeVolume)) != SNDEX_RESULT_SUCCESS) in SNDEXi_ResetIgnoreHWVolume()
1897 (void)SNDEX_SetVolumeAsync(storeVolume, WaitResetSoundCallback, NULL); in WaitResetSoundCallback()
1922 …while( SNDEX_RESULT_SUCCESS != SNDEX_SetVolumeAsync(storeVolume, WaitResetSoundCallback, NULL) && … in ResetTempVolume()