OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AsyncFdWatcher
(Results
1 - 15
of
15
) 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() {
bluetooth_hci.h
62
async::
AsyncFdWatcher
fd_watcher_;
/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() {
111
int
AsyncFdWatcher
::notifyThread() {
119
void
AsyncFdWatcher
::ThreadRoutine() {
vendor_interface.h
63
async::
AsyncFdWatcher
fd_watcher_;
/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() {
bluetooth_hci.h
50
async::
AsyncFdWatcher
fd_watcher_;
/system/bt/vendor_libs/test_vendor_lib/include/
async_manager.h
96
class
AsyncFdWatcher
;
107
std::unique_ptr<
AsyncFdWatcher
> fdWatcher_p_;
/device/google/dragon/bluetooth/
vendor_interface.h
63
async::
AsyncFdWatcher
fd_watcher_;
/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
()),
/hardware/interfaces/bluetooth/1.0/default/test/
async_fd_watcher_unittest.cc
38
using android::hardware::bluetooth::async::
AsyncFdWatcher
;
191
AsyncFdWatcher
async_fd_watcher_;
192
AsyncFdWatcher
conn_watcher_;
199
// Use a single
AsyncFdWatcher
to signal a connection to the server socket.
203
AsyncFdWatcher
conn_watcher;
220
// Use a single
AsyncFdWatcher
to signal a connection to the server socket.
226
AsyncFdWatcher
conn_watcher;
248
AsyncFdWatcher
conn_watcher;
274
// Use a single
AsyncFdWatcher
to watch two file descriptors.
283
AsyncFdWatcher
watcher
[
all
...]
h4_protocol_unittest.cc
190
async::
AsyncFdWatcher
fd_watcher_;
mct_protocol_unittest.cc
174
async::
AsyncFdWatcher
fd_watcher_;
Completed in 170 milliseconds