OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nanoappMsg
(Results
1 - 2
of
2
) sorted by null
/system/chre/host/common/
host_protocol_host.cc
67
const auto *
nanoappMsg
= static_cast<const fbs::NanoappMessage *>(
71
const flatbuffers::Vector<uint8_t> *msgData =
nanoappMsg
->message();
73
nanoappMsg
->app_id(),
nanoappMsg
->message_type(),
74
nanoappMsg
->host_endpoint(), msgData->data(), msgData->size());
/system/chre/platform/shared/
host_protocol_chre.cc
43
const auto *
nanoappMsg
= static_cast<const fbs::NanoappMessage *>(
47
const flatbuffers::Vector<uint8_t> *msgData =
nanoappMsg
->message();
49
nanoappMsg
->app_id(),
nanoappMsg
->message_type(),
50
nanoappMsg
->host_endpoint(), msgData->data(), msgData->size());
Completed in 349 milliseconds