Home
last modified time | relevance | path

Searched refs:timed_out_ (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/bluetooth/1.0/default/test/
Dasync_fd_watcher_unittest.cc139 timed_out_ = true; in OnTimeout()
144 timed_out_ = false; in ClearTimeout()
148 ALOGD("%s %d", __func__, timed_out_ ? 1 : 0); in TimedOut()
149 return timed_out_; in TimedOut()
196 bool timed_out_; member in android::hardware::bluetooth::V1_0::implementation::AsyncFdWatcherSocketTest
/hardware/interfaces/bluetooth/async/test/
Dasync_fd_watcher_unittest.cc137 timed_out_ = true; in OnTimeout()
142 timed_out_ = false; in ClearTimeout()
146 ALOGD("%s %d", __func__, timed_out_ ? 1 : 0); in TimedOut()
147 return timed_out_; in TimedOut()
194 bool timed_out_; member in android::hardware::bluetooth::async_test::AsyncFdWatcherSocketTest