HomeSort by relevance Sort by last modified time
    Searched refs:pElem (Results 1 - 14 of 14) sorted by null

  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/xlt/src/
xltdevinf.c 67 SmlDevInfDevInfPtr_t pElem = NULL;
76 *ppElem = pElem;
81 smlLibFree(pElem);
87 rc = buildDevInfDevInfContent(pDecoder, (VoidPtr_t)&pElem);
93 smlLibFree(pElem);
96 *ppElem = pElem;
103 SmlDevInfDevInfPtr_t pElem;
114 if ((pElem = (SmlDevInfDevInfPtr_t)smlLibMalloc(sizeof(SmlDevInfDevInf_t))) == NULL)
116 smlLibMemset(pElem, 0, sizeof(SmlDevInfDevInf_t));
119 *ppElem = pElem;
    [all...]
xltdmtnd.c 474 SmlDmTndNodeListPtr_t pElem = NULL, pPrev = NULL;
476 pElem = (SmlDmTndNodeListPtr_t) *ppElem;
478 while (pElem != NULL) {
479 pPrev = pElem;
480 pElem = pPrev->next;
482 if ((pElem = (SmlDmTndNodeListPtr_t)smlLibMalloc(sizeof(SmlDmTndNodeListPtr_t))) == NULL)
484 smlLibMemset(pElem, 0, sizeof(SmlDmTndNodeListPtr_t));
485 pElem->next = NULL;
487 pPrev->next = pElem;
489 *ppElem = pElem;
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/src/
xltdevinf.c 69 SmlDevInfDevInfPtr_t pElem = NULL;
78 *ppElem = pElem;
83 smlLibFree(pElem);
89 rc = buildDevInfDevInfContent(pDecoder, (VoidPtr_t)&pElem);
95 smlLibFree(pElem);
98 *ppElem = pElem;
107 SmlDevInfDevInfPtr_t pElem;
118 if ((pElem = (SmlDevInfDevInfPtr_t)smlLibMalloc(sizeof(SmlDevInfDevInf_t))) == NULL)
120 smlLibMemset(pElem, 0, sizeof(SmlDevInfDevInf_t));
123 *ppElem = pElem;
    [all...]
xltdmtnd.c 562 SmlDmTndNodeListPtr_t pElem = NULL, pPrev = NULL;
566 pElem = (SmlDmTndNodeListPtr_t) *ppElem;
568 while (pElem != NULL) {
569 pPrev = pElem;
570 pElem = pPrev->next;
572 if ((pElem = (SmlDmTndNodeListPtr_t)smlLibMalloc(sizeof(SmlDmTndNodeListPtr_t))) == NULL)
574 smlLibMemset(pElem, 0, sizeof(SmlDmTndNodeListPtr_t));
575 pElem->next = NULL;
577 pPrev->next = pElem;
579 *ppElem = pElem;
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
callback.c 411 HashElem *pElem;
418 for(pElem=sqliteHashFirst(&temp2); pElem; pElem=sqliteHashNext(pElem)){
419 sqlite3DeleteTrigger(0, (Trigger*)sqliteHashData(pElem));
423 for(pElem=sqliteHashFirst(&temp1); pElem; pElem=sqliteHashNext(pElem)){
    [all...]
build.c     [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_seek_synch.cpp 211 uint8 *pElem = pVars->inputStream.pBuffer + offset;
212 uint16 tmp1 = *(pElem++);
213 uint16 tmp2 = *(pElem);
  /hardware/ti/omap3/dspbridge/inc/
list.h 202 * pElem: Pointer to list element to be reset
220 * pElem: Pointer to element in list to insert.
226 * - pElem != NULL.
231 IN struct LST_ELEM* pElem,
267 * pList: Pointer to list control structure to which *pElem will be
269 * pElem: Pointer to list element to be added
273 * *pElem and *pList must both exist.
274 * pElem->self = pElem before pElem is passed to this function
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/inc/
list.h 202 * pElem: Pointer to list element to be reset
220 * pElem: Pointer to element in list to insert.
226 * - pElem != NULL.
231 IN struct LST_ELEM* pElem,
267 * pList: Pointer to list control structure to which *pElem will be
269 * pElem: Pointer to list element to be added
273 * *pElem and *pList must both exist.
274 * pElem->self = pElem before pElem is passed to this function
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_hash.c 304 Fts3HashElem *pElem; /* The element that matches key (if any) */
306 pElem = sqlite3Fts3HashFindElem(pH, pKey, nKey);
307 return pElem ? pElem->data : 0;
fts3_write.c 615 Fts3HashElem *pElem;
616 for(pElem=fts3HashFirst(&p->pendingTerms); pElem; pElem=fts3HashNext(pElem)){
617 sqlite3_free(fts3HashData(pElem));
927 Fts3HashElem *pElem = *(pReader->ppNextElem);
928 if( pElem==0 ){
931 PendingList *pList = (PendingList *)fts3HashData(pElem);
932 pReader->zTerm = (char *)fts3HashKey(pElem);
    [all...]
  /external/opencv/cvaux/src/
cvlee.cpp     [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp     [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp     [all...]

Completed in 749 milliseconds