• Home
  • Raw
  • Download

Lines Matching defs:state

119 u4 dvmJdwpNextRequestSerial(JdwpState* state)  in dvmJdwpNextRequestSerial()
134 u4 dvmJdwpNextEventSerial(JdwpState* state) in dvmJdwpNextEventSerial()
148 static void lockEventMutex(JdwpState* state) in lockEventMutex()
158 static void unlockEventMutex(JdwpState* state) in unlockEventMutex()
170 JdwpError dvmJdwpRegisterEvent(JdwpState* state, JdwpEvent* pEvent) in dvmJdwpRegisterEvent()
222 static void unregisterEvent(JdwpState* state, JdwpEvent* pEvent) in unregisterEvent()
267 void dvmJdwpUnregisterEventById(JdwpState* state, u4 requestId) in dvmJdwpUnregisterEventById()
293 void dvmJdwpUnregisterAll(JdwpState* state) in dvmJdwpUnregisterAll()
371 static JdwpEvent** allocMatchList(JdwpState* state) in allocMatchList()
380 static void cleanupMatchList(JdwpState* state, JdwpEvent** matchList, in cleanupMatchList()
456 static bool modsMatch(JdwpState* state, JdwpEvent* pEvent, ModBasket* basket) in modsMatch()
533 static void findMatchingEvents(JdwpState* state, enum JdwpEventKind eventKind, in findMatchingEvents()
577 static void suspendByPolicy(JdwpState* state, in suspendByPolicy()
636 static bool invokeInProgress(JdwpState* state) in invokeInProgress()
652 void dvmJdwpSetWaitForEventThread(JdwpState* state, ObjectId threadId) in dvmJdwpSetWaitForEventThread()
681 void dvmJdwpClearWaitForEventThread(JdwpState* state) in dvmJdwpClearWaitForEventThread()
720 static void eventFinish(JdwpState* state, ExpandBuf* pReq) in eventFinish()
744 bool dvmJdwpPostVMStart(JdwpState* state, bool suspend) in dvmJdwpPostVMStart()
809 bool dvmJdwpPostLocationEvent(JdwpState* state, const JdwpLocation* pLoc, in dvmJdwpPostLocationEvent()
923 bool dvmJdwpPostThreadChange(JdwpState* state, ObjectId threadId, bool start) in dvmJdwpPostThreadChange()
1003 bool dvmJdwpPostVMDeath(JdwpState* state) in dvmJdwpPostVMDeath()
1031 bool dvmJdwpPostException(JdwpState* state, const JdwpLocation* pThrowLoc, in dvmJdwpPostException()
1134 bool dvmJdwpPostClassPrepare(JdwpState* state, int tag, RefTypeId refTypeId, in dvmJdwpPostClassPrepare()
1231 bool dvmJdwpPostClassUnload(JdwpState* state, RefTypeId refTypeId) in dvmJdwpPostClassUnload()
1244 bool dvmJdwpPostFieldAccess(JdwpState* state, int STUFF, ObjectId thisPtr, in dvmJdwpPostFieldAccess()
1258 void dvmJdwpDdmSendChunkV(JdwpState* state, int type, const struct iovec* iov, in dvmJdwpDdmSendChunkV()