HomeSort by relevance Sort by last modified time
    Searched defs:UnloadNanoappRequest (Results 1 - 2 of 2) sorted by null

  /system/chre/platform/shared/include/chre/platform/shared/
host_messages_generated.h 28 struct UnloadNanoappRequest;
59 UnloadNanoappRequest = 8,
81 "UnloadNanoappRequest",
131 template<> struct ChreMessageTraits<UnloadNanoappRequest> {
132 static const ChreMessage enum_value = ChreMessage::UnloadNanoappRequest;
799 struct UnloadNanoappRequest FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
829 fbb_.AddElement<uint32_t>(UnloadNanoappRequest::VT_TRANSACTION_ID, transaction_id, 0);
832 fbb_.AddElement<uint64_t>(UnloadNanoappRequest::VT_APP_ID, app_id, 0);
835 fbb_.AddElement<uint8_t>(UnloadNanoappRequest::VT_ALLOW_SYSTEM_NANOAPP_UNLOAD, static_cast<uint8_t>(allow_system_nanoapp_unload), 0);
842 flatbuffers::Offset<UnloadNanoappRequest> Finish()
    [all...]
  /system/chre/host/common/include/chre_host/
host_messages_generated.h 36 struct UnloadNanoappRequest;
76 UnloadNanoappRequest = 8,
98 "UnloadNanoappRequest",
148 template<> struct ChreMessageTraits<UnloadNanoappRequest> {
149 static const ChreMessage enum_value = ChreMessage::UnloadNanoappRequest;
234 return type == ChreMessage::UnloadNanoappRequest ?
    [all...]

Completed in 177 milliseconds