Home
last modified time | relevance | path

Searched refs:RETURN_ERROR (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/system/hals/
Dmapper3.cpp55 RETURN_ERROR(errno); in waitFenceFd()
60 RETURN_ERROR(errno); in waitFenceFd()
74 RETURN_ERROR(-EINVAL); in waitHidlFence()
77 RETURN_ERROR(-EINVAL); in waitHidlFence()
127 RETURN_ERROR(Error3::BAD_BUFFER); in freeBuffer()
131 RETURN_ERROR(Error3::BAD_BUFFER); in freeBuffer()
206 RETURN_ERROR(Error3::BAD_BUFFER); in validateBufferSize()
225 RETURN_ERROR(Error3::BAD_BUFFER); in importBufferImpl()
229 RETURN_ERROR(Error3::BAD_BUFFER); in importBufferImpl()
235 RETURN_ERROR(Error3::BAD_BUFFER); in importBufferImpl()
[all …]
Dallocator3.cpp98 RETURN_ERROR(Error3::BAD_DESCRIPTOR); in allocateImpl()
101 if (!descriptor.width) { RETURN_ERROR(Error3::UNSUPPORTED); } in allocateImpl()
102 if (!descriptor.height) { RETURN_ERROR(Error3::UNSUPPORTED); } in allocateImpl()
103 if (descriptor.layerCount != 1) { RETURN_ERROR(Error3::UNSUPPORTED); } in allocateImpl()
134 RETURN_ERROR(Error3::UNSUPPORTED); in allocateImpl()
162 RETURN_ERROR(Error3::UNSUPPORTED); in allocateImpl()
172 RETURN_ERROR(Error3::UNSUPPORTED); in allocateImpl()
180 RETURN_ERROR(Error3::UNSUPPORTED); in allocateImpl()
212 RETURN_ERROR(Error3::UNSUPPORTED); in allocateImpl()
290 RETURN_ERROR(false); in decodeBufferDescriptorInfo()
[all …]
Ddebug.h24 #define RETURN_ERROR(X) \ macro
/device/generic/goldfish/wifi/mac80211_create_radios/
Dmain.cpp28 #define RETURN_ERROR(C, R) \ macro
122 if (!msg) { RETURN_ERROR("nlmsg_alloc", nullptr); } in createNlMessage()
126 if (!user) { RETURN_ERROR("genlmsg_put", nullptr); } in createNlMessage()
148 if (!(ATTR)) RETURN_ERROR("nla_nest_start(" #TYPE ")", nullptr); \
231 if (!socket) { RETURN_ERROR("nl_socket_alloc", 1); } in manageRadios()