Searched refs:onRead (Results 1 – 4 of 4) sorted by relevance
27 virtual void onRead(AsyncSocketAdapter* socket) = 0;
49 void onRead();
90 void onRead(const struct canfd_frame& frame, std::chrono::nanoseconds timestamp);
137 CanSocket::ReadCallback rdcb = std::bind(&CanBus::onRead, this, _1, _2); in up()300 void CanBus::onRead(const struct canfd_frame& frame, std::chrono::nanoseconds timestamp) { in onRead() function in android::hardware::automotive::can::V1_0::implementation::CanBus