Searched refs:uspqn (Results 1 - 2 of 2) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DIMIDITempo.c59 static SLresult IMIDITempo_SetMicrosecondsPerQuarterNote(SLMIDITempoItf self, SLmicrosecond uspqn) argument
64 if (!(1 <= uspqn && uspqn <= 16777215)) {
69 thiz->mMicrosecondsPerQuarterNote = uspqn;
78 static SLresult IMIDITempo_GetMicrosecondsPerQuarterNote(SLMIDITempoItf self, SLmicrosecond *uspqn) argument
82 if (NULL == uspqn) {
89 *uspqn = microsecondsPerQuarterNote;
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h2149 SLmicrosecond uspqn
2153 SLmicrosecond *uspqn

Completed in 71 milliseconds