OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BrHostEventData
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/util/nanotool/
apptohostevent.h
35
struct
BrHostEventData
{
44
struct
BrHostEventData
data;
contexthub.cpp
291
auto rsp = reinterpret_cast<const
BrHostEventData
*>(event.GetDataPtr());
294
} else if (event.GetDataLen() < sizeof(
BrHostEventData
)) {
296
"at least %zu", event.GetDataLen(), sizeof(
BrHostEventData
));
302
} else if (event.GetDataLen() < (sizeof(
BrHostEventData
) +
306
(sizeof(
BrHostEventData
) + sizeof(BrVersionInfoRsp)));
nanomessage.cpp
251
event->event_data.hdr.dataLen = sizeof(
BrHostEventData
);
Completed in 57 milliseconds