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 527 * Find all events of type "eventKind" with mods that match up with the
533 * DO NOT call this multiple times for the same eventKind, as Count mods are
536 static void findMatchingEvents(JdwpState* state, enum JdwpEventKind eventKind,
546 if (pEvent->eventKind == eventKind && modsMatch(state, pEvent, basket))
880 dvmJdwpEventKindStr(matchList[0]->eventKind), matchCount,
894 expandBufAdd1(pReq, matchList[i]->eventKind);
964 dvmJdwpEventKindStr(matchList[0]->eventKind), matchCount,
976 expandBufAdd1(pReq, matchList[i]->eventKind);
1074 dvmJdwpEventKindStr(matchList[0]->eventKind), matchCount
    [all...]
JdwpHandler.c     [all...]

Completed in 99 milliseconds