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

/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
H A Dperf_unittest.c245 void test_PERF(char *description) argument
247 fprintf(stderr,"-- START -- %s --\n", description);
248 fprintf(stdout,"-- START -- %s --\n", description);
252 fprintf(stderr,"-- END -- %s --\n", description);
253 fprintf(stdout,"-- END -- %s --\n", description);
/hardware/ti/omap4-aah/security/tee_client_api/
H A Dtee_client_api_linux_driver.c56 * SCX_VERSION_INFORMATION_BUFFER structure description
901 TEEC_ImplementationInfo* description)
905 memset(description, 0, sizeof(TEEC_ImplementationInfo));
907 strcpy(description->apiDescription, S_VERSION_STRING);
921 memcpy(description->commsDescription, sInfoBuffer.sDriverDescription, 64);
922 description->commsDescription[64] = 0;
923 memcpy(description->TEEDescription, sInfoBuffer.sSecureWorldDescription, 64);
924 description->TEEDescription[64] = 0;
899 TEEC_GetImplementationInfo( TEEC_Context* context, TEEC_ImplementationInfo* description) argument
/hardware/ti/omap4xxx/security/tee_client_api/
H A Dtee_client_api_linux_driver.c56 * SCX_VERSION_INFORMATION_BUFFER structure description
893 TEEC_ImplementationInfo* description)
897 memset(description, 0, sizeof(TEEC_ImplementationInfo));
899 strcpy(description->apiDescription, S_VERSION_STRING);
913 memcpy(description->commsDescription, sInfoBuffer.sDriverDescription, 64);
914 description->commsDescription[64] = 0;
915 memcpy(description->TEEDescription, sInfoBuffer.sSecureWorldDescription, 64);
916 description->TEEDescription[64] = 0;
891 TEEC_GetImplementationInfo( TEEC_Context* context, TEEC_ImplementationInfo* description) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3512 static std::string FormatCxxExceptionMessage(const char* description, argument
3515 if (description != NULL) {
3516 message << "C++ exception with description \"" << description << "\""; local
6674 // Generates a textual description of a given exit code, in the format
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dvideodev2.h335 __u8 description[32]; member in struct:v4l2_fmtdesc
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dvideodev2.h457 __u8 description[32]; /* Description string */ member in struct:v4l2_fmtdesc
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dvideodev2.h360 __u8 description[32]; member in struct:v4l2_fmtdesc
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dvideodev2.h489 __u8 description[32]; /* Description string */ member in struct:v4l2_fmtdesc
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dvideodev2.h334 __u8 description[32]; member in struct:v4l2_fmtdesc
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dvideodev2.h454 __u8 description[32]; /* Description string */ member in struct:v4l2_fmtdesc
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dvideodev2.h327 __u8 description[32]; member in struct:v4l2_fmtdesc
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dvideodev2.h462 __u8 description[32]; /* Description string */ member in struct:v4l2_fmtdesc

Completed in 301 milliseconds