Home
last modified time | relevance | path

Searched refs:pValue (Results 1 – 19 of 19) sorted by relevance

/hardware/ti/omap4-aah/security/tf_daemon/
Dsmc_properties_parser.c256 uint8_t* pValue; in SMCPropYacc() local
285 &pValue, in SMCPropYacc()
312 if (pValue == NULL) in SMCPropYacc()
371 memcpy(pValueZ, pValue, nValueLength); in SMCPropYacc()
383 pProperty->pValue=pValueZ; in SMCPropYacc()
408 char* p=pProperty->pValue; in SMCPropYacc()
416 _strupr(pProperty->pValue); in SMCPropYacc()
418 memcpy(pService->sNode.pName,pProperty->pValue,nValueLength+1); in SMCPropYacc()
420 if (!libUUIDFromString((const uint8_t*)pProperty->pValue,&pService->sUUID)) in SMCPropYacc()
555 return pProperty->pValue; in SMCPropGetSystemProperty()
[all …]
Dsmc_properties_parser.h76 char* pValue; member
115 uint32_t SMCPropStringToInt (char* pValue);
Dlib_manifest2.c648 uint8_t* pValue; in libManifest2CheckFormat() local
662 &pValue, in libManifest2CheckFormat()
Dsmc_properties.c195 pPropVal = ((PROPERTY*)pNext)->pValue; in smcPropertiesCheck()
/hardware/ti/omap4xxx/security/tf_daemon/
Dsmc_properties_parser.c255 uint8_t* pValue; in SMCPropYacc() local
275 &pValue, in SMCPropYacc()
302 if (pValue == NULL) in SMCPropYacc()
361 memcpy(pValueZ, pValue, nValueLength); in SMCPropYacc()
373 pProperty->pValue=pValueZ; in SMCPropYacc()
504 return pProperty->pValue; in SMCPropGetSystemProperty()
512 char* pValue=SMCPropGetSystemProperty(pConfFile,pPropertyName); in SMCPropGetSystemPropertyAsInt() local
514 if (libString2GetStringAsInt(pValue, &nValue) == S_SUCCESS) in SMCPropGetSystemPropertyAsInt()
Dsmc_properties_parser.h76 char* pValue; member
115 uint32_t SMCPropStringToInt (char* pValue);
Dlib_manifest2.c648 uint8_t* pValue; in libManifest2CheckFormat() local
662 &pValue, in libManifest2CheckFormat()
Dsmc_properties.c195 pPropVal = ((PROPERTY*)pNext)->pValue; in smcPropertiesCheck()
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
DOMX_VPP_Utils.h41 void *pValue; member
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/
DOMX_JpegEnc_Utils.h120 void *pValue; member
131 void LinkedList_AddElement(LinkedList *LinkedList, void *pValue);
132 void LinkedList_FreeElement(LinkedList *LinkedList, void *pValue);
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
DOMX_JpegDec_Utils.h82 void *pValue; member
92 void LinkedList_AddElement(LinkedList *LinkedList, void *pValue);
93 void LinkedList_FreeElement(LinkedList *LinkedList, void *pValue);
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera.c2255 char *pValue) { in cam_get_dbg_level() argument
2259 if (!strcmp(pValue, "none")) { in cam_get_dbg_level()
2261 } else if (!strcmp(pValue, "warn")) { in cam_get_dbg_level()
2263 } else if (!strcmp(pValue, "debug")) { in cam_get_dbg_level()
2265 } else if (!strcmp(pValue, "error")) { in cam_get_dbg_level()
2267 } else if (!strcmp(pValue, "low")) { in cam_get_dbg_level()
2269 } else if (!strcmp(pValue, "high")) { in cam_get_dbg_level()
2271 } else if (!strcmp(pValue, "info")) { in cam_get_dbg_level()
2274 ALOGE("Invalid %s debug log level %s\n", module, pValue); in cam_get_dbg_level()
/hardware/ti/omap4xxx/security/tf_crypto_sst/
Dpkcs11_object.c176 sItem.dataOffset = ((pTemplate1[i].pValue == NULL) ? 0 : nDataOffset); in static_encodeTwoTemplates()
182 if (pTemplate1[i].pValue != NULL) in static_encodeTwoTemplates()
185 … memcpy(pBuffer + nDataOffset, (uint8_t*)pTemplate1[i].pValue, (uint32_t)pTemplate1[i].ulValueLen); in static_encodeTwoTemplates()
208 sItem.dataOffset = ((pTemplate2[i].pValue == NULL) ? 0 : nDataOffset); in static_encodeTwoTemplates()
214 if (pTemplate2[i].pValue != NULL) in static_encodeTwoTemplates()
217 … memcpy(pBuffer + nDataOffset, (uint8_t*)pTemplate2[i].pValue, (uint32_t)pTemplate2[i].ulValueLen); in static_encodeTwoTemplates()
779 sOperation.params[1].tmpref.buffer = pTemplate[i].pValue; in C_GetAttributeValue()
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
DOMX_JpegEnc_Utils.c3236 void LinkedList_AddElement(LinkedList *LinkedList, void *pValue) { in LinkedList_AddElement() argument
3240 pNewNode->pValue = (void *)pValue; in LinkedList_AddElement()
3261 void LinkedList_FreeElement(LinkedList *LinkedList, void *pValue) { in LinkedList_FreeElement() argument
3266 if (pNode->pValue == pValue) { in LinkedList_FreeElement()
3275 free(pNode->pValue); in LinkedList_FreeElement()
3276 pNode->pValue = NULL; in LinkedList_FreeElement()
3294 if(LinkedList->pRoot->pValue != NULL) { in LinkedList_FreeAll()
3295 free(LinkedList->pRoot->pValue); in LinkedList_FreeAll()
3296 LinkedList->pRoot->pValue = NULL; in LinkedList_FreeAll()
3312 printf("[Value=%p, NextNode=%p]->\n", pNode->pValue, pNode->pNextNode); in LinkedList_DisplayAll()
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
DOMX_JpegDec_Utils.c2323 void LinkedList_AddElement(LinkedList *LinkedList, void *pValue) { in LinkedList_AddElement() argument
2327 pNewNode->pValue = (void *)pValue; in LinkedList_AddElement()
2342 void LinkedList_FreeElement(LinkedList *LinkedList, void *pValue) { in LinkedList_FreeElement() argument
2346 if (pNode->pValue == pValue) { in LinkedList_FreeElement()
2355 free(pNode->pValue); in LinkedList_FreeElement()
2370 free(LinkedList->pRoot->pValue); in LinkedList_FreeAll()
2384 printf("[Value=%p, NextNode=%p]->\n", pNode->pValue, pNode->pNextNode); in LinkedList_DisplayAll()
/hardware/ti/omap4-aah/security/tf_crypto_sst/
Dpkcs11_object.c150 sItem.dataOffset = ((pTemplate[i].pValue == NULL) ? 0 : in static_copyTemplate()
157 if (pTemplate[i].pValue != NULL) in static_copyTemplate()
160 memcpy(*ppDataCursor, pTemplate[i].pValue, pTemplate[i].ulValueLen); in static_copyTemplate()
776 sOperation.params[1].tmpref.buffer = pTemplate[i].pValue; in C_GetAttributeValue()
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
DOMX_VPP_Utils.c3591 void LinkedList_AddElement(LinkedList *LinkedList, void *pValue) { in LinkedList_AddElement() argument
3595 pNewNode->pValue = (void *)pValue; in LinkedList_AddElement()
3610 void LinkedList_FreeElement(LinkedList *LinkedList, void *pValue) { in LinkedList_FreeElement() argument
3614 if (pNode->pValue == pValue) { in LinkedList_FreeElement()
3623 free(pNode->pValue); in LinkedList_FreeElement()
3638 free(LinkedList->pRoot->pValue); in LinkedList_FreeAll()
3652 printf("[Value=%p, NextNode=%p]->\n", pNode->pValue, pNode->pNextNode); in LinkedList_DisplayAll()
/hardware/ti/omap4-aah/security/tf_sdk/include/
Dpkcs11.h197 void* pValue; member
/hardware/ti/omap4xxx/security/tf_sdk/include/
Dpkcs11.h197 void* pValue; member