Home
last modified time | relevance | path

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

/packages/services/Car/cpp/computepipe/router/include/
DPipeHandle.h35 explicit PipeHandle(std::unique_ptr<T> intf) : mInterface(std::move(intf)) { in PipeHandle() function
52 explicit PipeHandle(std::shared_ptr<T> intf) : mInterface(intf){}; in PipeHandle() function