Home
last modified time | relevance | path

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

/packages/modules/adb/daemon/
Djdwp_service.cpp143 static void app_process_list_updated(void);
273 app_process_list_updated(); in jdwp_process_event()
302 if (debuggable || profileable) app_process_list_updated(); in jdwp_process_event()
436 static void app_process_list_updated(void) { in app_process_list_updated() function
523 if (process.debuggable || process.profileable) app_process_list_updated(); in init_jdwp()