Searched refs:isBlob (Results 1 – 2 of 2) sorted by relevance
130 const bool isBlob = bufferDesc.format == AHARDWAREBUFFER_FORMAT_BLOB; in createHidlMemoryFrom() local131 const size_t size = isBlob ? bufferDesc.width : 0; in createHidlMemoryFrom()132 const char* const name = isBlob ? "hardware_buffer_blob" : "hardware_buffer"; in createHidlMemoryFrom()
674 const bool isBlob = in getSize() local676 return isBlob ? hardwareBuffer.description.width : 0; in getSize()