Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/bluetooth/1.0/default/
H A Dasync_fd_watcher.h28 using ReadCallback = std::function<void(int)>; variable
/aosp12/system/bt/vendor_libs/linux/interface/
H A Dasync_fd_watcher.h28 using ReadCallback = std::function<void(int)>; variable
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/setup/
H A Dasync_manager.h20 using ReadCallback = std::function<void(int)>; variable
/aosp12/hardware/interfaces/automotive/can/1.0/default/
H A DCanSocket.h31 using ReadCallback = std::function<void(const struct canfd_frame&, std::chrono::nanoseconds)>; member
/aosp12/packages/modules/adb/
H A Dtransport.h113 using ReadCallback = std::function<bool(Connection*, std::unique_ptr<apacket>)>; member
/aosp12/bionic/libc/system_properties/
H A Dsystem_properties.cpp197 void SystemProperties::ReadCallback(const prop_info* pi, in ReadCallback() function in SystemProperties