Home
last modified time | relevance | path

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

/system/core/fastbootd/
Dprotocol.c107 static ssize_t protocol_handle_write(struct protocol_handle *phandle, in protocol_handle_write() function
127 protocol_handle_write(phandle, response, strlen(response)); in fastboot_ack()
146 ret = protocol_handle_write(phandle, response, strlen(response)); in fastboot_data()