Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DPipeComm.cpp36 PipeComm::PipeComm(MessageProcessor* messageProcessor) : CommConn(messageProcessor), mPipeFd(-1) {} in PipeComm() function in android::hardware::automotive::vehicle::V2_0::impl::PipeComm
38 void PipeComm::start() { in start()
52 void PipeComm::stop() { in stop()
60 std::vector<uint8_t> PipeComm::read() { in read()
80 int PipeComm::write(const std::vector<uint8_t>& data) { in write()
H A DPipeComm.h39 class PipeComm : public CommConn {
41 PipeComm(MessageProcessor* messageProcessor);
H A DVehicleEmulator.h95 std::unique_ptr<PipeComm> mPipeComm;
H A DVehicleEmulator.cpp49 mPipeComm = std::make_unique<PipeComm>(this);
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/
H A DAndroid.bp89 "impl/vhal_v2_0/PipeComm.cpp",