Home
last modified time | relevance | path

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

/packages/modules/Profiling/framework/java/android/os/
DProfilingServiceHelper.java50 private final IProfilingService mProfilingService;
52 private ProfilingServiceHelper(@NonNull IProfilingService service) { in ProfilingServiceHelper()
68 IProfilingService service = Flags.telemetryApis() ? IProfilingService.Stub.asInterface( in getInstance()
DProfilingManager.java212 public IProfilingService mProfilingService;
303 final IProfilingService service = getOrCreateIProfilingServiceLocked(false); in requestProfiling()
480 final IProfilingService service = getOrCreateIProfilingServiceLocked(false); in addProfilingTriggers()
525 final IProfilingService service = getOrCreateIProfilingServiceLocked(false); in removeProfilingTriggersByType()
553 final IProfilingService service = getOrCreateIProfilingServiceLocked(false); in clearProfilingTriggers()
580 public @Nullable IProfilingService getOrCreateIProfilingServiceLocked( in getOrCreateIProfilingServiceLocked()
589 mProfilingService = IProfilingService.Stub.asInterface( in getOrCreateIProfilingServiceLocked()
703 IProfilingService service = in getOrCreateIProfilingServiceLocked()
/packages/modules/Profiling/aidl/android/os/
DIProfilingService.aidl26 interface IProfilingService { interface
/packages/modules/Profiling/service/java/com/android/os/profiling/
DProfilingService.java33 import android.os.IProfilingService;
74 public class ProfilingService extends IProfilingService.Stub {