Searched defs:string (Results 1 - 12 of 12) 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/wlan/wl1271/utils/
H A Drate.c527 DESCRIPTION: Converts bit map to the rates string
532 OUTPUT: string - network format rates array,
542 TI_UINT8 *string,
552 string[i++] = NET_RATE_1M_BASIC;
556 string[i++] = NET_RATE_1M;
564 string[i++] = NET_RATE_2M_BASIC;
568 string[i++] = NET_RATE_2M;
576 string[i++] = NET_RATE_5_5M_BASIC;
580 string[i++] = NET_RATE_5_5M;
588 string[
540 rate_DrvBitmapToNetStr(TI_UINT32 uSuppRatesBitMap, TI_UINT32 uBasicRatesBitMap, TI_UINT8 *string, TI_UINT32 *len, TI_UINT32 *pFirstOfdmRate) argument
728 rate_DrvBitmapToNetStrIncluding11n(TI_UINT32 uSuppRatesBitMap, TI_UINT32 uBasicRatesBitMap, TI_UINT8 *string, TI_UINT32 *pFirstOfdmRate) argument
851 rate_NetStrToDrvBitmap(TI_UINT32 *pBitMap, TI_UINT8 *string, TI_UINT32 len) argument
987 rate_NetBasicStrToDrvBitmap(TI_UINT32 *pBitMap, TI_UINT8 *string, TI_UINT32 len) argument
1104 rate_McsNetStrToDrvBitmap(TI_UINT32 *pBitMap, TI_UINT8 *string) argument
[all...]
/hardware/ril/mock-ril/src/cpp/
H A Dnode_buffer.cpp33 #include <string.h> // memcpy
306 //Local<String> string = String::New(data, end - start);
323 Local<String> string = String::NewExternal(ext);
330 Local<String> string = String::New(data, end - start); local
334 return scope.Close(string);
344 Local<String> string = String::New(data, end - start); local
346 return scope.Close(string);
417 // var charsWritten = buffer.utf8Write(string, offset);
424 DBG("Buffer::Utf8Write(args) X arg[0] not string");
426 "Argument must be a string")));
[all...]
/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::__anon3257
/hardware/ti/wpan/tools/FM/service/src/jni/
H A DJFmTxNative.h204 char *string; member in union:v4l2_ext_control_kfmapp::__anon3256
/hardware/broadcom/wlan/bcm4329/dhdutil/
H A Dbcmutils.c34 #include <string.h>
677 * Tokenizes a string. This function is conceptually similiar to ANSI C strtok(),
679 * time. Each call modifies '*string' by substituting a NULL character for the
680 * first delimiter that is encountered, and updates 'string' to point to the char
684 * string (mod) Ptr to string ptr, updated by token.
693 bcmstrtok(char **string, const char *delimiters, char *tokdelim) argument
716 str = (unsigned char*)*string;
728 /* Find the end of the token. If it is not the end of the string,
742 *string
[all...]
H A Ddhdu.c32 #include <string.h>
107 char *string; member in struct:__anon2
158 "send string to device console (sd only)"},
172 "\t-h <bytes> is a sequence of hex digits, else a char string\n"
1382 /* Determine end of string */
1387 /* Strip any white space from end of string */
2166 printf(" %s", dbg_msg[i].string);
2180 /* not a plain integer if not all the string was parsed by strtoul */
2183 if (stricmp(dbg_msg[i].string, s) == 0)
2206 fprintf(stderr, "\n0x%04x %s", val, dbg_msg[i].string);
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dbcmutils.c33 #include <string.h>
801 * Tokenizes a string. This function is conceptually similiar to ANSI C strtok(),
803 * time. Each call modifies '*string' by substituting a NULL character for the
804 * first delimiter that is encountered, and updates 'string' to point to the char
808 * string (mod) Ptr to string ptr, updated by token.
817 bcmstrtok(char **string, const char *delimiters, char *tokdelim) argument
840 str = (unsigned char*)*string;
852 /* Find the end of the token. If it is not the end of the string,
866 *string
[all...]
H A Ddhdu.c34 #include <string.h>
120 char *string; member in struct:__anon61
171 "send string to device console (sd only)"},
185 "\t-h <data> is a sequence of hex digits rather than a char string\n"
1403 /* Determine end of string */
1408 /* Strip any white space from end of string */
2299 printf(" %s", dbg_msg[i].string);
2313 /* not a plain integer if not all the string was parsed by strtoul */
2316 if (stricmp(dbg_msg[i].string, s) == 0)
2339 fprintf(stderr, "\n0x%04x %s", val, dbg_msg[i].string);
[all...]
/hardware/qcom/audio/libalsa-intf/
H A Dmsm8960_use_cases.h84 /* Maximum string length of use case and device combination */
86 /* Maximum string length of use case or device */
104 char *string; member in struct:mixer_control
/hardware/samsung_slsi/exynos5/include/
H A Dvideodev2.h438 __u8 description[32]; /* Description string */
1158 char *string; member in union:v4l2_ext_control::__anon1460

Completed in 227 milliseconds