OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toHostData
(Results
1 - 3
of
3
) sorted by null
/system/chre/core/
host_comms_manager.cc
53
msgToHost->
toHostData
.hostEndpoint = hostEndpoint;
54
msgToHost->
toHostData
.messageType = messageType;
55
msgToHost->
toHostData
.nanoappFreeFunction = freeCallback;
59
msgToHost->
toHostData
.reserved = kMessageToHostReservedFieldValue;
135
if (msgToHost->
toHostData
.nanoappFreeFunction == nullptr) {
170
if (msgToHost->
toHostData
.nanoappFreeFunction != nullptr) {
172
msgToHost->appId, msgToHost->
toHostData
.nanoappFreeFunction,
/system/chre/core/include/chre/core/
host_comms_manager.h
64
}
toHostData
;
/system/chre/platform/slpi/
host_link.cc
303
builder, msgToHost->appId, msgToHost->
toHostData
.messageType,
304
msgToHost->
toHostData
.hostEndpoint, msgToHost->message.data(),
Completed in 507 milliseconds