Home
last modified time | relevance | path

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

/external/qemu/telephony/
Dremote_call.c118 char buff0[32]; member
129 if (call->buff && call->buff != call->buff0) { in remote_call_done()
131 call->buff = call->buff0; in remote_call_done()
132 call->buff_size = (int) sizeof(call->buff0); in remote_call_done()
170 rcall->buff = rcall->buff0; in remote_call_alloc()
171 rcall->buff_size = sizeof(rcall->buff0); in remote_call_alloc()
231 char* old_buff = call->buff == call->buff0 ? NULL : call->buff; in remote_call_set_sms_pdu()
/external/qemu/hw/
Dgoldfish_mmc.c349 uint8_t buff0[64]; in goldfish_mmc_do_command() local
350 memset(buff0, 0, sizeof buff0); in goldfish_mmc_do_command()
351 buff0[13] = 2; in goldfish_mmc_do_command()
352 cpu_physical_memory_write(s->buffer_address, buff0, sizeof buff0); in goldfish_mmc_do_command()