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

  /hardware/ti/omap3/dspbridge/inc/
mem.h 109 * pObj: Pointer to the new object.
120 #define MEM_AllocObject(pObj, Obj, Signature) \
122 pObj = MEM_Calloc(sizeof(Obj), MEM_NONPAGED); \
123 if (pObj) { \
124 pObj->dwSignature = Signature; \
259 * pObj: Pointer to the object to free.
266 #define MEM_FreeObject(pObj) \
268 pObj->dwSignature = 0x00; \
269 MEM_Free(pObj); \
  /hardware/ti/omap3/dspbridge/libbridge/inc/
mem.h 109 * pObj: Pointer to the new object.
120 #define MEM_AllocObject(pObj, Obj, Signature) \
122 pObj = MEM_Calloc(sizeof(Obj), MEM_NONPAGED); \
123 if (pObj) { \
124 pObj->dwSignature = Signature; \
259 * pObj: Pointer to the object to free.
266 #define MEM_FreeObject(pObj) \
268 pObj->dwSignature = 0x00; \
269 MEM_Free(pObj); \
  /external/wpa_supplicant_8/src/drivers/
ndis_events.c 241 IWbemClassObject *pObj)
253 hr = IWbemClassObject_Get(pObj, L"NdisStatusMediaSpecificIndication",
318 IWbemClassObject *pObj = ppObjArray[i];
322 hr = IWbemClassObject_Get(pObj, L"__CLASS", 0, &vtClass, NULL,
331 hr = IWbemClassObject_Get(pObj, L"InstanceName", 0, &vt, NULL,
361 ndis_events_media_specific(events, pObj);
491 IWbemClassObject *pObj;
533 &pObj, &uReturned);
545 hr = IWbemClassObject_Get(pObj, L"Index", 0, &vt, NULL, NULL);
560 IWbemClassObject_Release(pObj);
    [all...]
  /dalvik/vm/alloc/
Verify.cpp 28 static void dumpReferencesVisitor(void *pObj, void *arg)
30 Object *obj = *(Object **)pObj;
CardTable.cpp 264 static void dumpReferencesVisitor(void *pObj, void *arg)
266 Object *obj = *(Object **)pObj;

Completed in 91 milliseconds