Searched refs:StopWatchFileDescriptor (Results 1 – 5 of 5) sorted by relevance
60 virtual bool StopWatchFileDescriptor(int fd) = 0;
46 bool StopWatchFileDescriptor(int fd) override;
117 bool LooperBackedEventLoop::StopWatchFileDescriptor(int fd) { in StopWatchFileDescriptor() function in android::wificond::LooperBackedEventLoop
137 EXPECT_TRUE(event_loop_->StopWatchFileDescriptor(pipe.send_fd)); in TEST_F()153 EXPECT_TRUE(event_loop_->StopWatchFileDescriptor(pipe.receive_fd)); in TEST_F()
51 event_dispatcher_->StopWatchFileDescriptor(binder_fd_); in ~BinderDispatcher()