Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DClientCache.cpp169 void ClientCache::removeProcess(const wp<IBinder>& processToken) { in removeProcess() function in android::ClientCache
201 ClientCache::getInstance().removeProcess(who); in binderDied()
DClientCache.h44 void removeProcess(const wp<IBinder>& processToken);
/frameworks/base/services/core/java/com/android/server/am/
DActiveInstrumentation.java74 void removeProcess(ProcessRecord proc) { in removeProcess() method in ActiveInstrumentation
DActivityManagerService.java15994 instr.removeProcess(app); in finishInstrumentationLocked()