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

  /frameworks/base/media/libstagefright/codecs/aacdec/
ps_hybrid_filter_bank_allocation.h 88 Int32 **pPtr);
ps_hybrid_filter_bank_allocation.cpp 136 Int32 **pPtr)
142 Int32 *ptr = *pPtr;
203 *pPtr = ptr;
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
ParsEvent.c 79 char* pPtr;
117 pPtr = pEventStream->current + IW_EV_LCP_LEN;
121 pPtr = pEventStream->value;
127 if((pPtr + uDataLen) > pEventStream->end)
136 os_memcpy((char *) pEvent + IW_EV_LCP_LEN + IW_EV_POINT_OFF, pPtr, uDataLen);
141 os_memcpy((char *) pEvent + IW_EV_LCP_LEN, pPtr, uDataLen);
145 pPtr = pPtr + uDataLen;
150 if((pPtr + uDataLen) > (pEventStream->current + pEvent->len))
157 pEventStream->value = pPtr;
    [all...]
  /system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
ParsEvent.c 79 char* pPtr;
117 pPtr = pEventStream->current + IW_EV_LCP_LEN;
121 pPtr = pEventStream->value;
127 if((pPtr + uDataLen) > pEventStream->end)
136 os_memcpy((char *) pEvent + IW_EV_LCP_LEN + IW_EV_POINT_OFF, pPtr, uDataLen);
141 os_memcpy((char *) pEvent + IW_EV_LCP_LEN, pPtr, uDataLen);
145 pPtr = pPtr + uDataLen;
150 if((pPtr + uDataLen) > (pEventStream->current + pEvent->len))
157 pEventStream->value = pPtr;
    [all...]
  /dalvik/vm/reflect/
Annotation.c 39 const u1** pPtr);
40 static bool skipEncodedAnnotation(const ClassObject* clazz, const u1** pPtr);
379 const u1** pPtr, AnnotationValue* pValue,
385 const u1* ptr = *pPtr;
604 *pPtr = ptr;
697 * "clazz" is the class on which the annotations are defined. "pPtr"
707 const ClassObject* annoClass, const u1** pPtr)
722 elementNameIdx = readUleb128(pPtr);
724 if (!processAnnotationValue(clazz, pPtr, &avalue, kAllObjects)) {
786 * "clazz" is the class on which the annotations are defined. "pPtr"
    [all...]
  /dalvik/vm/analysis/
RegisterMap.h 197 * Get the register map for the next method. "*pPtr" will be advanced past
203 const RegisterMap* dvmRegisterMapGetNext(const void** pPtr);
RegisterMap.c 606 static bool writeMapForMethod(const Method* meth, u1** pPtr)
614 *(*pPtr)++ = kRegMapFormatNone;
620 memcpy(*pPtr, meth->registerMap, mapSize);
623 assert(**pPtr == meth->registerMap->format);
624 **pPtr &= ~(kRegMapFormatOnHeap);
626 *pPtr += mapSize;
633 * can hold at most "length" bytes. "*pPtr" will be advanced past the end
637 u1** pPtr, size_t length)
640 u1* ptr = *pPtr;
690 *pPtr = ptr
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp     [all...]
  /system/core/libacc/
acc.cpp     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 245 milliseconds