Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/grovespeaker/
Dgrovespeaker.cxx95 int delayTime; in playSound() local
99 delayTime = nd.delayTimeLowSharp; in playSound()
101 delayTime = nd.delayTimeMedSharp; in playSound()
103 delayTime = nd.delayTimeHighSharp; in playSound()
114 delayTime = nd.delayTimeLow; in playSound()
116 delayTime = nd.delayTimeMed; in playSound()
118 delayTime = nd.delayTimeHigh; in playSound()
128 if (sharp && !delayTime) in playSound()
134 sound(delayTime); in playSound()