Searched defs:pPreemptable (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) {
675 *pPreemptable = preemptable;

Completed in 42 milliseconds