Home
last modified time | relevance | path

Searched defs:serial (Results 1 – 25 of 32) sorted by relevance

12

/system/core/adb/
Dsocket_spec_test.cpp28 std::string hostname, error, serial; in TEST() local
37 std::string hostname, error, serial; in TEST() local
45 std::string hostname, error, serial; in TEST() local
54 std::string hostname, error, serial; in TEST() local
63 std::string hostname, error, serial; in TEST() local
71 std::string hostname, error, serial; in TEST() local
80 std::string hostname, error, serial; in TEST() local
89 std::string hostname, error, serial; in TEST() local
127 std::string error, serial; in TEST() local
138 std::string error, serial; in TEST() local
Dservices.cpp100 std::string serial; member
111 const char* serial = sinfo->serial.length() ? sinfo->serial.c_str() : nullptr; in wait_for_state() local
207 asocket* host_service_to_socket(std::string_view name, std::string_view serial, in host_service_to_socket()
Dtransport_local.cpp97 std::string serial, prefix_addr; in connect_device() local
114 std::string serial; in connect_device() local
166 std::string serial = getEmulatorSerialString(console_port); in local_connect_arbitrary_ports() local
273 std::string serial = android::base::StringPrintf("host-%d", fd.get()); in server_socket_thread() local
Dtransport_test.cpp131 std::string serial = "foo"; in TEST_F() local
162 std::string serial = "100.100.100.100:5555"; in TEST_F() local
Dsocket_test.cpp336 std::string serial = protocol + "foo"; in TEST() local
343 std::string serial = protocol + "foo:123"; in TEST() local
355 std::string serial = protocol + address; in TEST() local
Dsocket_spec.cpp78 std::string* serial, std::string* error) { in parse_tcp_socket_spec()
191 bool socket_spec_connect(unique_fd* fd, std::string_view address, int* port, std::string* serial, in socket_spec_connect()
Dadb_listeners_test.cpp30 static bool listener_is_installed(const std::string& serial, const std::string& source, in listener_is_installed()
Dtest_adb.py108 def adb_connect(unittest, serial): argument
Dtransport.cpp955 atransport* acquire_one_transport(TransportType type, const char* serial, TransportId transport_id, in acquire_one_transport()
1301 std::string serial = t->serial; in append_transport() local
1364 bool register_socket_transport(unique_fd s, std::string serial, int port, int local, in register_socket_transport()
1424 atransport* find_transport(const char* serial) { in find_transport()
1457 void register_usb_transport(usb_handle* usb, const char* serial, const char* devpath, in register_usb_transport()
Dsockets.cpp601 std::string_view serial; in parse_host_service() local
722 std::string_view serial; in smart_socket_enqueue() local
Dtransport.h295 std::string serial; variable
/system/core/adb/client/
Dconsole.cpp57 static int adb_get_emulator_console_port(const char* serial) { in adb_get_emulator_console_port()
94 static int connect_to_console(const char* serial) { in connect_to_console()
110 int adb_send_emulator_command(int argc, const char** argv, const char* serial) { in adb_send_emulator_command()
Dadb_client.cpp56 void adb_set_transport(TransportType type, const char* serial, TransportId transport_id) { in adb_set_transport()
62 void adb_get_transport(TransportType* type, const char** serial, TransportId* transport_id) { in adb_get_transport()
/system/core/adb/tools/
Dcheck_ms_os_desc.cpp86 static void check_ms_os_desc_v1(libusb_device_handle* device_handle, const std::string& serial) { in check_ms_os_desc_v1()
159 static void check_ms_os_desc_v2(libusb_device_handle* device_handle, const std::string& serial) { in check_ms_os_desc_v2()
234 std::optional<std::string> serial = in main() local
/system/core/adb/daemon/
Dtransport_qemu.cpp106 std::string serial = android::base::StringPrintf("host-%d", fd.get()); in qemu_socket_thread() local
Dmdns.cpp167 std::string serial = android::base::GetProperty("ro.serialno", ""); in GenerateDeviceGuid() local
Dadb_wifi.cpp145 std::string serial = android::base::StringPrintf("host-%d", new_fd.get()); in OnFdEvent() local
/system/core/liblog/
Dproperties.cpp56 uint32_t serial; member
297 static uint32_t serial; in __android_log_is_debuggable() local
333 uint32_t serial; member
534 uint32_t serial; member
/system/vold/
DFsCrypt.cpp504 bool fscrypt_vold_create_user_key(userid_t user_id, int serial, bool ephemeral) { in fscrypt_vold_create_user_key()
682 static bool fscrypt_rewrap_user_key(userid_t user_id, int serial, in fscrypt_rewrap_user_key()
709 bool fscrypt_add_user_key_auth(userid_t user_id, int serial, const std::string& token_hex, in fscrypt_add_user_key_auth()
719 bool fscrypt_clear_user_key_auth(userid_t user_id, int serial, const std::string& token_hex, in fscrypt_clear_user_key_auth()
744 bool fscrypt_unlock_user_key(userid_t user_id, int serial, const std::string& token_hex, in fscrypt_unlock_user_key()
804 bool fscrypt_prepare_user_storage(const std::string& volume_uuid, userid_t user_id, int serial, in fscrypt_prepare_user_storage()
/system/core/base/
Dproperties.cpp119 static void WaitForPropertyCallback(void* data_ptr, const char*, const char* value, unsigned serial in WaitForPropertyCallback()
229 [](void* data, const char*, const char* value, uint32_t serial) { in Get()
/system/extras/boottime_tools/bootanalyze/
Dbootanalyze.py750 def do_reboot(serial, use_adb_reboot): argument
769 def reboot(serial, use_stressfs, permissive, use_adb_reboot, adb_buffersize=None): argument
/system/tools/hidl/
DMethod.cpp46 size_t serial, in fillImplementation()
146 void Method::setSerialId(size_t serial) { in setSerialId()
/system/core/init/
Dpersistent_properties.cpp131 [](void* cookie, const char* name, const char* value, unsigned serial) { in LoadPersistentPropertiesFromMemory()
/system/core/libsystem/include/system/
Dradio.h139 char serial[RADIO_STRING_LEN_MAX]; /* serial number (for subscription services) */ member
155 char serial[RADIO_STRING_LEN_MAX]; member
/system/extras/pagecache/
Dpagecache.py221 def do_preprocess_adb_cmd(command, serial): argument

12