Home
last modified time | relevance | path

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

12

/system/core/adb/
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.cpp49 void adb_set_transport(TransportType type, const char* serial) { in adb_set_transport()
288 std::string format_host_command(const char* command, TransportType type, const char* serial) { in format_host_command()
Dtransport_local.cpp111 std::string serial; in connect_device() local
167 std::string serial = getEmulatorSerialString(console_port); in local_connect_arbitrary_ports() local
272 std::string serial = android::base::StringPrintf("host-%d", fd); in server_socket_thread() local
372 std::string serial = android::base::StringPrintf("host-%d", fd); in qemu_socket_thread() local
Dtransport_test.cpp145 std::string serial = "foo"; in TEST() local
176 std::string serial = "100.100.100.100:5555"; in TEST() local
Dcommandline.cpp1017 static bool wait_for_device(const char* service, TransportType t, const char* serial) { in wait_for_device()
1096 int send_shell_command(TransportType transport_type, const char* serial, const std::string& command, in send_shell_command()
1142 static int logcat(TransportType transport, const char* serial, int argc, const char** argv) { in logcat()
1442 const char* serial = nullptr; in adb_commandline() local
1982 static int uninstall_app(TransportType transport, const char* serial, int argc, const char** argv) { in uninstall_app()
2001 static int install_app(TransportType transport, const char* serial, int argc, const char** argv) { in install_app()
2055 static int install_multiple_app(TransportType transport, const char* serial, int argc, in install_multiple_app()
2186 static int pm_command(TransportType transport, const char* serial, int argc, const char** argv) { in pm_command()
2196 static int uninstall_app_legacy(TransportType transport, const char* serial, int argc, const char**… in uninstall_app_legacy()
2215 static int delete_file(TransportType transport, const char* serial, const std::string& filename) { in delete_file()
[all …]
Dservices.cpp340 std::string serial; member
352 const char* serial = sinfo->serial.length() ? sinfo->serial.c_str() : NULL; in wait_for_state() local
444 asocket* host_service_to_socket(const char* name, const char* serial) { in host_service_to_socket()
Dbugreport.cpp198 int Bugreport::DoIt(TransportType transport_type, const char* serial, int argc, const char** argv) { in DoIt()
277 int Bugreport::SendShellCommand(TransportType transport_type, const char* serial, in SendShellCommand()
Dtransport.cpp606 atransport* acquire_one_transport(TransportType type, const char* serial, bool* is_ambiguous, in acquire_one_transport()
850 const char* serial = t->serial; in append_transport() local
895 int register_socket_transport(int s, const char* serial, int port, int local) { in register_socket_transport()
939 atransport* find_transport(const char* serial) { in find_transport()
968 void register_usb_transport(usb_handle* usb, const char* serial, const char* devpath, in register_usb_transport()
Dtransport.h93 char* serial = nullptr; variable
Dadb_listeners_test.cpp30 static bool listener_is_installed(const std::string& serial, const std::string& source, in listener_is_installed()
Dadb.cpp924 int handle_forward_request(const char* service, TransportType type, const char* serial, int reply_f… in handle_forward_request()
1038 const char* serial, int reply_fd, asocket* s) { in handle_host_request()
1152 std::string serial; in handle_host_request() local
Dsockets.cpp433 static asocket* create_host_service_socket(const char* name, const char* serial) { in create_host_service_socket()
660 char* serial = nullptr; in smart_socket_enqueue() local
Dsocket_test.cpp287 void VerifySkipHostSerial(std::string serial, const char* expected) { in VerifySkipHostSerial()
Dbugreport_test.cpp54 int send_shell_command(TransportType transport_type, const char* serial, const std::string& command, in send_shell_command()
/system/core/liblog/
Dproperties.c51 uint32_t serial; member
281 static uint32_t serial; in __android_log_is_debuggable() local
317 uint32_t serial; member
526 uint32_t serial; member
/system/tools/hidl/
DMethod.cpp41 size_t serial, in fillImplementation()
110 void Method::setSerialId(size_t serial) { in setSerialId()
/system/vold/
DExt4Crypt.cpp511 bool e4crypt_vold_create_user_key(userid_t user_id, int serial, bool ephemeral) { in e4crypt_vold_create_user_key()
628 bool e4crypt_add_user_key_auth(userid_t user_id, int serial, const char* token_hex, in e4crypt_add_user_key_auth()
668 bool e4crypt_unlock_user_key(userid_t user_id, int serial, const char* token_hex, in e4crypt_unlock_user_key()
719 bool e4crypt_prepare_user_storage(const char* volume_uuid, userid_t user_id, int serial, in e4crypt_prepare_user_storage()
/system/tpm/trunks/ftdi/
Dmpsse.c95 const char* serial) { in Open()
124 const char* serial, in OpenIndex()
/system/core/base/
Dproperties.cpp94 static void WaitForPropertyCallback(void* data_ptr, const char*, const char* value, unsigned serial in WaitForPropertyCallback()
/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/adb/client/
Dusb_osx.cpp141 char serial[256]; in AndroidInterfaceAdded() local
Dusb_linux.cpp558 std::string serial; in register_device() local
Dusb_libusb.cpp135 std::string serial; member
/system/core/fastboot/
Dfastboot.cpp76 static const char* serial = nullptr; variable
220 std::string serial = info->serial_number; in list_devices_callback() local

12