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

/frameworks/wilhelm/src/itf/
H A DIObject.c661 static SLresult IObject_GetPriority(SLObjectItf self, SLint32 *pPriority, SLboolean *pPreemptable) argument
666 if (NULL == pPriority || NULL == pPreemptable) {
674 *pPriority = priority;

Completed in 49 milliseconds