Home
last modified time | relevance | path

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

/packages/modules/Profiling/framework/java/android/os/
DProfilingManager.java136 public IProfilingService mProfilingService;
223 final IProfilingService service = getOrCreateIProfilingServiceLocked(false); in requestProfiling()
360 public @Nullable IProfilingService getOrCreateIProfilingServiceLocked( in getOrCreateIProfilingServiceLocked()
369 mProfilingService = IProfilingService.Stub.asInterface( in getOrCreateIProfilingServiceLocked()
481 IProfilingService service = in getOrCreateIProfilingServiceLocked()
/packages/modules/Profiling/aidl/android/os/
DIProfilingService.aidl25 interface IProfilingService { interface
/packages/modules/Profiling/service/java/com/android/os/profiling/
DProfilingService.java32 import android.os.IProfilingService;
60 public class ProfilingService extends IProfilingService.Stub {