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

  /hardware/libhardware/include/hardware/
context_hub.h 239 uint32_t toolchain_version; // Version of the toolchain : eg: 0x484 member in struct:context_hub_t
  /system/chre/platform/shared/include/chre/platform/shared/
host_messages_generated.h 355 uint32_t toolchain_version() const { function in struct:chre::fbs::ChreMessage::FLATBUFFERS_FINAL_CLASS
418 void add_toolchain_version(uint32_t toolchain_version) {
419 fbb_.AddElement<uint32_t>(HubInfoResponse::VT_TOOLCHAIN_VERSION, toolchain_version, 0);
460 uint32_t toolchain_version = 0,
476 builder_.add_toolchain_version(toolchain_version);
490 uint32_t toolchain_version = 0,
504 toolchain_version,
    [all...]
  /system/chre/host/common/include/chre_host/
host_messages_generated.h 487 uint32_t toolchain_version; member in struct:chre::fbs::ChreMessage::HubInfoResponseT
497 toolchain_version(0),
555 uint32_t toolchain_version() const { function in struct:chre::fbs::ChreMessage::FLATBUFFERS_FINAL_CLASS
645 void add_toolchain_version(uint32_t toolchain_version) {
646 fbb_.AddElement<uint32_t>(HubInfoResponse::VT_TOOLCHAIN_VERSION, toolchain_version, 0);
687 uint32_t toolchain_version = 0,
703 builder_.add_toolchain_version(toolchain_version);
717 uint32_t toolchain_version = 0,
731 toolchain_version,
    [all...]

Completed in 89 milliseconds