HomeSort by relevance Sort by last modified time
    Searched refs:OnFileCanReadWithoutBlocking (Results 1 - 22 of 22) sorted by null

  /system/connectivity/shill/net/
io_input_handler.h 40 void OnFileCanReadWithoutBlocking(int fd) override;
io_ready_handler.h 43 void OnFileCanReadWithoutBlocking(int fd) override;
io_ready_handler.cc 55 void IOReadyHandler::OnFileCanReadWithoutBlocking(int fd) {
io_input_handler.cc 50 void IOInputHandler::OnFileCanReadWithoutBlocking(int fd) {
  /system/bt/vendor_libs/test_vendor_lib/include/
test_channel_transport.h 53 // |OnFileCanReadWithoutBlocking|.
60 void OnFileCanReadWithoutBlocking(int fd) override;
hci_transport.h 97 void OnFileCanReadWithoutBlocking(int fd) override;
  /external/libchrome/base/message_loop/
message_pump_libevent.h 46 virtual void OnFileCanReadWithoutBlocking(int fd) = 0;
82 void OnFileCanReadWithoutBlocking(int fd, MessagePumpLibevent* pump);
message_pump_libevent.cc 96 void MessagePumpLibevent::FileDescriptorWatcher::OnFileCanReadWithoutBlocking(
103 watcher_->OnFileCanReadWithoutBlocking(fd);
365 controller->OnFileCanReadWithoutBlocking(fd, pump);
371 controller->OnFileCanReadWithoutBlocking(fd, pump);
message_loop_unittest.cc 767 void OnFileCanReadWithoutBlocking(int fd) override {
    [all...]
  /external/libbrillo/brillo/
asynchronous_signal_handler.h 44 void OnFileCanReadWithoutBlocking();
asynchronous_signal_handler.cc 53 base::Bind(&AsynchronousSignalHandler::OnFileCanReadWithoutBlocking,
74 void AsynchronousSignalHandler::OnFileCanReadWithoutBlocking() {
  /external/libchrome/base/files/
file_path_watcher_kqueue.h 37 void OnFileCanReadWithoutBlocking(int fd) override;
file_path_watcher_kqueue.cc 233 void FilePathWatcherKQueue::OnFileCanReadWithoutBlocking(int fd) {
  /external/libbrillo/brillo/message_loops/
base_message_loop.h 144 void OnFileCanReadWithoutBlocking(int fd) override;
base_message_loop.cc 319 void BaseMessageLoop::IOTask::OnFileCanReadWithoutBlocking(int /* fd */) {
  /system/bt/vendor_libs/test_vendor_lib/src/
test_channel_transport.cc 89 void TestChannelTransport::OnFileCanReadWithoutBlocking(int fd) {
hci_transport.cc 63 void HciTransport::OnFileCanReadWithoutBlocking(int fd) {
  /external/libchrome/components/timers/
alarm_timer_chromeos.cc 119 void OnFileCanReadWithoutBlocking(int fd) override;
238 void AlarmTimer::Delegate::OnFileCanReadWithoutBlocking(int fd) {
  /external/libbrillo/brillo/streams/
file_stream.cc 93 base::Bind(&FileDescriptor::OnFileCanReadWithoutBlocking,
172 void OnFileCanReadWithoutBlocking() {
  /system/webservd/webservd/
protocol_handler.cc 332 void OnFileCanReadWithoutBlocking(int /* fd */) override {
  /external/libbrillo/brillo/http/
http_transport_curl.cc 52 void OnFileCanReadWithoutBlocking(int fd) override {
  /external/libchrome/dbus/
bus.cc 81 void OnFileCanReadWithoutBlocking(int /* file_descriptor */) override {
    [all...]

Completed in 738 milliseconds