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

/hardware/ti/omap4-aah/security/tf_daemon/
H A Dsmc_properties_parser.h76 char* pValue; member in struct:__anon5539
115 uint32_t SMCPropStringToInt (char* pValue);
H A Dsmc_properties_parser.c256 uint8_t* pValue; local
285 &pValue,
312 if (pValue == NULL)
371 memcpy(pValueZ, pValue, nValueLength);
383 pProperty->pValue=pValueZ;
408 char* p=pProperty->pValue;
416 _strupr(pProperty->pValue);
418 memcpy(pService->sNode.pName,pProperty->pValue,nValueLength+1);
420 if (!libUUIDFromString((const uint8_t*)pProperty->pValue,&pService->sUUID))
555 return pProperty->pValue;
563 char* pValue=SMCPropGetSystemProperty(pConfFile,pPropertyName); local
[all...]
H A Dsmc_properties.c195 pPropVal = ((PROPERTY*)pNext)->pValue;
H A Dlib_manifest2.c648 uint8_t* pValue; local
662 &pValue,
/hardware/ti/omap4xxx/security/tf_daemon/
H A Dsmc_properties_parser.h76 char* pValue; member in struct:__anon5640
115 uint32_t SMCPropStringToInt (char* pValue);
H A Dsmc_properties_parser.c255 uint8_t* pValue; local
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); local
514 if (libString2GetStringAsInt(pValue, &nValue) == S_SUCCESS)
H A Dsmc_properties.c195 pPropVal = ((PROPERTY*)pNext)->pValue;
H A Dlib_manifest2.c648 uint8_t* pValue; local
662 &pValue,
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
H A DOMX_VPP_Utils.h41 void *pValue; member in struct:Node
51 void LinkedList_AddElement(LinkedList *LinkedList, void *pValue);
52 void LinkedList_FreeElement(LinkedList *LinkedList, void *pValue);
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera.c2255 char *pValue) {
2259 if (!strcmp(pValue, "none")) {
2261 } else if (!strcmp(pValue, "warn")) {
2263 } else if (!strcmp(pValue, "debug")) {
2265 } else if (!strcmp(pValue, "error")) {
2267 } else if (!strcmp(pValue, "low")) {
2269 } else if (!strcmp(pValue, "high")) {
2271 } else if (!strcmp(pValue, "info")) {
2274 ALOGE("Invalid %s debug log level %s\n", module, pValue);
2254 cam_get_dbg_level(const char *module, char *pValue) argument
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
H A DOMX_JpegDec_Utils.h82 void *pValue; member in struct:Node
92 void LinkedList_AddElement(LinkedList *LinkedList, void *pValue);
93 void LinkedList_FreeElement(LinkedList *LinkedList, void *pValue);
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
H A DOMX_JpegEnc_Utils.h120 void *pValue; member in struct:Node
131 void LinkedList_AddElement(LinkedList *LinkedList, void *pValue);
132 void LinkedList_FreeElement(LinkedList *LinkedList, void *pValue);
/hardware/ti/omap4xxx/security/tf_crypto_sst/
H A Dpkcs11_object.c176 sItem.dataOffset = ((pTemplate1[i].pValue == NULL) ? 0 : nDataOffset);
182 if (pTemplate1[i].pValue != NULL)
185 memcpy(pBuffer + nDataOffset, (uint8_t*)pTemplate1[i].pValue, (uint32_t)pTemplate1[i].ulValueLen);
208 sItem.dataOffset = ((pTemplate2[i].pValue == NULL) ? 0 : nDataOffset);
214 if (pTemplate2[i].pValue != NULL)
217 memcpy(pBuffer + nDataOffset, (uint8_t*)pTemplate2[i].pValue, (uint32_t)pTemplate2[i].ulValueLen);
779 sOperation.params[1].tmpref.buffer = pTemplate[i].pValue;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
H A DOMX_JpegDec_Utils.c2323 void LinkedList_AddElement(LinkedList *LinkedList, void *pValue) { argument
2327 pNewNode->pValue = (void *)pValue;
2328 /*printf("LinkedList:::: Pointer=%p has been added.\n", pNewNode->pValue); */
2342 void LinkedList_FreeElement(LinkedList *LinkedList, void *pValue) { argument
2346 if (pNode->pValue == pValue) {
2354 /*printf("LinkedList:::: Pointer=%p has been freed\n", pNode->pValue); */
2355 free(pNode->pValue);
2369 /*printf("LinkedList:::: Pointer=%p has been freed\n", LinkedList->pRoot->pValue); */
[all...]
/hardware/ti/omap4-aah/security/tf_crypto_sst/
H A Dpkcs11_object.c150 sItem.dataOffset = ((pTemplate[i].pValue == NULL) ? 0 :
157 if (pTemplate[i].pValue != NULL)
160 memcpy(*ppDataCursor, pTemplate[i].pValue, pTemplate[i].ulValueLen);
776 sOperation.params[1].tmpref.buffer = pTemplate[i].pValue;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEnc_Utils.c3236 void LinkedList_AddElement(LinkedList *LinkedList, void *pValue) { argument
3240 pNewNode->pValue = (void *)pValue;
3241 /*printf("LinkedList:::: Pointer=%p has been added.\n", pNewNode->pValue); */
3261 void LinkedList_FreeElement(LinkedList *LinkedList, void *pValue) { argument
3266 if (pNode->pValue == pValue) {
3274 /*printf("LinkedList:::: Pointer=%p has been freed\n", pNode->pValue); */
3275 free(pNode->pValue);
3276 pNode->pValue
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP_Utils.c3591 void LinkedList_AddElement(LinkedList *LinkedList, void *pValue) { argument
3595 pNewNode->pValue = (void *)pValue;
3596 /*printf("LinkedList:::: Pointer=%p has been added.\n", pNewNode->pValue); */
3610 void LinkedList_FreeElement(LinkedList *LinkedList, void *pValue) { argument
3614 if (pNode->pValue == pValue) {
3622 /*printf("LinkedList:::: Pointer=%p has been freed\n", pNode->pValue); */
3623 free(pNode->pValue);
3637 /*printf("LinkedList:::: Pointer=%p has been freed\n", LinkedList->pRoot->pValue); */
[all...]
/hardware/ti/omap4-aah/security/tf_sdk/include/
H A Dpkcs11.h197 void* pValue; member in struct:CK_ATTRIBUTE
/hardware/ti/omap4xxx/security/tf_sdk/include/
H A Dpkcs11.h197 void* pValue; member in struct:CK_ATTRIBUTE

Completed in 598 milliseconds