Home
last modified time | relevance | path

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

/dalvik/vm/jdwp/
DJdwpConstants.h134 MK_LOCATION_ONLY = 7, enumerator
DJdwpEvent.c188 if (pMod->modKind == MK_LOCATION_ONLY) { in dvmJdwpRegisterEvent()
246 if (pMod->modKind == MK_LOCATION_ONLY) { in unregisterEvent()
489 case MK_LOCATION_ONLY: in modsMatch()
DJdwpHandler.c1673 case MK_LOCATION_ONLY: /* restrict certain events based on loc */ in handleER_Set()