Home
last modified time | relevance | path

Searched refs:hostHandle (Results 1 – 9 of 9) sorted by relevance

/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_30.cpp198 if (handle.hostHandle) { in lock()
216 if (handle.hostHandle) { in unlock()
269 if (handle.hostHandle) { in lock_ycbcr()
302 rcEnc, handle.hostHandle, 0, usageSwRead); in lock_impl()
328 rcEnc->rcReadColorBufferYUV(rcEnc, handle.hostHandle, in lock_impl()
334 rcEnc->rcReadColorBuffer(rcEnc, handle.hostHandle, in lock_impl()
359 handle.hostHandle, in lock_impl()
423 rcEnc->rcUpdateColorBufferDMA(rcEnc, handle.hostHandle, in unlock_impl()
819 uint32_t hostHandle = 0; in alloc_buffer() local
828 hostHandle = rcEnc->rcCreateColorBufferDMA( in alloc_buffer()
[all …]
Dgralloc_old.cpp537 rcEnc->rcUpdateColorBufferDMA(rcEnc, cb->hostHandle, in updateHostColorBuffer()
562 rcEnc->rcUpdateColorBuffer(rcEnc, cb->hostHandle, in updateHostColorBuffer()
875 …cb->hostHandle = rcEnc->rcCreateColorBufferDMA(rcEnc, w, h, allocFormat, selectedEmuFrameworkForma… in gralloc_alloc()
877 cb->hostHandle = rcEnc->rcCreateColorBuffer(rcEnc, w, h, allocFormat); in gralloc_alloc()
882 if (!cb->hostHandle) { in gralloc_alloc()
892 qemu_pipe_write(refcountPipeFd, &cb->hostHandle, 4); in gralloc_alloc()
894 D("Created host ColorBuffer 0x%x\n", cb->hostHandle); in gralloc_alloc()
942 if (cb->hostHandle && !cb->hasRefcountPipe()) { in gralloc_free()
951 D("Closing host ColorBuffer 0x%x\n", cb->hostHandle); in gralloc_free()
953 rcEnc->rcCloseColorBuffer(rcEnc, cb->hostHandle); in gralloc_free()
[all …]
/device/generic/goldfish-opengl/system/hals/
Dmapper3.cpp116 if (cb->hostHandle) { in freeBuffer()
119 rcEnc->rcCloseColorBuffer(rcEnc, cb->hostHandle); in freeBuffer()
242 if (cb->hostHandle) { in importBufferImpl()
245 rcEnc->rcOpenColorBuffer2(rcEnc, cb->hostHandle); in importBufferImpl()
277 if (cb->hostHandle) { in lockImpl()
349 if (cb->hostHandle) { in lockYCbCrImpl()
379 rcEnc, cb.hostHandle, 0, usageSwRead); in lockHostImpl()
404 rcEnc->rcReadColorBufferYUV(rcEnc, cb.hostHandle, in lockHostImpl()
410 rcEnc->rcReadColorBuffer(rcEnc, cb.hostHandle, in lockHostImpl()
438 cb.hostHandle, in lockHostImpl()
[all …]
Dallocator3.cpp348 uint32_t hostHandle = 0; in allocateCb() local
359 hostHandle = rcEnc->rcCreateColorBufferDMA( in allocateCb()
364 if (!hostHandle) { in allocateCb()
370 &hostHandle, in allocateCb()
371 sizeof(hostHandle)) != sizeof(hostHandle)) { in allocateCb()
372 rcEnc->rcCloseColorBuffer(rcEnc, hostHandle); in allocateCb()
382 hostHandle, in allocateCb()
/device/generic/goldfish/MultiDisplayProvider/jni/
Dcom_android_emulator_multidisplay.cpp70 if (mCb != cb->hostHandle) { in onFrameAvailable()
71 ALOGI("sent cb %d", cb->hostHandle); in onFrameAvailable()
72 mCb = cb->hostHandle; in onFrameAvailable()
/device/generic/goldfish-opengl/shared/gralloc_cb/include/
Dgralloc_cb_bp.h46 hostHandle(p_hostHandle), in cb_handle_t()
110 uint32_t hostHandle; // the host reference to this buffer member
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
DGoldfishVPX.cpp397 DDD("found color buffer for header %p --> %d", header, handle->hostHandle); in getHostColorBufferId()
398 return handle->hostHandle; in getHostColorBufferId()
456 handle, handle->hostHandle); in internalSetParameter()
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DGoldfishAVCDec.cpp285 DDD("found color buffer for header %p --> %d", header, handle->hostHandle); in getHostColorBufferId()
286 return handle->hostHandle; in getHostColorBufferId()
594 handle->hostHandle); in internalSetParameter()
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DHostConnection.cpp164 return cb_handle_t::from(handle)->hostHandle; in getHostHandle()