Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/snd/common/
Dglobal.h67 void SND_SetMasterVolume(int volume);
/TwlSDK-5.1.0/build/libraries/snd/common/src/
Dsnd_main.c332 SND_SetMasterVolume(SND_MASTER_VOLUME_MAX); in SndThread()
Dsnd_command.c807 SND_SetMasterVolume((int)command.arg[0]); in SND_CommandProc()
/TwlSDK-5.1.0/include/nitro/snd/ARM9/
Dinterface.h122 void SND_SetMasterVolume(int volume);
/TwlSDK-5.1.0/build/libraries/snd/ARM9/src/
Dsnd_interface.c355 void SND_SetMasterVolume(int volume) in SND_SetMasterVolume() function