Home
last modified time | relevance | path

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

12

/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()
Dusb_osx.cpp148 char serial[256]; in AndroidInterfaceAdded() local
/system/core/adb/
Dsocket_spec_test.cpp24 std::string hostname, error, serial; in TEST() local
Dtransport_local.cpp92 std::string serial; in tcp_connect() local
113 std::string serial; in connect_device() local
122 std::string serial; in connect_device() local
173 std::string serial = getEmulatorSerialString(console_port); in local_connect_arbitrary_ports() local
278 std::string serial = android::base::StringPrintf("host-%d", fd.get()); in server_socket_thread() local
Dservices.cpp98 std::string serial; member
109 const char* serial = sinfo->serial.length() ? sinfo->serial.c_str() : nullptr; in wait_for_state() local
200 asocket* host_service_to_socket(std::string_view name, std::string_view serial, in host_service_to_socket()
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.cpp75 std::string* serial, std::string* error) { in parse_tcp_socket_spec()
153 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()
Dtransport.cpp832 atransport* acquire_one_transport(TransportType type, const char* serial, TransportId transport_id, in acquire_one_transport()
1170 std::string serial = t->serial; in append_transport() local
1233 bool register_socket_transport(unique_fd s, std::string serial, int port, int local, in register_socket_transport()
1292 atransport* find_transport(const char* serial) { in find_transport()
1324 void register_usb_transport(usb_handle* usb, const char* serial, const char* devpath, in register_usb_transport()
Dtest_adb.py103 def adb_connect(unittest, serial): argument
Dsockets.cpp600 std::string_view serial; in parse_host_service() local
720 std::string_view serial; in smart_socket_enqueue() local
Dtransport.h271 std::string serial; variable
Dadb.cpp1029 const char* serial, TransportId transport_id, int reply_fd, in handle_host_request()
1163 std::string serial; in handle_host_request() local
/system/core/adb/daemon/
Dtransport_qemu.cpp99 std::string serial = android::base::StringPrintf("host-%d", fd.get()); in qemu_socket_thread() local
/system/extras/toolchain-extras/
Dprofile-extras.cpp43 uint32_t serial = 0; in property_watch_loop() local
/system/core/liblog/
Dproperties.cpp52 uint32_t serial; member
278 static uint32_t serial; in __android_log_is_debuggable() local
314 uint32_t serial; member
515 uint32_t serial; member
/system/tools/hidl/
DMethod.cpp41 size_t serial, in fillImplementation()
158 void Method::setSerialId(size_t serial) { in setSerialId()
/system/vold/
DFsCrypt.cpp396 bool fscrypt_vold_create_user_key(userid_t user_id, int serial, bool ephemeral) { in fscrypt_vold_create_user_key()
551 bool fscrypt_add_user_key_auth(userid_t user_id, int serial, const std::string& token_hex, in fscrypt_add_user_key_auth()
592 bool fscrypt_unlock_user_key(userid_t user_id, int serial, const std::string& token_hex, in fscrypt_unlock_user_key()
654 bool fscrypt_prepare_user_storage(const std::string& volume_uuid, userid_t user_id, int serial, in fscrypt_prepare_user_storage()
/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/core/init/
Dpersistent_properties.cpp130 [](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
/system/core/base/
Dproperties.cpp115 static void WaitForPropertyCallback(void* data_ptr, const char*, const char* value, unsigned serial in WaitForPropertyCallback()

12