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

/frameworks/wilhelm/src/itf/
H A DIMetadataTraversal.c46 static SLresult IMetadataTraversal_GetChildCount(SLMetadataTraversalItf self, SLuint32 *pCount) argument
50 if (NULL == pCount) {
57 *pCount = count;
H A DIMIDIMuteSolo.c108 static SLresult IMIDIMuteSolo_GetTrackCount(SLMIDIMuteSoloItf self, SLuint16 *pCount) argument
112 if (NULL == pCount) {
118 *pCount = trackCount;

Completed in 710 milliseconds