OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsAppToHostEvent
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/util/nanotool/
nanomessage.h
141
bool
IsAppToHostEvent
() const;
152
static bool
IsAppToHostEvent
(uint32_t event_type);
nanomessage.cpp
119
} else if (ReadEventResponse::
IsAppToHostEvent
(event_type)) {
141
bool ReadEventResponse::
IsAppToHostEvent
() const {
142
return ReadEventResponse::
IsAppToHostEvent
(GetEventType());
166
bool ReadEventResponse::
IsAppToHostEvent
(uint32_t event_type) {
contexthub.cpp
538
if (result == TransportResult::Success && event->
IsAppToHostEvent
()) {
Completed in 329 milliseconds