Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/utils/common/src/
DCommonUtils.cpp130 const bool isBlob = bufferDesc.format == AHARDWAREBUFFER_FORMAT_BLOB; in createHidlMemoryFrom() local
131 const size_t size = isBlob ? bufferDesc.width : 0; in createHidlMemoryFrom()
132 const char* const name = isBlob ? "hardware_buffer_blob" : "hardware_buffer"; in createHidlMemoryFrom()
/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DMemoryDomainTests.cpp674 const bool isBlob = in getSize() local
676 return isBlob ? hardwareBuffer.description.width : 0; in getSize()