Home
last modified time | relevance | path

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

/system/extras/tests/pagingtest/
Dpagingtest.c21 uint8_t *tmp_buf; in create_tmp_file() local
55 tmp_buf = buf; in create_tmp_file()
58 rc = read(urandom, tmp_buf, tmp_size); in create_tmp_file()
65 tmp_buf += rc; in create_tmp_file()
/system/bt/bta/hf_client/
Dbta_hf_client_at.cc1524 char tmp_buf[BTA_HF_CLIENT_UNKOWN_EVENT_LEN]; in bta_hf_client_process_unknown() local
1526 strlcpy(tmp_buf, start, evt_size); in bta_hf_client_process_unknown()
1527 bta_hf_client_unknown_response(client_cb, tmp_buf); in bta_hf_client_process_unknown()