Home
last modified time | relevance | path

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

/system/core/toolbox/
Dwatchprops.c60 unsigned *serial; in update_watchlist() local
78 unsigned serial; in watchprops_main() local
Dlsusb.c170 char *mfg_name, *product_name, *serial; in lsusb_device_added() local
/system/core/adb/
Dcommandline.c438 …ommand(char* buffer, size_t buflen, const char* command, transport_type ttype, const char* serial) in format_host_command()
639 static void status_window(transport_type ttype, const char* serial) in status_window()
802 static int send_shellcommand(transport_type transport, char* serial, char* buf) in send_shellcommand()
823 static int logcat(transport_type transport, char* serial, int argc, char **argv) in logcat()
1134 char* serial = NULL; in adb_commandline() local
1760 static int do_cmd(transport_type ttype, char* serial, char *cmd, ...) in do_cmd()
1842 static int pm_command(transport_type transport, char* serial, in pm_command()
1860 int uninstall_app(transport_type transport, char* serial, int argc, char** argv) in uninstall_app()
1878 static int delete_file(transport_type transport, char* serial, char* filename) in delete_file()
1903 int install_app(transport_type transport, char* serial, int argc, char** argv) in install_app()
[all …]
Dadb_client.c22 void adb_set_transport(transport_type type, const char* serial) in adb_set_transport()
40 const char* serial = __adb_serial; in adb_get_emulator_console_port() local
Dusb_libusb.c56 char serial[128]; member
327 register_device(struct usb_handle *uh, const char *serial) in register_device()
383 char serial[256] = {0}; in check_device() local
Dservices.c485 char* serial; member
515 char serial[100]; in connect_device() local
630 asocket* host_service_to_socket(const char* name, const char *serial) in host_service_to_socket()
Dtransport.c794 atransport *acquire_one_transport(int state, transport_type ttype, const char* serial, char** error… in acquire_one_transport()
936 const char* serial = t->serial; in format_transport() local
1000 int register_socket_transport(int s, const char *serial, int port, int local) in register_socket_transport()
1045 atransport *find_transport(const char *serial) in find_transport()
1099 void register_usb_transport(usb_handle *usb, const char *serial, const char *devpath, unsigned writ… in register_usb_transport()
Dsockets.c470 static asocket *create_host_service_socket(const char *name, const char* serial) in create_host_service_socket()
707 char* serial = NULL; in smart_socket_enqueue() local
Dadb.c1444 int handle_forward_request(const char* service, transport_type ttype, char* serial, int reply_fd) in handle_forward_request()
1555 int handle_host_request(char *service, transport_type ttype, char* serial, int reply_fd, asocket *s) in handle_host_request()
1616 char* serial = service + 11; in handle_host_request() local
Dusb_osx.c132 char serial[256]; in AndroidInterfaceAdded() local
Dusb_linux.c566 char serial[256]; in register_device() local
Dadb.h199 char *serial; member
/system/core/fastboot/
Dfastboot.c71 static const char *serial = 0; variable
237 char* serial = info->serial_number; in list_devices_callback() local