Searched refs:ProfilingRequestCallbackWrapper (Results 1 – 1 of 1) sorted by relevance
131 public final ArrayList<ProfilingRequestCallbackWrapper> mCallbacks = new ArrayList<>();215 mCallbacks.add(new ProfilingRequestCallbackWrapper(executor, listener, key)); in requestProfiling()298 mCallbacks.add(new ProfilingRequestCallbackWrapper(executor, listener, null)); in registerForAllProfilingResults()333 ArrayList<ProfilingRequestCallbackWrapper> listenersToRemove = new ArrayList<>(); in unregisterForAllProfilingResults()335 ProfilingRequestCallbackWrapper wrapper = mCallbacks.get(i); in unregisterForAllProfilingResults()346 ProfilingRequestCallbackWrapper wrapper = mCallbacks.get(i); in unregisterForAllProfilingResults()405 ProfilingRequestCallbackWrapper wrapper = mCallbacks.get(i); in getOrCreateIProfilingServiceLocked()561 private static final class ProfilingRequestCallbackWrapper { class in ProfilingManager577 ProfilingRequestCallbackWrapper(@NonNull Executor executor, in ProfilingRequestCallbackWrapper() method in ProfilingManager.ProfilingRequestCallbackWrapper