Searched defs:pDuration (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DIMIDITime.c22 static SLresult IMIDITime_GetDuration(SLMIDITimeItf self, SLuint32 *pDuration) argument
26 if (NULL == pDuration) {
31 *pDuration = duration;

Completed in 155 milliseconds