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