Searched refs:IIorapImpl (Results 1 – 3 of 3) sorted by relevance
45 class IIorapImpl : public ::com::google::android::startop::iorap::BnIorap {67 IIorapImpl(); // open for BinderService::publish.69 friend class ::android::BinderService<IIorapImpl>;
57 ::android::binder::Status IIorapImpl::name(IIORAP_IMPL_ARG_DECLARATIONS(__VA_ARGS__)) { \95 class IIorapImpl::Impl {98 explicit EventManagerTaskCallbacks(iorap::borrowed<IIorapImpl::Impl*> impl) { in EventManagerTaskCallbacks()112 iorap::borrowed<IIorapImpl::Impl*> impl_;317 using Impl = IIorapImpl::Impl;319 IIorapImpl::IIorapImpl() { in IIorapImpl() function in iorap::binder::IIorapImpl330 bool IIorapImpl::Start(std::shared_ptr<manager::EventManager> event_manager) { in Start()356 ::android::status_t ret = android::BinderService<IIorapImpl>::publish(); in Start()378 ::android::status_t IIorapImpl::dump(int fd, const ::android::Vector<::android::String16>& args) { in dump()
32 static constexpr const char* kServiceName = iorap::binder::IIorapImpl::getServiceName();67 if (!iorap::binder::IIorapImpl::Start(event_manager)) { in main()