Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DClientCache.cpp171 void ClientCache::removeProcess(const wp<IBinder>& processToken) { in removeProcess() function in android::ClientCache
203 ClientCache::getInstance().removeProcess(who); in binderDied()
DClientCache.h44 void removeProcess(const wp<IBinder>& processToken);
/frameworks/base/services/core/java/com/android/server/am/
DActiveInstrumentation.java77 void removeProcess(ProcessRecord proc) { in removeProcess() method in ActiveInstrumentation
DActivityManagerService.java17083 instr.removeProcess(app); in finishInstrumentationLocked()
/frameworks/base/services/
Dart-profile5715 PLcom/android/server/am/ActiveInstrumentation;->removeProcess(Lcom/android/server/am/ProcessRecord;…