Lines Matching refs:b2h
50 using ::android::hardware::graphics::bufferqueue::V2_0::utils::b2h;
53 bool b2h(BQueueBufferOutput const& from, HQueueBufferOutput* to) { in b2h() function
76 bool converted = b2h( in setMaxDequeuedBufferCount()
91 b2h(mBase->requestBuffer( in requestBuffer()
94 b2h(bBuffer, &hBuffer, &hGenerationNumber); in requestBuffer()
102 bool converted = b2h(mBase->setAsyncMode(async), &hStatus); in setAsyncMode()
115 b2h(mBase->dequeueBuffer( in dequeueBuffer()
127 b2h(bFence, &hFenceWrapper); in dequeueBuffer()
137 bool converted = b2h( in detachBuffer()
150 b2h(mBase->detachNextBuffer(&bBuffer, &bFence), &hStatus) && in detachNextBuffer()
151 b2h(bBuffer, &hBuffer) && in detachNextBuffer()
152 b2h(bFence, &hFenceWrapper); in detachNextBuffer()
175 bool converted = b2h( in attachBuffer()
222 b2h( in queueBuffer()
225 b2h(bOutput, &hOutput); in queueBuffer()
239 bool converted = b2h( in cancelBuffer()
285 b2h(mBase->connect(bListener, in connect()
290 b2h(bOutput, &hOutput); in connect()
308 bool converted = b2h(mBase->disconnect(bConnectionType), &hStatus); in disconnect()
328 bool converted = b2h(mBase->allowAllocation(allow), &hStatus); in allowAllocation()
335 bool converted = b2h( in setGenerationNumber()
344 bool converted = b2h( in setDequeueTimeout()
353 bool converted = b2h(mBase->getUniqueId(&outId), &hStatus); in getUniqueId()