Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dasync_manager.cc98 int file_descriptor, const ReadCallback& on_read_fd_ready_callback) { in WatchFdForNonBlockingReads() argument
102 watched_shared_fds_[file_descriptor] = on_read_fd_ready_callback; in WatchFdForNonBlockingReads()
528 int file_descriptor, const ReadCallback& on_read_fd_ready_callback) { in WatchFdForNonBlockingReads() argument
530 on_read_fd_ready_callback); in WatchFdForNonBlockingReads()
Dasync_manager.h58 const ReadCallback& on_read_fd_ready_callback);
/packages/modules/Bluetooth/system/vendor_libs/linux/interface/
Dasync_fd_watcher.cc40 int file_descriptor, const ReadCallback& on_read_fd_ready_callback) { in WatchFdForNonBlockingReads() argument
44 watched_fds_[file_descriptor] = on_read_fd_ready_callback; in WatchFdForNonBlockingReads()
Dasync_fd_watcher.h37 const ReadCallback& on_read_fd_ready_callback);