Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dreactive_semaphore.h38 int GetFd();
Dreactive_semaphore.cc54 int ReactiveSemaphore::GetFd() { return fd_; } in GetFd() function in bluetooth::os::ReactiveSemaphore
/packages/modules/Bluetooth/system/gd/os/
Dqueue.h194 enqueue_.reactive_semaphore_.GetFd(), in RegisterEnqueue()
228 dequeue_.reactive_semaphore_.GetFd(), callback, base::Closure()); in RegisterDequeue()