Home
last modified time | relevance | path

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

/system/iorap/src/binder/
Diiorap_impl.cc69 struct ServiceParams { struct
81 static ServiceParams s_service_params_;
82 static std::atomic<ServiceParams*> s_service_params_atomic_;
284 …Impl(ServiceParams p) : service_params_{std::move(p)}, event_manager_callbacks_{new EventManagerTa… in Impl()
310 ServiceParams service_params_;
346 ServiceParams* p = &s_service_params_; in Start()