Home
last modified time | relevance | path

Searched refs:Impl (Results 1 – 5 of 5) sorted by relevance

/system/iorap/src/binder/
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
158 impl_.reset(new Impl(std::move(s_service_params_))); in IIorapImpl()
216 Impl* self, in SendArgs()
229 Status SendArgs(const char* function_name, Impl* self, Args&&... rest) { in SendArgs()
239 Impl* self, in SendArgs()
Diiorap_impl.h60 class Impl; variable
66 std::unique_ptr<Impl> impl_;
/system/iorap/src/manager/
Devent_manager.h48 class Impl; variable
50 std::unique_ptr<Impl> impl_;
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
474 : impl_(new Impl(perfetto_factory)) {} in EventManager()
/system/teeui/libteeui/include/teeui/
Dutils.h131 template <typename Impl> class HMac {
135 return Impl::hmac256(key, {data...}); in hmac256()