Searched refs:IProfilingService (Results 1 – 4 of 4) sorted by relevance
50 private final IProfilingService mProfilingService;52 private ProfilingServiceHelper(@NonNull IProfilingService service) { in ProfilingServiceHelper()68 IProfilingService service = Flags.telemetryApis() ? IProfilingService.Stub.asInterface( in getInstance()
212 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()
26 interface IProfilingService { interface
33 import android.os.IProfilingService;74 public class ProfilingService extends IProfilingService.Stub {