HomeSort by relevance Sort by last modified time
    Searched refs:mComm (Results 1 - 3 of 3) sorted by null

  /hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
VehicleEmulator.h 76 mComm(comm.release()),
104 std::unique_ptr<CommBase> mComm;
VehicleEmulator.cpp 50 mComm->stop(); // Close emulator socket if it is open.
190 int retVal = mComm->write(msg);
322 std::vector<uint8_t> msg = mComm->read();
338 int retVal = mComm->open();
343 retVal = mComm->connect();
  /device/google/contexthub/firmware/os/core/
hostIntf.c 114 static const struct HostIntfComm *mComm;
292 mComm->txPacket(mTxBufPtr, mTxSize, callback);
334 mComm->txPacket(mTxBufPtr, mTxSize, callback);
354 mComm = platHostIntfInit();
355 if (mComm) {
356 int err = mComm->request();
359 mComm->rxPacket(mRxBuf, sizeof(mRxBuf), hostIntfRxDone);
374 mComm->rxPacket(mRxBuf, sizeof(mRxBuf), hostIntfRxDone);
466 mComm->rxPacket(mRxBuf, sizeof(mRxBuf), hostIntfRxDone);
531 mComm->release()
    [all...]

Completed in 309 milliseconds