Lines Matching refs:hostHandle
537 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()
1032 if (cb->hostHandle != 0 && !cb->hasRefcountPipe()) { in gralloc_register_buffer()
1033 D("Opening host ColorBuffer 0x%x\n", cb->hostHandle); in gralloc_register_buffer()
1035 rcEnc->rcOpenColorBuffer2(rcEnc, cb->hostHandle); in gralloc_register_buffer()
1086 if (cb->hostHandle && !cb->hasRefcountPipe()) { in gralloc_unregister_buffer()
1087 D("Closing host ColorBuffer 0x%x\n", cb->hostHandle); in gralloc_unregister_buffer()
1089 rcEnc->rcCloseColorBuffer(rcEnc, cb->hostHandle); in gralloc_unregister_buffer()
1098 rcEnc->rcCloseColorBuffer(rcEnc, cb->hostHandle); in gralloc_unregister_buffer()
1211 if (cb->hostHandle) { in gralloc_lock()
1219 int hostSyncStatus = rcEnc->rcColorBufferCacheFlush(rcEnc, cb->hostHandle, in gralloc_lock()
1248 rcEnc->rcReadColorBufferYUV(rcEnc, cb->hostHandle, in gralloc_lock()
1254 rcEnc->rcReadColorBuffer(rcEnc, cb->hostHandle, in gralloc_lock()
1266 rcEnc->rcReadColorBuffer(rcEnc, cb->hostHandle, in gralloc_lock()
1322 if (cb->hostHandle) { in gralloc_unlock()