Home
last modified time | relevance | path

Searched refs:components (Results 1 – 24 of 24) sorted by relevance

/device/google/cuttlefish/host/commands/assemble_cvd/
Dmisc_info.cc64 auto components = android::base::Split(value_it->second, " "); in SuperPartitionComponents() local
65 for (auto& component : components) { in SuperPartitionComponents()
68 components.erase(std::remove(components.begin(), components.end(), ""), in SuperPartitionComponents()
69 components.end()); in SuperPartitionComponents()
70 return components; in SuperPartitionComponents()
76 void SetSuperPartitionComponents(const std::vector<std::string>& components, in SetSuperPartitionComponents() argument
78 (*misc_info)[kDynamicPartitions] = android::base::Join(components, " "); in SetSuperPartitionComponents()
79 (*misc_info)[kGoogleDynamicPartitions] = android::base::Join(components, " "); in SetSuperPartitionComponents()
Dmisc_info.h27 void SetSuperPartitionComponents(const std::vector<std::string>& components,
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DglUtils.cpp477 int components = 0; in glUtilsPixelBitSize() local
524 components = 1; in glUtilsPixelBitSize()
527 components = 2; in glUtilsPixelBitSize()
533 components = 3; in glUtilsPixelBitSize()
537 components = 4; in glUtilsPixelBitSize()
544 components = 0; in glUtilsPixelBitSize()
547 pixelsize = components * componentsize; in glUtilsPixelBitSize()
/device/google/cuttlefish/common/libs/utils/
Dnetwork.cpp62 auto components = android::base::Split(address, separator); in ParseAddress() local
63 if (components.size() != expected_size) { in ParseAddress()
65 << "Had " << components.size() << ", expected " << expected_size; in ParseAddress()
69 auto out_part = std::stoi(components[i], nullptr, base); in ParseAddress()
/device/generic/goldfish/fvpbase/
DREADME.md51 wget https://releases.linaro.org/components/toolchain/binaries/6.2-2016.11/aarch64-linux-gnu/gcc-li…
58 These components must then be copied into the product output directory:
/device/amlogic/yukawa/bootloader/
DREADME7 …http://releases.linaro.org/components/toolchain/binaries/7.2-2017.11/aarch64-elf/gcc-linaro-7.2.1-…
/device/google/cuttlefish/guest/hals/camera/
DExif.cpp82 entry->components = numComponents; in allocateEntry()
/device/linaro/dragonboard/db845c/firmware/
Dnotice.txt_wlanmdsp3 This Notice.txt file contains certain notices of software components included with the software that
7 your use of these software components together with the Qualcomm Atheros software
70 // $Id: //depot/sw/qca_main/components/wlan/qca-wifi-fw/1.0/drivers/target/src/wlan/proto/include/i…
72 // $Id: //depot/sw/qca_main/components/wlan/qca-wifi-fw/1.0/drivers/target/src/wlan/proto/include/i…
/device/generic/goldfish/camera/
DExif.cpp79 entry->components = numComponents; in allocateEntry()
/device/google/coral-kernel/sm8150/kernel-headers/sound/
Dasound.h660 unsigned char components[128]; member
/device/google/bonito/sdm710/kernel-headers/sound/
Dasound.h654 unsigned char components[128]; member
/device/google/crosshatch/sdm845/kernel-headers/sound/
Dasound.h654 unsigned char components[128]; member
/device/google/bonito/sdm710/original-kernel-headers/sound/
Dasound.h820 …unsigned char components[128]; /* card components / fine identification, delimited with one space … member
/device/google/coral-kernel/sm8150/original-kernel-headers/sound/
Dasound.h829 …unsigned char components[128]; /* card components / fine identification, delimited with one space … member
/device/google/crosshatch/sdm845/original-kernel-headers/sound/
Dasound.h820 …unsigned char components[128]; /* card components / fine identification, delimited with one space … member
/device/linaro/dragonboard/db845c/firmware/qca/
DNOTICE2 This Notice.txt file contains certain notices of software components included
6 and notice requirement; your use of these software components together with the
/device/google/wahoo/sepolicy/vendor/
Dproperty_contexts70 # default_prop isn't accessible from vendor components.
/device/linaro/hikey/mali/bifrost/
DEND_USER_LICENCE_AGREEMENT.txt34 (i) use and copy the Software or certain components or optional
/device/amlogic/yukawa/binaries/gpu/
DEND_USER_LICENCE_AGREEMENT.txt34 (i) use and copy the Software or certain components or optional
/device/linaro/hikey/mali/utgard/
DEND_USER_LICENCE_AGREEMENT.txt34 (i) use and copy the Software or certain components or optional
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_transform_guest.cpp1007 …nsform_tohost_VkComponentMapping(resourceTracker, (VkComponentMapping*)(&toTransform->components)); in transform_tohost_VkImageViewCreateInfo()
1021 …form_fromhost_VkComponentMapping(resourceTracker, (VkComponentMapping*)(&toTransform->components)); in transform_fromhost_VkImageViewCreateInfo()
3851 …nsform_tohost_VkComponentMapping(resourceTracker, (VkComponentMapping*)(&toTransform->components)); in transform_tohost_VkSamplerYcbcrConversionCreateInfo()
3864 …form_fromhost_VkComponentMapping(resourceTracker, (VkComponentMapping*)(&toTransform->components)); in transform_fromhost_VkSamplerYcbcrConversionCreateInfo()
Dgoldfish_vk_deepcopy_guest.cpp728 deepcopy_VkComponentMapping(pool, &from->components, (VkComponentMapping*)(&to->components)); in deepcopy_VkImageViewCreateInfo()
2683 deepcopy_VkComponentMapping(pool, &from->components, (VkComponentMapping*)(&to->components)); in deepcopy_VkSamplerYcbcrConversionCreateInfo()
Dgoldfish_vk_handlemap_guest.cpp548 handlemap_VkComponentMapping(handlemap, (VkComponentMapping*)(&toMap->components)); in handlemap_VkImageViewCreateInfo()
2024 handlemap_VkComponentMapping(handlemap, (VkComponentMapping*)(&toMap->components)); in handlemap_VkSamplerYcbcrConversionCreateInfo()
Dgoldfish_vk_marshaling_guest.cpp1581 marshal_VkComponentMapping(vkStream, (VkComponentMapping*)(&forMarshaling->components)); in marshal_VkImageViewCreateInfo()
1597 unmarshal_VkComponentMapping(vkStream, (VkComponentMapping*)(&forUnmarshaling->components)); in unmarshal_VkImageViewCreateInfo()
4802 marshal_VkComponentMapping(vkStream, (VkComponentMapping*)(&forMarshaling->components)); in marshal_VkSamplerYcbcrConversionCreateInfo()
4818 unmarshal_VkComponentMapping(vkStream, (VkComponentMapping*)(&forUnmarshaling->components)); in unmarshal_VkSamplerYcbcrConversionCreateInfo()