Searched refs:pGroup (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/drm/libdrmframework/plugins/common/util/src/ |
D | MimeTypeUtil.cpp | 42 const char* pGroup; // "audio/", "video/",.. should contain the last "/" member 128 struct MimeGroup* pGroup; in convertMimeType() local 136 pGroup = mimeGroup; in convertMimeType() 137 while (MIMETYPE_LAST != pGroup->type) { in convertMimeType() 138 if (0 == strncmp(pMimeType, pGroup->pGroup, pGroup->size)) { in convertMimeType() 141 pGroup++; in convertMimeType() 145 if (MIMETYPE_LAST != pGroup->type) { in convertMimeType() 147 len = strlen (pMimeType+pGroup->size); in convertMimeType() 149 if ((pGroup->type == pMimeItem->type) && in convertMimeType() 151 (0 == strcmp(pMimeType+pGroup->size, pMimeItem->pMimeExt))) { in convertMimeType()
|
/frameworks/wilhelm/src/itf/ |
D | I3DGrouping.c | 75 static SLresult I3DGrouping_Get3DGroup(SL3DGroupingItf self, SLObjectItf *pGroup) in I3DGrouping_Get3DGroup() argument 79 if (NULL == pGroup) { in I3DGrouping_Get3DGroup() 85 *pGroup = (NULL != group) ? &group->mObject.mItf : NULL; in I3DGrouping_Get3DGroup()
|
D | IEngine.c | 637 static SLresult IEngine_Create3DGroup(SLEngineItf self, SLObjectItf *pGroup, SLuint32 numInterfaces, in IEngine_Create3DGroup() argument 643 if (NULL == pGroup) { in IEngine_Create3DGroup() 646 *pGroup = NULL; in IEngine_Create3DGroup() 663 *pGroup = &thiz->mObject.mItf; in IEngine_Create3DGroup()
|
/frameworks/wilhelm/include/SLES/ |
D | OpenSLES.h | 1677 SLObjectItf *pGroup 2610 SLObjectItf * pGroup,
|