Home
last modified time | relevance | path

Searched defs:OnStop (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/core/lifecycle/events/
H A DOnStop.java25 public interface OnStop { interface
/aosp12/frameworks/native/services/gpuservice/tracing/include/tracing/
H A DGpuMemTracer.h40 virtual void OnStop(const StopArgs&) override{}; in OnStop() function
/aosp12/frameworks/native/services/surfaceflinger/FrameTracer/
H A DFrameTracer.h33 virtual void OnStop(const StopArgs&) override{}; in OnStop() function
/aosp12/frameworks/native/services/surfaceflinger/FrameTimeline/
H A DFrameTimeline.h346 void OnStop(const StopArgs&) override{}; in OnStop() function
/aosp12/art/perfetto_hprof/
H A Dperfetto_hprof.cc204 void OnStop(const StopArgs& a) override { in OnStop() function in perfetto_hprof::JavaHprofDataSource