HomeSort by relevance Sort by last modified time
    Searched defs:in_buffer (Results 1 - 14 of 14) sorted by null

  /hardware/ti/wlan/wl1271/stad/Export_Inc/
privateCmd.h 85 void* in_buffer; /**< Pointer to Input Buffer */ member in struct:__anon8716
  /system/wlan/ti/wilink_6_1/stad/Export_Inc/
privateCmd.h 85 void* in_buffer; /**< Pointer to Input Buffer */ member in struct:__anon14552
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
eth_utils.c 79 int ethernet_utils_process_in_command(int module_index, unsigned char *read_state, unsigned short *packet_size, unsigned char *in_buffer, unsigned int *in_buffer_offset);
185 unsigned char in_buffer[IN_BUFFER_SIZE]; local
345 if (ethernet_utils_process_in_command(module_index, &read_state, &packet_size, in_buffer, &in_buffer_offset) <= 0)
397 int ethernet_utils_process_in_command(int module_index, unsigned char *read_state, unsigned short *packet_size, unsigned char *in_buffer, unsigned int *in_buffer_offset)
464 result = read(socket_id, (in_buffer + 3 + *in_buffer_offset), (*packet_size - *in_buffer_offset));
479 ipc_send_command_to_main_process(module_index, in_buffer, (*packet_size + 3));
wipp_ctrl.c 167 char in_buffer[512]; local
187 result = read(wipp_control_general_process_in_pipe[0], in_buffer, sizeof(in_buffer));
189 in_buffer[result] = 0;
195 result = system(in_buffer);
  /external/bluetooth/glib/gio/
gbufferedinputstream.c 208 gsize in_buffer; local
220 in_buffer = priv->end - priv->pos;
223 size = MAX (size, in_buffer);
226 memcpy (buffer, priv->buffer + priv->pos, in_buffer);
229 priv->end = in_buffer;
661 gsize in_buffer; local
668 in_buffer = priv->end - priv->pos;
671 count = MIN (count, priv->len - in_buffer);
977 gsize in_buffer; local
984 in_buffer = priv->end - priv->pos
    [all...]
  /external/libpcap/
scanner.c 2486 static YY_BUFFER_STATE in_buffer; variable
2488 static char *in_buffer; variable
    [all...]
  /bionic/libc/kernel/common/linux/
hdreg.h 73 unsigned char *in_buffer; member in struct:ide_ioctl_request_s
  /external/kernel-headers/original/linux/
hdreg.h 130 unsigned char *in_buffer; member in struct:ide_ioctl_request_s
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
hdreg.h 73 unsigned char *in_buffer; member in struct:ide_ioctl_request_s
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
hdreg.h 73 unsigned char *in_buffer; member in struct:ide_ioctl_request_s
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
hdreg.h 73 unsigned char *in_buffer; member in struct:ide_ioctl_request_s
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
hdreg.h 73 unsigned char *in_buffer; member in struct:ide_ioctl_request_s
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
hdreg.h 73 unsigned char *in_buffer; member in struct:ide_ioctl_request_s
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
hdreg.h 73 unsigned char *in_buffer; member in struct:ide_ioctl_request_s

Completed in 499 milliseconds