HomeSort by relevance Sort by last modified time
    Searched defs:pValue (Results 1 - 19 of 19) sorted by null

  /frameworks/base/media/libdrm/mobile1/src/parser/
parser_rel.c 63 static int32_t drm_getStartEndTime(uint8_t * pValue, int32_t valueLen,
69 strncpy((char *)pTmp, (char *)pValue, valueLen);
235 uint8_t *pBuf, *pValue;
326 WBXML_DOM_getNodeValue(buffer, bufferLen, sProperty, (uint8_t **)&pValue,
332 pBuf = XML_DOM_getNodeValue(buffer, sProperty, &pValue, &valueLen);
338 strncpy((char *)pTmp, (char *)pValue, valueLen);
420 WBXML_DOM_getNodeValue(buffer, bufferLen, sProperty, (uint8_t **)&pValue,
426 pBuf = XML_DOM_getNodeValue(buffer, sProperty, &pValue, &valueLen);
434 if (0 == isdigit(*(pValue + i)))
438 strncpy((char *)pTmp, (char *)pValue, valueLen)
    [all...]
  /hardware/ti/omap4xxx/security/tf_daemon/
lib_manifest2.c 648 uint8_t* pValue;
662 &pValue,
smc_properties_parser.c 255 uint8_t* pValue;
275 &pValue,
302 if (pValue == NULL)
361 memcpy(pValueZ, pValue, nValueLength);
373 pProperty->pValue=pValueZ;
504 return pProperty->pValue;
512 char* pValue=SMCPropGetSystemProperty(pConfFile,pPropertyName);
514 if (libString2GetStringAsInt(pValue, &nValue) == S_SUCCESS)
smc_properties_parser.h 76 char* pValue;
115 uint32_t SMCPropStringToInt (char* pValue);
  /frameworks/base/media/libdrm/mobile1/src/xml/
xml_tinyparser.c 109 uint8_t **pValue, int32_t *valueLen)
162 *pValue = buffer;
169 *valueLen = buffer - *pValue;
176 uint8_t *XML_DOM_getValue(uint8_t *buffer, uint8_t **pValue, int32_t *valueLen)
239 *pValue = buffer;
251 *valueLen = pEnd - *pValue + 1;
715 uint8_t *pAttr, *pName, *pValue;
730 XML_DOM_getAttr(pAttr, &pName, &nameLen, &pValue,
738 strncpy((char *)attr->value, (char *)pValue, valueLen);
739 buffer = pValue + valueLen + 1
    [all...]
  /external/icu4c/common/
ucnv_ct.c 341 uint32_t pValue;
407 pValueLength = ucnv_MBCSFromUChar32(myConverterData->myConverterArray[i], sourceChar, &pValue, useFallback);
417 tmpTargetBuffer[tmpTargetBufferLength++] = (uint8_t)(pValue >> (n * 8));
425 pValueLength = ucnv_MBCSFromUChar32(myConverterData->myConverterArray[currentState], sourceChar, &pValue, useFallback);
428 tmpTargetBuffer[tmpTargetBufferLength++] = (uint8_t)(pValue >> (n * 8));
uloc_tag.c     [all...]
  /external/libnfc-nxp/src/
phFriNfc_Llcp.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
OMX_JpegDec_Utils.h 82 void *pValue;
92 void LinkedList_AddElement(LinkedList *LinkedList, void *pValue);
93 void LinkedList_FreeElement(LinkedList *LinkedList, void *pValue);
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h 41 void *pValue;
51 void LinkedList_AddElement(LinkedList *LinkedList, void *pValue);
52 void LinkedList_FreeElement(LinkedList *LinkedList, void *pValue);
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
OMX_JpegEnc_Utils.h 120 void *pValue;
131 void LinkedList_AddElement(LinkedList *LinkedList, void *pValue);
132 void LinkedList_FreeElement(LinkedList *LinkedList, void *pValue);
  /hardware/ti/omap4xxx/security/tf_sdk/include/
pkcs11.h 197 void* pValue;
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 

Completed in 1266 milliseconds