Home | History | Annotate | Download | only in itf

Lines Matching refs:SLuint32

22 static SLresult IMetadataTraversal_SetMode(SLMetadataTraversalItf self, SLuint32 mode)
46 static SLresult IMetadataTraversal_GetChildCount(SLMetadataTraversalItf self, SLuint32 *pCount)
55 SLuint32 count = thiz->mCount;
66 SLMetadataTraversalItf self, SLuint32 index, SLuint32 *pSize)
75 SLuint32 size = thiz->mSize;
85 static SLresult IMetadataTraversal_GetChildInfo(SLMetadataTraversalItf self, SLuint32 index,
86 SLint32 *pNodeID, SLuint32 *pType, SLuint32 size, SLchar *pMimeType)
97 static SLresult IMetadataTraversal_SetActiveNode(SLMetadataTraversalItf self, SLuint32 index)