Home
last modified time | relevance | path

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

/system/bt/gd/os/linux_generic/
Dreactor.cc36 constexpr uint64_t kWaitForIdle = 1 << 1; variable
119 } else if ((value & kWaitForIdle) != 0) { in Run()
239 auto control = eventfd_write(control_fd_, kWaitForIdle); in WaitForIdle()