Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dadb_client.h42 bool force_switch_device = false);
54 std::string* _Nonnull error, bool force_switch_device = false);
Dadb_client.cpp357 bool force_switch_device) { in adb_connect() argument
370 unique_fd fd(_adb_connect(service, transport, error, force_switch_device)); in adb_connect()
399 bool force_switch_device) { in adb_query() argument
401 unique_fd fd(adb_connect(nullptr, service, error, force_switch_device)); in adb_query()