Searched refs:debuggable (Results 1 – 16 of 16) sorted by relevance
/packages/modules/adb/libs/adbconnection/ |
D | adbconnection_client.cpp | 65 std::optional<bool> debuggable; in adbconnection_client_new() local 80 case AdbConnectionClientInfoType::debuggable: in adbconnection_client_new() 81 if (debuggable) { in adbconnection_client_new() 85 debuggable = info->data.debuggable; in adbconnection_client_new() 111 if (!debuggable) { in adbconnection_client_new() 170 ProcessInfo process(*pid, *debuggable, *profileable, *architecture); in adbconnection_client_new()
|
/packages/modules/Virtualization/compos/src/ |
D | pvm_exec.rs | 49 fn spawn_fd_server(metadata: &Metadata, debuggable: bool) -> Result<Minijail> { in spawn_fd_server() 50 let mut inheritable_fds = if debuggable { in spawn_fd_server() 89 debuggable: bool, field 135 let debuggable = matches.is_present("debug"); in parse_args() localVariable 140 debuggable, in parse_args() 146 let Config { args, metadata, debuggable } = parse_args()?; in main() 149 let fd_server_jail = spawn_fd_server(&metadata, debuggable)?; in main()
|
D | compsvc.rs | 54 debuggable: bool, field 69 let inheritable_fds = if self.debuggable { in run_worker_in_jail_and_wait() 92 if self.debuggable { in build_worker_args() 137 debuggable: matches.is_present("debug"), in parse_args()
|
D | compsvc_worker.rs | 62 let preserve_fds = if config.debuggable { in spawn_authfs() 114 if config.debuggable { in spawn_jailed_task() 138 debuggable: bool, field 194 let debuggable = matches.is_present("debug"); in parse_args() localVariable 196 Ok(Config { authfs_root, in_fds, out_fds, args, debuggable }) in parse_args()
|
/packages/modules/adb/daemon/ |
D | jdwp_service.cpp | 195 if (!proc->process.debuggable) continue; in jdwp_process_list() 216 if (!proc->process.debuggable && !proc->process.profileable) continue; in app_process_list() 219 entry->set_debuggable(proc->process.debuggable); in app_process_list() 291 bool debuggable = proc->process.debuggable; in jdwp_process_event() 294 if (debuggable) jdwp_process_list_updated(); in jdwp_process_event() 295 if (debuggable || profileable) app_process_list_updated(); in jdwp_process_event() 303 if (!proc->process.debuggable) continue; in create_jdwp_connection_fd() 505 if (process.debuggable) jdwp_process_list_updated(); in init_jdwp() 506 if (process.debuggable || process.profileable) app_process_list_updated(); in init_jdwp()
|
/packages/modules/adb/libs/adbconnection/include/adbconnection/ |
D | process_info.h | 27 bool debuggable; member 32 ProcessInfo() : pid(0), debuggable(false), profileable(false), arch_name_length(0) {} in ProcessInfo() 35 : pid(pid), debuggable(dbg), profileable(prof) { in ProcessInfo()
|
D | client.h | 30 debuggable, enumerator 39 bool debuggable; member
|
/packages/modules/Virtualization/microdroid/ |
D | build.prop | 3 ro.debuggable=1
|
/packages/apps/Nfc/nci/jni/ |
D | Android.bp | 48 debuggable: {
|
/packages/modules/adb/proto/ |
D | app_processes.proto | 26 bool debuggable = 2; field
|
/packages/services/Car/cpp/evs/manager/1.1/ |
D | Android.bp | 59 debuggable: {
|
/packages/services/Car/cpp/telemetry/cartelemetryd/ |
D | Android.bp | 38 debuggable: {
|
/packages/services/Car/cpp/evs/sampleDriver/ |
D | Android.bp | 86 debuggable: {
|
/packages/modules/NeuralNetworks/ |
D | Android.bp | 92 debuggable: { // eng and userdebug builds
|
/packages/modules/DnsResolver/ |
D | Android.bp | 233 debuggable: {
|
/packages/modules/adb/ |
D | SERVICES.TXT | 231 This service is used by DDMS to know which debuggable processes are running
|