Home
last modified time | relevance | path

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

/system/core/fastboot/
Dengine.cpp102 static Action *queue_action(unsigned op, const char *fmt, ...) in queue_action() function
136 a = queue_action(OP_COMMAND, "set_active:%s", slot); in fb_set_active()
143 a = queue_action(OP_COMMAND, "erase:%s", ptn); in fb_queue_erase()
151 a = queue_action(OP_DOWNLOAD, ""); in fb_queue_flash()
156 a = queue_action(OP_COMMAND, "flash:%s", ptn); in fb_queue_flash()
164 a = queue_action(OP_DOWNLOAD_SPARSE, ""); in fb_queue_flash_sparse()
169 a = queue_action(OP_COMMAND, "flash:%s", ptn); in fb_queue_flash_sparse()
251 a = queue_action(OP_QUERY, "getvar:%s", var); in fb_queue_require()
272 a = queue_action(OP_QUERY, "getvar:%s", var); in fb_queue_display()
290 a = queue_action(OP_QUERY, "getvar:%s", var); in fb_queue_query_save()
[all …]