Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/async/
Dasync_fd_watcher.h25 using ReadCallback = std::function<void(int)>; variable
/hardware/interfaces/bluetooth/1.0/default/
Dasync_fd_watcher.h28 using ReadCallback = std::function<void(int)>; variable
/hardware/interfaces/automotive/can/1.0/default/
DCanSocket.h32 using ReadCallback = std::function<void(const struct canfd_frame&, std::chrono::nanoseconds)>; member