Home
last modified time | relevance | path

Searched refs:tmpVec (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/tools/hidl/host_utils/
H A DStringHelper.cpp114 std::vector<std::string> tmpVec; in Tokenize() local
125 tmpVec.push_back(maxmatch); in Tokenize()
131 tmpVec.push_back(copy); in Tokenize()
135 combineSingleCharTokens(tmpVec, vec); in Tokenize()
/aosp12/hardware/interfaces/graphics/mapper/4.0/utils/vts/
H A DMapperVts.cpp310 [&](const auto& tmpError, const hidl_vec<uint8_t>& tmpVec) { in get() argument
312 *outVec = tmpVec; in get()
328 [&](const auto& tmpError, const hidl_vec<uint8_t>& tmpVec) { in getFromBufferDescriptorInfo() argument
330 *outVec = tmpVec; in getFromBufferDescriptorInfo()
/aosp12/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/
H A Dvendor_graphicbuffer_meta.cpp100 [&](const auto& tmpError, const android::hardware::hidl_vec<uint8_t>& tmpVec) { in get_dataspace() argument
105 error = static_cast<Error>(decodeDataspace(tmpVec, &dataspace)); in get_dataspace()
/aosp12/frameworks/native/libs/ui/
H A DGralloc4.cpp446 [&](const auto& tmpError, const hidl_vec<uint8_t>& tmpVec) { in get() argument
448 vec = tmpVec; in get()
653 const hidl_vec<uint8_t>& tmpVec) { in getDefault() argument
655 vec = tmpVec; in getDefault()