Home
last modified time | relevance | path

Searched refs:request (Results 1 – 14 of 14) sorted by relevance

/system/core/debuggerd/
Ddebuggerd.c261 static bool should_attach_gdb(debugger_request_t* request) { in should_attach_gdb() argument
262 if (request->action == DEBUGGER_ACTION_CRASH) { in should_attach_gdb()
266 return debug_uid >= 0 && request->uid <= (uid_t)debug_uid; in should_attach_gdb()
274 debugger_request_t request; in handle_request() local
275 memset(&request, 0, sizeof(request)); in handle_request()
276 int status = read_request(fd, &request); in handle_request()
279 request.pid, request.uid, request.gid, request.tid); in handle_request()
292 if (ptrace(PTRACE_ATTACH, request.tid, 0, 0)) { in handle_request()
296 bool attach_gdb = should_attach_gdb(&request); in handle_request()
302 if (request.action == DEBUGGER_ACTION_CRASH) { in handle_request()
[all …]
/system/core/adb/
Dtest_track_jdwp.c58 const char* request = "track-jdwp"; in main() local
71 len = snprintf( buffer, sizeof buffer, "%04x%s", strlen(request), request ); in main()
Dtest_track_devices.c58 const char* request = "host:track-devices"; in main() local
71 len = snprintf( buffer, sizeof buffer, "%04x%s", strlen(request), request ); in main()
DSERVICES.TXT47 <serial-number>. After the OKAY response, every client request will
67 host-serial:<serial-number>:<request>
70 for information related to a specific device. <request> can be in one
73 host-usb:<request>
77 host-local:<request>
81 host:<request>
173 an "adb sync" or "adb push" request.
175 This request may not succeed on certain builds which do not allow
DOVERVIEW.TXT84 A client sends a request using the following format:
95 The 'host:' prefix is used to indicate that the request is addressed
99 The server should answer a request with one of the following:
114 For example, the case of the 'host:transport:<serialnumber>' request,
Dprotocol.txt260 side to request access to a service in the host adb daemon or in the
/system/core/fastboot/
Dusb_osx.c69 IOUSBFindInterfaceRequest request; in try_interfaces() local
83 request.bInterfaceClass = kIOUSBFindInterfaceDontCare; in try_interfaces()
84 request.bInterfaceSubClass = kIOUSBFindInterfaceDontCare; in try_interfaces()
85 request.bInterfaceProtocol = kIOUSBFindInterfaceDontCare; in try_interfaces()
86 request.bAlternateSetting = kIOUSBFindInterfaceDontCare; in try_interfaces()
96 kr = (*dev)->CreateInterfaceIterator(dev, &request, &iterator); in try_interfaces()
Dfastboot_protocol.txt70 Host: "getvar:version" request version variable
74 Host: "getvar:nonexistant" request some undefined variable
78 Host: "download:00001234" request to send 0x1234 bytes of data
86 Host: "flash:bootloader" request to flash the data to the bootloader
/system/core/include/usbhost/
Dusbhost.h195 int request,
/system/core/sh/
Doutput.c510 xioctl(int fd, unsigned long request, char *arg) in xioctl() argument
514 while ((i = ioctl(fd, request, arg)) == -1 && errno == EINTR); in xioctl()
DTOUR69 special action to request this.
/system/core/libusbhost/
Dusbhost.c548 int request, in usb_device_control_transfer() argument
563 ctrl.bRequest = request; in usb_device_control_transfer()
/system/core/logcat/
Devent.logtags105 # http request/response stats
/system/core/init/
Dreadme.txt82 this command. You must instead request the capabilities in-process while