Searched defs:pValue (Results 1 - 12 of 12) sorted by relevance

/hardware/ti/omap4xxx/security/tf_daemon/
H A Dsmc_properties_parser.h76 char* pValue; member in struct:__anon1608
115 uint32_t SMCPropStringToInt (char* pValue);
H A Dlib_manifest2.c648 uint8_t* pValue; local
662 &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)
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosJpegEncoderForCamera.cpp636 unsigned char *pValue)
640 memcpy(buf, pValue, count);
655 unsigned char *pValue,
667 memcpy(start + *offset, pValue, count);
675 rational_t *pValue,
687 memcpy(start + *offset, pValue, 8 * count);
632 writeExifIfd(unsigned char **pCur, unsigned short tag, unsigned short type, unsigned int count, unsigned char *pValue) argument
651 writeExifIfd(unsigned char **pCur, unsigned short tag, unsigned short type, unsigned int count, unsigned char *pValue, unsigned int *offset, unsigned char *start) argument
671 writeExifIfd(unsigned char **pCur, unsigned short tag, unsigned short type, unsigned int count, rational_t *pValue, unsigned int *offset, unsigned char *start) argument
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosJpegEncoderForCamera.cpp599 unsigned char *pValue)
603 memcpy(buf, pValue, count);
618 unsigned char *pValue,
630 memcpy(start + *offset, pValue, count);
638 rational_t *pValue,
650 memcpy(start + *offset, pValue, 8 * count);
595 writeExifIfd(unsigned char **pCur, unsigned short tag, unsigned short type, unsigned int count, unsigned char *pValue) argument
614 writeExifIfd(unsigned char **pCur, unsigned short tag, unsigned short type, unsigned int count, unsigned char *pValue, unsigned int *offset, unsigned char *start) argument
634 writeExifIfd(unsigned char **pCur, unsigned short tag, unsigned short type, unsigned int count, rational_t *pValue, unsigned int *offset, unsigned char *start) argument
/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/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/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/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/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_sdk/include/
H A Dpkcs11.h197 void* pValue; member in struct:CK_ATTRIBUTE

Completed in 376 milliseconds