/device/google/contexthub/contexthubhal/ |
nanohubhal_default.cpp | 50 .toolchain_version = 0x04080000, //4.8
|
NanohubHidlAdapter.cpp | 80 c.toolchainVersion = hub->toolchain_version;
|
/external/libjpeg-turbo/ |
BUILDING.md | 382 TOOLCHAIN_VERSION={"4.8", "4.9", "clang3.5", etc. This corresponds to a 393 TOOLCHAIN=${NDK_PATH}/toolchains/${HOST}-${TOOLCHAIN_VERSION}/prebuilt/${BUILD_PLATFORM} 419 TOOLCHAIN_VERSION={"4.8", "4.9", "clang3.5", etc. This corresponds to a 429 TOOLCHAIN=${NDK_PATH}/toolchains/${HOST}-${TOOLCHAIN_VERSION}/prebuilt/${BUILD_PLATFORM} 455 TOOLCHAIN_VERSION={"4.8", "4.9", "clang3.5", etc. This corresponds to a 465 TOOLCHAIN=${NDK_PATH}/toolchains/x86-${TOOLCHAIN_VERSION}/prebuilt/${BUILD_PLATFORM} 491 TOOLCHAIN_VERSION={"4.8", "4.9", "clang3.5", etc. This corresponds to a 501 TOOLCHAIN=${NDK_PATH}/toolchains/x86_64-${TOOLCHAIN_VERSION}/prebuilt/${BUILD_PLATFORM} [all...] |
/device/google/wahoo/wifi_offload/ |
chre_interface.cpp | 77 LOG(VERBOSE) << "Legacy Toolchain Version: " << response.toolchain_version;
|
/system/chre/platform/android/ |
host_link.cc | 101 response.toolchain_version = ((__clang_major__ & 0xFF) << 24) |
|
/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/test/ |
chre_test_client.cc | 93 rsp.platform_version, rsp.toolchain_version);
|
/system/chre/platform/shared/idl/ |
host_messages.fbs | 46 toolchain_version:uint;
|
/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...] |
/hardware/libhardware/include/hardware/ |
context_hub.h | 239 uint32_t toolchain_version; // Version of the toolchain : eg: 0x484 member in struct:context_hub_t
|
/hardware/interfaces/contexthub/1.0/default/ |
Contexthub.cpp | 92 c.toolchainVersion = hubArray[i].toolchain_version;
|
/system/chre/host/hal_generic/ |
generic_context_hub.cc | 384 mParent.mHubInfo.toolchainVersion = response.toolchain_version;
|
/external/boringssl/src/third_party/android-cmake/ |
android.toolchain.cmake | 537 SET( __toolchainVersionRegex "^TOOLCHAIN_VERSION[\t ]+:=[\t ]+(.*)$" ) [all...] |