HomeSort by relevance Sort by last modified time
    Searched refs:in_buff (Results 1 - 5 of 5) sorted by null

  /external/qemu/telephony/
modem_driver.c 34 char in_buff[ 1024 ]; member in struct:__anon6465
53 int ret = sizeof(md->in_buff) - md->in_pos;
87 md->in_buff[ md->in_pos ] = c;
99 md->in_buff[ md->in_pos ] = 0;
102 D( "%s: << %s\n", __FUNCTION__, md->in_buff );
103 answer = amodem_send(android_modem, md->in_buff);
118 md->in_buff[ md->in_pos++ ] = c;
119 if (md->in_pos == sizeof(md->in_buff)) {
simulator.c 25 char in_buff[ 128 ]; member in struct:__anon6476
99 ret = sys_channel_read( client->channel, client->in_buff + client->in_pos, 1 );
105 if (client->in_buff[client->in_pos] == '\r' ||
106 client->in_buff[client->in_pos] == '\n' ) {
107 const char* cmd = client->in_buff;
108 client->in_buff[client->in_pos] = 0;
test2.c 41 char in_buff[ 128 ]; member in struct:__anon6483
111 ret = sys_channel_read( client->channel, client->in_buff + client->in_pos, 1 );
117 if (client->in_buff[client->in_pos] == '\r' ||
118 client->in_buff[client->in_pos] == '\n' ) {
119 const char* cmd = client->in_buff;
120 client->in_buff[client->in_pos] = 0;
  /external/qemu/hw/
goldfish_audio.c 103 struct goldfish_audio_buff in_buff[1]; member in struct:goldfish_audio_state
249 goldfish_audio_buff_put (s->in_buff, f);
264 goldfish_audio_buff_get (s->in_buff, f);
280 goldfish_audio_buff_reset( s->in_buff );
289 goldfish_audio_buff_set_length( s->in_buff, count );
390 goldfish_audio_buff_write( s->in_buff );
441 goldfish_audio_buff_set_address( s->in_buff, val );
511 if (goldfish_audio_buff_available( s->in_buff ) == 0 )
515 int read = goldfish_audio_buff_recv( s->in_buff, avail, s );
521 if (goldfish_audio_buff_available( s->in_buff) == 0)
    [all...]
  /system/core/adb/
jdwp_service.c 111 char in_buff[4]; /* input character to read PID */ member in struct:JdwpProcess
241 char* p = proc->in_buff + proc->in_len;
266 memcpy(temp, proc->in_buff, 4);

Completed in 65 milliseconds