Searched refs:transfers (Results 1 – 4 of 4) sorted by relevance
65 std::find(i.transfers.begin(), i.transfers.end(), in android_hardware_OverlayProperties_isCombinationSupported()66 dataspace & HAL_DATASPACE_TRANSFER_MASK) != i.transfers.end() && in android_hardware_OverlayProperties_isCombinationSupported()91 combination.transfers = {HAL_DATASPACE_TRANSFER_SRGB}; in android_hardware_OverlayProperties_createDefault()
24 int[] transfers;
1661 std::vector<int32_t> transfers; in getOverlaySupport() local1662 transfers.reserve(combination.transfers.size()); in getOverlaySupport()1663 std::transform(combination.transfers.cbegin(), combination.transfers.cend(), in getOverlaySupport()1664 std::back_inserter(transfers), in getOverlaySupport()1674 outCombination.transfers = std::move(transfers); in getOverlaySupport()
993 for (const auto& transfer : combination.transfers) { in dumpOverlayProperties()