Home
last modified time | relevance | path

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

/system/core/toolbox/
Dwatchprops.c20 unsigned serial; member
43 unsigned serial = pa->serial; in watchprops_main() local
Dlsusb.c170 char *mfg_name, *product_name, *serial; in lsusb_device_added() local
/system/core/adb/
Dcommandline.c355 …ommand(char* buffer, size_t buflen, const char* command, transport_type ttype, const char* serial) in format_host_command()
370 static void status_window(transport_type ttype, const char* serial) in status_window()
527 static int send_shellcommand(transport_type transport, char* serial, char* buf) in send_shellcommand()
548 static int logcat(transport_type transport, char* serial, int argc, char **argv) in logcat()
810 char* serial = NULL; in adb_commandline() local
1253 static int do_cmd(transport_type ttype, char* serial, char *cmd, ...) in do_cmd()
1324 static int pm_command(transport_type transport, char* serial, in pm_command()
1345 int uninstall_app(transport_type transport, char* serial, int argc, char** argv) in uninstall_app()
1363 static int delete_file(transport_type transport, char* serial, char* filename) in delete_file()
1409 int install_app(transport_type transport, char* serial, int argc, char** argv) in install_app()
Dadb_client.c21 void adb_set_transport(transport_type type, const char* serial) in adb_set_transport()
34 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
Dtransport.c741 atransport *acquire_one_transport(int state, transport_type ttype, const char* serial, char** error… in acquire_one_transport()
849 const char* serial = t->serial; in list_transports() local
882 void register_socket_transport(int s, const char *serial, int port, int local) in register_socket_transport()
904 atransport *find_transport(const char *serial) in find_transport()
958 void register_usb_transport(usb_handle *usb, const char *serial, unsigned writeable) in register_usb_transport()
Dservices.c509 char* serial; member
536 asocket* host_service_to_socket(const char* name, const char *serial) in host_service_to_socket()
Dadb.c990 char serial[100]; in connect_device() local
1083 int handle_host_request(char *service, transport_type ttype, char* serial, int reply_fd, asocket *s) in handle_host_request()
1159 char* serial = service + 11; in handle_host_request() local
Dsockets.c425 static asocket *create_host_service_socket(const char *name, const char* serial) in create_host_service_socket()
625 char* serial = NULL; in smart_socket_enqueue() local
Dusb_osx.c131 char serial[256]; in AndroidInterfaceAdded() local
Dusb_linux.c541 char serial[256]; in register_device() local
Dadb.h186 char *serial; member
/system/core/fastboot/
Dfastboot.c56 static const char *serial = 0; variable
174 char* serial = info->serial_number; in list_devices_callback() local
/system/extras/fatblock/
Dfat.h53 uint32_t serial; member