OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UnloadNanoappResponse
(Results
1 - 3
of
3
) sorted by null
/system/chre/platform/slpi/
host_link.cc
74
UnloadNanoappResponse
,
291
buildAndEnqueueMessage(PendingMessageType::
UnloadNanoappResponse
,
471
case PendingMessageType::
UnloadNanoappResponse
:
/system/chre/platform/shared/include/chre/platform/shared/
host_messages_generated.h
30
struct
UnloadNanoappResponse
;
60
UnloadNanoappResponse
= 9,
82
"
UnloadNanoappResponse
",
135
template<> struct ChreMessageTraits<
UnloadNanoappResponse
> {
136
static const ChreMessage enum_value = ChreMessage::
UnloadNanoappResponse
;
861
struct
UnloadNanoappResponse
FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
884
fbb_.AddElement<uint32_t>(
UnloadNanoappResponse
::VT_TRANSACTION_ID, transaction_id, 0);
887
fbb_.AddElement<uint8_t>(
UnloadNanoappResponse
::VT_SUCCESS, static_cast<uint8_t>(success), 0);
894
flatbuffers::Offset<
UnloadNanoappResponse
> Finish() {
896
auto o = flatbuffers::Offset<
UnloadNanoappResponse
>(end)
[
all
...]
/system/chre/host/common/include/chre_host/
host_messages_generated.h
39
struct
UnloadNanoappResponse
;
77
UnloadNanoappResponse
= 9,
99
"
UnloadNanoappResponse
",
152
template<> struct ChreMessageTraits<
UnloadNanoappResponse
> {
153
static const ChreMessage enum_value = ChreMessage::
UnloadNanoappResponse
;
238
return type == ChreMessage::
UnloadNanoappResponse
?
[
all
...]
Completed in 150 milliseconds