Home
last modified time | relevance | path

Searched defs:Impl (Results 1 – 4 of 4) sorted by relevance

/system/iorap/src/manager/
Devent_manager.h48 class Impl; variable
Devent_manager.cc390 class EventManager::Impl { class in iorap::manager::EventManager
392 Impl(/*borrow*/perfetto::RxProducerFactory& perfetto_factory) in Impl() function in iorap::manager::EventManager::Impl
471 using Impl = EventManager::Impl; typedef
/system/iorap/src/binder/
Diiorap_impl.h60 class Impl; variable
Diiorap_impl.cc81 class IIorapImpl::Impl { class in iorap::binder::IIorapImpl
144 Impl(ServiceParams p) : service_params_{std::move(p)} { in Impl() function in iorap::binder::IIorapImpl::Impl
151 using Impl = IIorapImpl::Impl; typedef