Home
last modified time | relevance | path

Searched refs:buff0 (Results 1 – 2 of 2) sorted by relevance

/external/qemu/telephony/
Dremote_call.c109 char buff0[32]; member
120 if (call->buff && call->buff != call->buff0) { in remote_call_done()
122 call->buff = call->buff0; in remote_call_done()
123 call->buff_size = (int) sizeof(call->buff0); in remote_call_done()
161 rcall->buff = rcall->buff0; in remote_call_alloc()
162 rcall->buff_size = sizeof(rcall->buff0); in remote_call_alloc()
222 char* old_buff = call->buff == call->buff0 ? NULL : call->buff; in remote_call_set_sms_pdu()
/external/qemu/hw/
Dgoldfish_mmc.c345 uint8_t buff0[64]; in goldfish_mmc_do_command() local
346 memset(buff0, 0, sizeof buff0); in goldfish_mmc_do_command()
347 buff0[13] = 2; in goldfish_mmc_do_command()
348 cpu_physical_memory_write(s->buffer_address, buff0, sizeof buff0); in goldfish_mmc_do_command()