Searched defs:string (Results 1 - 10 of 10) sorted by relevance

/hardware/ti/omap4xxx/domx/mm_osal/src/
H A Dtimm_osal_trace.c115 char string[1000]; local
116 vsprintf(string, fmt, ap);
117 ALOGD("%s",string);
/hardware/ti/omap4xxx/camera/
H A DEncoder_libjpeg.cpp52 const char* string; member in struct:android::integer_string_pair
206 return degress_to_exif_lut[i].string;
222 // convert the decimal string into a rational
/hardware/ti/wpan/tools/kfmapp/
H A Dkfmapp.h124 char *string; member in union:v4l2_ext_control_kfmapp::__anon2308
/hardware/ti/wpan/tools/FM/service/src/jni/
H A DJFmTxNative.h204 char *string; member in union:v4l2_ext_control_kfmapp::__anon2307
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu.c34 #include <string.h>
116 char *string; member in struct:__anon17
167 "send string to device console (sd only)"},
183 "\t-h <data> is a sequence of hex digits rather than a char string\n"
1410 /* Determine end of string */
1415 /* Strip any white space from end of string */
2672 printf(" %s", dbg_msg[i].string);
2686 /* not a plain integer if not all the string was parsed by strtoul */
2689 if (stricmp(dbg_msg[i].string, s) == 0)
2712 fprintf(stderr, "\n0x%04x %s", val, dbg_msg[i].string);
[all...]
H A Dbcmutils.c33 #include <string.h>
859 * Tokenizes a string. This function is conceptually similiar to ANSI C strtok(),
861 * time. Each call modifies '*string' by substituting a NULL character for the
862 * first delimiter that is encountered, and updates 'string' to point to the char
866 * string (mod) Ptr to string ptr, updated by token.
875 bcmstrtok(char **string, const char *delimiters, char *tokdelim) argument
898 str = (unsigned char*)*string;
910 /* Find the end of the token. If it is not the end of the string,
924 *string
[all...]
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dmsm8960_use_cases.h87 /* Maximum string length of use case and device combination */
89 /* Maximum string length of use case or device */
107 char *string; member in struct:mixer_control
/hardware/samsung_slsi/exynos5/include/
H A Dvideodev2.h438 __u8 description[32]; /* Description string */
1160 char *string; member in union:v4l2_ext_control::__anon1495
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dvideodev2.h825 char *string; member in union:v4l2_ext_control::__anon1116
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dvideodev2.h462 __u8 description[32]; /* Description string */
1161 char *string; member in union:v4l2_ext_control::__anon1177

Completed in 2415 milliseconds