Searched refs:sBlockingIpcs (Results 1 – 1 of 1) sorted by relevance
58 private static Stack<String> sBlockingIpcs = new Stack<>(); field in DejankUtils66 if ((flags & FLAG_ONEWAY) == FLAG_ONEWAY || sBlockingIpcs.empty()83 StrictMode.noteSlowCall("IPC detected on critical path: " + sBlockingIpcs.peek());134 if (STRICT_MODE_ENABLED && sBlockingIpcs.empty()) { in detectBlockingIpcs()136 sBlockingIpcs.push("detectBlockingIpcs"); in detectBlockingIpcs()142 sBlockingIpcs.pop(); in detectBlockingIpcs()160 sBlockingIpcs.push(tag); in startDetectingBlockingIpcs()175 sBlockingIpcs.remove(tag); in stopDetectingBlockingIpcs()