Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/mapper/4.0/utils/vts/
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()
/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/
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()