Home
last modified time | relevance | path

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

/dalvik/vm/
DDdm.h46 void dvmDdmSendThreadNotification(Thread* thread, bool started);
DDdm.cpp234 dvmDdmSendThreadNotification(thread, true); in dvmDdmSetThreadNotification()
247 void dvmDdmSendThreadNotification(Thread* thread, bool started) in dvmDdmSendThreadNotification() function
DDebugger.cpp2496 dvmDdmSendThreadNotification(thread, true); in dvmDbgPostThreadStart()
2509 dvmDdmSendThreadNotification(thread, false); in dvmDbgPostThreadDeath()