Home
last modified time | relevance | path

Searched refs:outDesc (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/fuchsia/include/android/
Dhardware_buffer.h370 AHardwareBuffer_Desc* outDesc);
/hardware/google/gchips/gralloc4/src/stable-c/
DGrallocMapper.cpp379 std::vector<AIMapper_MetadataTypeDescription> outDesc; in listSupportedMetadataTypes() local
381 outDesc.push_back(static_cast<AIMapper_MetadataTypeDescription>(x)); in listSupportedMetadataTypes()
384 *outDescriptionList = outDesc.data(); in listSupportedMetadataTypes()
385 *outNumberOfDescriptions = outDesc.size(); in listSupportedMetadataTypes()
/hardware/google/gfxstream/guest/mesa/include/android_stub/android/
Dhardware_buffer.h375 AHardwareBuffer_Desc* outDesc) __INTRODUCED_IN(26);