Home
last modified time | relevance | path

Searched refs:OnLastColorBufferRef (Results 1 – 5 of 5) sorted by relevance

/hardware/google/aemu/host-common/
DRefcountPipe.cpp27 static OnLastColorBufferRef* sOnLastColorBufferRef = new OnLastColorBufferRef;
39 OnLastColorBufferRef func = *sOnLastColorBufferRef; in ~RefcountPipe()
105 void registerOnLastRefCallback(OnLastColorBufferRef func) { in registerOnLastRefCallback()
/hardware/google/aemu/host-common/include/host-common/
DRefcountPipe.h24 using OnLastColorBufferRef = std::function<void(uint32_t)>; variable
57 void registerOnLastRefCallback(OnLastColorBufferRef func);
/hardware/google/gfxstream/include/render-utils/
DRenderLib.h55 using android::emulation::OnLastColorBufferRef;
113 virtual OnLastColorBufferRef getOnLastColorBufferRef() = 0;
/hardware/google/gfxstream/host/
DRenderLibImpl.cpp147 OnLastColorBufferRef RenderLibImpl::getOnLastColorBufferRef() { in getOnLastColorBufferRef()
148 return (OnLastColorBufferRef)impl_onLastCbRef; in getOnLastColorBufferRef()
DRenderLibImpl.h65 OnLastColorBufferRef getOnLastColorBufferRef() override;