Searched refs:modKind (Results 1 – 3 of 3) sorted by relevance
29 u1 modKind; /* JdwpModKind */ member31 u1 modKind; member35 u1 modKind; member39 u1 modKind; member43 u1 modKind; member47 u1 modKind; member51 u1 modKind; member55 u1 modKind; member59 u1 modKind; member65 u1 modKind; member[all …]
173 JdwpModKind kind = static_cast<JdwpModKind>(pMod->modKind); in dumpEvent()201 if (pMod->modKind == MK_LOCATION_ONLY) { in dvmJdwpRegisterEvent()204 } else if (pMod->modKind == MK_STEP) { in dvmJdwpRegisterEvent()209 } else if (pMod->modKind == MK_FIELD_ONLY) { in dvmJdwpRegisterEvent()260 if (pMod->modKind == MK_LOCATION_ONLY) { in unregisterEvent()264 if (pMod->modKind == MK_STEP) { in unregisterEvent()358 if (pEvent->mods[i].modKind == MK_CLASS_MATCH) { in dvmJdwpEventFree()362 if (pEvent->mods[i].modKind == MK_CLASS_EXCLUDE) { in dvmJdwpEventFree()395 if (pEvent->mods[i].modKind == MK_COUNT && in cleanupMatchList()466 switch (pMod->modKind) { in modsMatch()[all …]
1398 u1 modKind = read1(&buf); in handleER_Set() local1400 pEvent->mods[idx].modKind = modKind; in handleER_Set()1402 switch (modKind) { in handleER_Set()1521 ALOGW("GLITCH: unsupported modKind=%d", modKind); in handleER_Set()