Home
last modified time | relevance | path

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

/packages/modules/Profiling/framework/java/android/os/
DProfilingManager.java207 public final ArrayList<ProfilingRequestCallbackWrapper> mCallbacks = new ArrayList<>();
295 mCallbacks.add(new ProfilingRequestCallbackWrapper(executor, listener, key)); in requestProfiling()
385 mCallbacks.add(new ProfilingRequestCallbackWrapper(executor, listener, null)); in registerForAllProfilingResults()
420 ArrayList<ProfilingRequestCallbackWrapper> listenersToRemove = new ArrayList<>(); in unregisterForAllProfilingResults()
422 ProfilingRequestCallbackWrapper wrapper = mCallbacks.get(i); in unregisterForAllProfilingResults()
433 ProfilingRequestCallbackWrapper wrapper = mCallbacks.get(i); in unregisterForAllProfilingResults()
625 ProfilingRequestCallbackWrapper wrapper = mCallbacks.get(i); in getOrCreateIProfilingServiceLocked()
787 private static final class ProfilingRequestCallbackWrapper { class in ProfilingManager
803 ProfilingRequestCallbackWrapper(@NonNull Executor executor, in ProfilingRequestCallbackWrapper() method in ProfilingManager.ProfilingRequestCallbackWrapper