Home
last modified time | relevance | path

Searched refs:StopWatchFileDescriptor (Results 1 – 5 of 5) sorted by relevance

/system/connectivity/wificond/
Devent_loop.h60 virtual bool StopWatchFileDescriptor(int fd) = 0;
Dlooper_backed_event_loop.h46 bool StopWatchFileDescriptor(int fd) override;
Dlooper_backed_event_loop.cpp117 bool LooperBackedEventLoop::StopWatchFileDescriptor(int fd) { in StopWatchFileDescriptor() function in android::wificond::LooperBackedEventLoop
/system/connectivity/wificond/tests/
Dlooper_backed_event_loop_unittest.cpp137 EXPECT_TRUE(event_loop_->StopWatchFileDescriptor(pipe.send_fd)); in TEST_F()
153 EXPECT_TRUE(event_loop_->StopWatchFileDescriptor(pipe.receive_fd)); in TEST_F()
/system/connectivity/wificond/tests/integration/
Dbinder_dispatcher.cpp51 event_dispatcher_->StopWatchFileDescriptor(binder_fd_); in ~BinderDispatcher()