OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:comms_fd_
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/util/nanotool/
androidcontexthub.cpp
138
if (
comms_fd_
>= 0) {
139
(void) close(
comms_fd_
);
178
comms_fd_
= open(kCommsDeviceFile, O_RDONLY);
179
if (
comms_fd_
< 0) {
245
} else if (read_fd ==
comms_fd_
) {
375
if (count > 1 &&
comms_fd_
>= 0) {
376
pfds[1].fd =
comms_fd_
;
androidcontexthub.h
59
int
comms_fd_
= -1;
member in class:android::AndroidContextHub
Completed in 126 milliseconds