Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/build/demos.TWL/snd/ignoreHWVolumeDemo/src/
Dmain.c54 static BOOL isPlayingSound = FALSE; variable
248 if (isPlayingSound) in TwlMain()
266 isPlayingSound = FALSE; in TwlMain()
289 isPlayingSound = TRUE; in TwlMain()
299 if (!isCalledAlarmHandler && !isPlayingSound) in TwlMain()
412 else if (isPlayingSound) in UpdateScreen()