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

  /system/chre/platform/shared/include/chre/platform/shared/
host_messages_generated.h 24 struct LoadNanoappRequest;
57 LoadNanoappRequest = 6,
79 "LoadNanoappRequest",
123 template<> struct ChreMessageTraits<LoadNanoappRequest> {
124 static const ChreMessage enum_value = ChreMessage::LoadNanoappRequest;
651 struct LoadNanoappRequest FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
690 fbb_.AddElement<uint32_t>(LoadNanoappRequest::VT_TRANSACTION_ID, transaction_id, 0);
693 fbb_.AddElement<uint64_t>(LoadNanoappRequest::VT_APP_ID, app_id, 0);
696 fbb_.AddElement<uint32_t>(LoadNanoappRequest::VT_APP_VERSION, app_version, 0);
699 fbb_.AddElement<uint32_t>(LoadNanoappRequest::VT_TARGET_API_VERSION, target_api_version, 0)
    [all...]
  /system/chre/host/common/include/chre_host/
host_messages_generated.h 30 struct LoadNanoappRequest;
74 LoadNanoappRequest = 6,
96 "LoadNanoappRequest",
140 template<> struct ChreMessageTraits<LoadNanoappRequest> {
141 static const ChreMessage enum_value = ChreMessage::LoadNanoappRequest;
226 return type == ChreMessage::LoadNanoappRequest ?
    [all...]

Completed in 74 milliseconds