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

  /system/chre/platform/slpi/
host_link.cc 84 LoadNanoappResponse,
282 buildAndEnqueueMessage(PendingMessageType::LoadNanoappResponse,
449 buildAndEnqueueMessage(PendingMessageType::LoadNanoappResponse,
534 case PendingMessageType::LoadNanoappResponse:
  /system/chre/platform/shared/include/chre/platform/shared/
host_messages_generated.h 26 struct LoadNanoappResponse;
62 LoadNanoappResponse = 7,
86 "LoadNanoappResponse",
135 template<> struct ChreMessageTraits<LoadNanoappResponse> {
136 static const ChreMessage enum_value = ChreMessage::LoadNanoappResponse;
679 /// CHRE will respond with LoadNanoappResponse for each request. For
816 struct LoadNanoappResponse FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
848 fbb_.AddElement<uint32_t>(LoadNanoappResponse::VT_TRANSACTION_ID, transaction_id, 0);
851 fbb_.AddElement<uint8_t>(LoadNanoappResponse::VT_SUCCESS, static_cast<uint8_t>(success), 0);
854 fbb_.AddElement<uint32_t>(LoadNanoappResponse::VT_FRAGMENT_ID, fragment_id, 0)
    [all...]
  /system/chre/host/common/include/chre_host/
host_messages_generated.h 33 struct LoadNanoappResponse;
81 LoadNanoappResponse = 7,
105 "LoadNanoappResponse",
154 template<> struct ChreMessageTraits<LoadNanoappResponse> {
155 static const ChreMessage enum_value = ChreMessage::LoadNanoappResponse;
248 return type == ChreMessage::LoadNanoappResponse ?
    [all...]

Completed in 106 milliseconds