Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/mapper/4.0/utils/vts/include/mapper-vts/4.0/
DMapperVts.h58 static Error toHidlError(aidl::android::hardware::graphics::allocator::AllocationError error) { in toHidlError() function
68 static Error toHidlError(const ndk::ScopedAStatus& status) { in toHidlError() function
77 return toHidlError( in toHidlError()
/hardware/interfaces/graphics/mapper/4.0/utils/vts/
DMapperVts.cpp165 const Error error = toHidlError(status); in rawAllocate()