HomeSort by relevance Sort by last modified time
    Searched defs:AsyncFdWatcher (Results 1 - 7 of 7) sorted by null

  /device/linaro/hikey/bluetooth/
async_fd_watcher.h 31 class AsyncFdWatcher {
33 AsyncFdWatcher() = default;
34 ~AsyncFdWatcher();
43 AsyncFdWatcher(const AsyncFdWatcher&) = delete;
44 AsyncFdWatcher& operator=(const AsyncFdWatcher&) = delete;
async_fd_watcher.cc 37 int AsyncFdWatcher::WatchFdForNonBlockingReads(
49 int AsyncFdWatcher::ConfigureTimeout(
63 void AsyncFdWatcher::StopWatchingFileDescriptors() { stopThread(); }
65 AsyncFdWatcher::~AsyncFdWatcher() {}
69 int AsyncFdWatcher::tryStartThread() {
85 int AsyncFdWatcher::stopThread() {
106 int AsyncFdWatcher::notifyThread() {
114 void AsyncFdWatcher::ThreadRoutine() {
  /hardware/interfaces/bluetooth/1.0/default/
async_fd_watcher.h 31 class AsyncFdWatcher {
33 AsyncFdWatcher() = default;
34 ~AsyncFdWatcher();
43 AsyncFdWatcher(const AsyncFdWatcher&) = delete;
44 AsyncFdWatcher& operator=(const AsyncFdWatcher&) = delete;
async_fd_watcher.cc 42 int AsyncFdWatcher::WatchFdForNonBlockingReads(
54 int AsyncFdWatcher::ConfigureTimeout(
68 void AsyncFdWatcher::StopWatchingFileDescriptors() { stopThread(); }
70 AsyncFdWatcher::~AsyncFdWatcher() {}
74 int AsyncFdWatcher::tryStartThread() {
90 int AsyncFdWatcher::stopThread() {
114 int AsyncFdWatcher::notifyThread() {
122 void AsyncFdWatcher::ThreadRoutine() {
  /system/bt/vendor_libs/linux/interface/
async_fd_watcher.h 31 class AsyncFdWatcher {
33 AsyncFdWatcher() = default;
34 ~AsyncFdWatcher();
43 AsyncFdWatcher(const AsyncFdWatcher&) = delete;
44 AsyncFdWatcher& operator=(const AsyncFdWatcher&) = delete;
async_fd_watcher.cc 39 int AsyncFdWatcher::WatchFdForNonBlockingReads(
51 int AsyncFdWatcher::ConfigureTimeout(
65 void AsyncFdWatcher::StopWatchingFileDescriptors() { stopThread(); }
67 AsyncFdWatcher::~AsyncFdWatcher() {}
71 int AsyncFdWatcher::tryStartThread() {
87 int AsyncFdWatcher::stopThread() {
108 int AsyncFdWatcher::notifyThread() {
116 void AsyncFdWatcher::ThreadRoutine() {
  /system/bt/vendor_libs/test_vendor_lib/src/
async_manager.cc 39 // The watching of file descriptors is done through AsyncFdWatcher. Several
97 class AsyncManager::AsyncFdWatcher {
125 AsyncFdWatcher() = default;
127 ~AsyncFdWatcher() = default;
153 AsyncFdWatcher(const AsyncFdWatcher&) = delete;
154 AsyncFdWatcher& operator=(const AsyncFdWatcher&) = delete;
477 : fdWatcher_p_(new AsyncFdWatcher()),

Completed in 601 milliseconds