Home
last modified time | relevance | path

Searched defs:ExposedService (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/perfetto/src/ipc/
H A Dhost_impl.h84 struct ExposedService { struct
88 ExposedService& operator=(ExposedService&&); argument
105 const ExposedService* GetServiceByName(const std::string&); argument
H A Dhost_impl.cc449 HostImpl::ExposedService::ExposedService(ServiceID id_, in ExposedService() function in perfetto::ipc::HostImpl::ExposedService
/aosp_15_r20/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/NormalApp/src/com/android/cts/normalapp/
H A DExposedService.java28 public class ExposedService extends Service { class