• Home
  • Raw
  • Download

Lines Matching refs:Transport

247 static Transport* open_device() {  in open_device()
248 static Transport* transport = nullptr; in open_device()
742 static int64_t get_target_sparse_limit(Transport* transport) { in get_target_sparse_limit()
764 static int64_t get_sparse_limit(Transport* transport, int64_t size) { in get_sparse_limit()
792 static bool needs_erase(Transport* transport, const char* partition) { in needs_erase()
800 static int load_buf_fd(Transport* transport, int fd, struct fastboot_buffer* buf) { in load_buf_fd()
826 static int load_buf(Transport* transport, const char *fname, struct fastboot_buffer *buf) in load_buf()
867 static std::string get_current_slot(Transport* transport) in get_current_slot()
879 static std::vector<std::string> get_suffixes_obsolete(Transport* transport) { in get_suffixes_obsolete()
896 static bool supports_AB_obsolete(Transport* transport) { in supports_AB_obsolete()
900 static int get_slot_count(Transport* transport) { in get_slot_count()
910 static bool supports_AB(Transport* transport) { in supports_AB()
922 static std::string get_other_slot(Transport* transport, const std::string& current_slot) { in get_other_slot()
926 static std::string get_other_slot(Transport* transport, int count) { in get_other_slot()
930 static std::string get_other_slot(Transport* transport) { in get_other_slot()
934 static std::string verify_slot(Transport* transport, const std::string& slot_name, bool allow_all) { in verify_slot()
972 static std::string verify_slot(Transport* transport, const std::string& slot) { in verify_slot()
976 static void do_for_partition(Transport* transport, const std::string& part, const std::string& slot, in do_for_partition()
1009 static void do_for_partitions(Transport* transport, const std::string& part, const std::string& slo… in do_for_partitions()
1029 static void do_flash(Transport* transport, const char* pname, const char* fname) { in do_flash()
1048 static void set_active(Transport* transport, const std::string& slot_override) { in set_active()
1067 static void do_update(Transport* transport, const char* filename, const std::string& slot_override,… in do_update()
1159 static void do_flashall(Transport* transport, const std::string& slot_override, int erase_first, bo… in do_flashall()
1302 static void fb_perform_format(Transport* transport, in fb_perform_format()
1544 Transport* transport = open_device(); in main()