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

  /hardware/ti/wlan/wl1271/stad/Export_Inc/
privateCmd.h 85 void* in_buffer; /**< Pointer to Input Buffer */ member in struct:__anon10668
  /system/wlan/ti/wilink_6_1/stad/Export_Inc/
privateCmd.h 85 void* in_buffer; /**< Pointer to Input Buffer */ member in struct:__anon18988
  /external/chromium/net/http/
http_auth_sspi_win.cc 150 SecBuffer in_buffer, out_buffer; local
156 in_buffer_desc.pBuffers = &in_buffer;
157 in_buffer.BufferType = SECBUFFER_TOKEN;
158 in_buffer.cbBuffer = in_token_len;
159 in_buffer.pvBuffer = const_cast<void*>(in_token);
  /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
  /development/ndk/platforms/android-3/include/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
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
hdreg.h 72 unsigned char *in_buffer; member in struct:ide_ioctl_request_s
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
hdreg.h 73 unsigned char *in_buffer; member in struct:ide_ioctl_request_s
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
hdreg.h 73 unsigned char *in_buffer; member in struct:ide_ioctl_request_s
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
hdreg.h 73 unsigned char *in_buffer; member in struct:ide_ioctl_request_s
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
hdreg.h 73 unsigned char *in_buffer; member in struct:ide_ioctl_request_s
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
hdreg.h 73 unsigned char *in_buffer; member in struct:ide_ioctl_request_s
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
hdreg.h 73 unsigned char *in_buffer; member in struct:ide_ioctl_request_s

Completed in 666 milliseconds