HomeSort by relevance Sort by last modified time
    Searched refs:eventKind (Results 1 - 3 of 3) sorted by null

  /dalvik/vm/jdwp/
JdwpEvent.h 90 enum JdwpEventKind eventKind; /* what kind of event is this? */
JdwpEvent.c 524 * Find all events of type "eventKind" with mods that match up with the
530 * DO NOT call this multiple times for the same eventKind, as Count mods are
533 static void findMatchingEvents(JdwpState* state, enum JdwpEventKind eventKind,
543 if (pEvent->eventKind == eventKind && modsMatch(state, pEvent, basket))
877 dvmJdwpEventKindStr(matchList[0]->eventKind), matchCount,
891 expandBufAdd1(pReq, matchList[i]->eventKind);
961 dvmJdwpEventKindStr(matchList[0]->eventKind), matchCount,
973 expandBufAdd1(pReq, matchList[i]->eventKind);
1071 dvmJdwpEventKindStr(matchList[0]->eventKind), matchCount
    [all...]
JdwpHandler.c     [all...]

Completed in 523 milliseconds