OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notification_write_fd_
(Results
1 - 7
of
7
) sorted by null
/device/linaro/hikey/bluetooth/
async_fd_watcher.h
58
int
notification_write_fd_
;
member in class:android::hardware::bluetooth::async::AsyncFdWatcher
async_fd_watcher.cc
77
notification_write_fd_
= pipe_fds[1];
108
if (TEMP_FAILURE_RETRY(write(
notification_write_fd_
, &buffer, 1)) < 0) {
/hardware/interfaces/bluetooth/1.0/default/
async_fd_watcher.h
58
int
notification_write_fd_
;
member in class:android::hardware::bluetooth::async::AsyncFdWatcher
async_fd_watcher.cc
82
notification_write_fd_
= pipe_fds[1];
113
if (TEMP_FAILURE_RETRY(write(
notification_write_fd_
, &buffer, 1)) < 0) {
/system/bt/vendor_libs/linux/interface/
async_fd_watcher.h
58
int
notification_write_fd_
;
member in class:android::hardware::bluetooth::async::AsyncFdWatcher
async_fd_watcher.cc
79
notification_write_fd_
= pipe_fds[1];
110
if (TEMP_FAILURE_RETRY(write(
notification_write_fd_
, &buffer, 1)) < 0) {
/system/bt/vendor_libs/test_vendor_lib/src/
async_manager.cc
172
notification_write_fd_
= pipe_fds[1];
184
if (TEMP_FAILURE_RETRY(write(
notification_write_fd_
, &buffer, 1)) < 0) {
274
int
notification_write_fd_
;
member in class:test_vendor_lib::AsyncManager::AsyncFdWatcher
Completed in 322 milliseconds