OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsLogEvent
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/util/nanotool/
nanomessage.h
144
bool
IsLogEvent
() const;
155
static bool
IsLogEvent
(uint32_t event_type);
nanomessage.cpp
123
} else if (ReadEventResponse::
IsLogEvent
(event_type)) {
153
bool ReadEventResponse::
IsLogEvent
() const {
154
return ReadEventResponse::
IsLogEvent
(GetEventType());
174
bool ReadEventResponse::
IsLogEvent
(uint32_t event_type) {
Completed in 56 milliseconds