Searched refs:sBlockingIpcs (Results 1 – 1 of 1) sorted by relevance
52 private static Stack<String> sBlockingIpcs = new Stack<>(); field in DejankUtils60 if ((flags & FLAG_ONEWAY) == FLAG_ONEWAY || sBlockingIpcs.empty()77 StrictMode.noteSlowCall("IPC detected on critical path: " + sBlockingIpcs.peek());128 if (STRICT_MODE_ENABLED && sBlockingIpcs.empty()) { in detectBlockingIpcs()130 sBlockingIpcs.push("detectBlockingIpcs"); in detectBlockingIpcs()136 sBlockingIpcs.pop(); in detectBlockingIpcs()154 sBlockingIpcs.push(tag); in startDetectingBlockingIpcs()169 sBlockingIpcs.remove(tag); in stopDetectingBlockingIpcs()