OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NanoappListRequest
(Results
1 - 2
of
2
) sorted by null
/system/chre/platform/shared/include/chre/platform/shared/
host_messages_generated.h
18
struct
NanoappListRequest
;
55
NanoappListRequest
= 4,
77
"
NanoappListRequest
",
115
template<> struct ChreMessageTraits<
NanoappListRequest
> {
116
static const ChreMessage enum_value = ChreMessage::
NanoappListRequest
;
498
struct
NanoappListRequest
FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
513
flatbuffers::Offset<
NanoappListRequest
> Finish() {
515
auto o = flatbuffers::Offset<
NanoappListRequest
>(end);
520
inline flatbuffers::Offset<
NanoappListRequest
> CreateNanoappListRequest(
[
all
...]
/system/chre/host/common/include/chre_host/
host_messages_generated.h
21
struct
NanoappListRequest
;
72
NanoappListRequest
= 4,
94
"
NanoappListRequest
",
132
template<> struct ChreMessageTraits<
NanoappListRequest
> {
133
static const ChreMessage enum_value = ChreMessage::
NanoappListRequest
;
218
return type == ChreMessage::
NanoappListRequest
?
718
typedef
NanoappListRequest
TableType;
723
struct
NanoappListRequest
FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
731
static flatbuffers::Offset<
NanoappListRequest
> Pack(flatbuffers::FlatBufferBuilder &_fbb, const NanoappListRequestT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);
742
flatbuffers::Offset<
NanoappListRequest
> Finish()
[
all
...]
Completed in 131 milliseconds