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

  /system/core/fastbootd/
protocol.h 38 struct protocol_handle { struct
47 void (*handle)(struct protocol_handle *handle, const char *arg));
52 struct protocol_handle *create_protocol_handle(struct transport_handle *t);
53 void protocol_handle_command(struct protocol_handle *handle, char *buffer);
54 int protocol_handle_download(struct protocol_handle *phandle, size_t len);
55 int protocol_get_download(struct protocol_handle *phandle);
57 void fastboot_fail(struct protocol_handle *handle, const char *reason);
58 void fastboot_okay(struct protocol_handle *handle, const char *reason);
59 void fastboot_data(struct protocol_handle *handle, size_t len);
protocol.c 50 void (*execute)(struct protocol_handle *phandle, const char *arg);
62 void (*phandle)(struct protocol_handle *phandle, const char *arg))
102 int protocol_handle_download(struct protocol_handle *phandle, size_t len)
107 static ssize_t protocol_handle_write(struct protocol_handle *phandle,
113 static void fastboot_ack(struct protocol_handle *phandle, const char *code,
130 void fastboot_fail(struct protocol_handle *phandle, const char *reason)
135 void fastboot_okay(struct protocol_handle *phandle, const char *info)
140 void fastboot_data(struct protocol_handle *phandle, size_t len)
151 void protocol_handle_command(struct protocol_handle *phandle, char *buffer)
170 struct protocol_handle *create_protocol_handle(struct transport_handle *thandle
    [all...]
commands.c 54 static void cmd_boot(struct protocol_handle *phandle, const char *arg)
165 static void cmd_erase(struct protocol_handle *phandle, const char *arg)
220 static void cmd_gpt_layout(struct protocol_handle *phandle, const char *arg) {
268 static void cmd_flash(struct protocol_handle *phandle, const char *arg)
337 static void cmd_continue(struct protocol_handle *phandle, const char *arg)
347 static void cmd_getvar(struct protocol_handle *phandle, const char *arg)
357 static void cmd_download(struct protocol_handle *phandle, const char *arg)
385 static void cmd_oem(struct protocol_handle *phandle, const char *arg) {
transport.c 88 struct protocol_handle *phandle = create_protocol_handle(thandle);
  /system/core/fastbootd/commands/
virtual_partitions.h 40 void (*handler)(struct protocol_handle *phandle, const char *arg);
43 int try_handle_virtual_partition(struct protocol_handle *handle, const char *arg);
47 void (*handler)(struct protocol_handle *phandle, const char *arg));
virtual_partitions.c 37 int try_handle_virtual_partition(struct protocol_handle *handle, const char *arg)
52 void (*handler)(struct protocol_handle *phandle, const char *arg))

Completed in 177 milliseconds