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

  /system/chre/platform/shared/include/chre/platform/shared/
host_messages_generated.h 813 bool allow_system_nanoapp_unload() const { function in struct:chre::fbs::ChreMessage::FLATBUFFERS_FINAL_CLASS
834 void add_allow_system_nanoapp_unload(bool allow_system_nanoapp_unload) {
835 fbb_.AddElement<uint8_t>(UnloadNanoappRequest::VT_ALLOW_SYSTEM_NANOAPP_UNLOAD, static_cast<uint8_t>(allow_system_nanoapp_unload), 0);
853 bool allow_system_nanoapp_unload = false) {
857 builder_.add_allow_system_nanoapp_unload(allow_system_nanoapp_unload);
    [all...]
  /system/chre/host/common/include/chre_host/
host_messages_generated.h 1140 bool allow_system_nanoapp_unload; member in struct:chre::fbs::ChreMessage::UnloadNanoappRequestT
1169 bool allow_system_nanoapp_unload() const { function in struct:chre::fbs::ChreMessage::FLATBUFFERS_FINAL_CLASS
    [all...]

Completed in 57 milliseconds