Home
last modified time | relevance | path

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

/hardware/google/aemu/base/include/aemu/base/async/
DAsyncSocketAdapter.h27 virtual void onRead(AsyncSocketAdapter* socket) = 0;
DAsyncSocket.h49 void onRead();
/hardware/interfaces/automotive/can/1.0/default/
DCanBus.h90 void onRead(const struct canfd_frame& frame, std::chrono::nanoseconds timestamp);
DCanBus.cpp137 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