Searched refs:OnLastColorBufferRef (Results 1 – 5 of 5) sorted by relevance
27 static OnLastColorBufferRef* sOnLastColorBufferRef = new OnLastColorBufferRef;39 OnLastColorBufferRef func = *sOnLastColorBufferRef; in ~RefcountPipe()105 void registerOnLastRefCallback(OnLastColorBufferRef func) { in registerOnLastRefCallback()
24 using OnLastColorBufferRef = std::function<void(uint32_t)>; variable57 void registerOnLastRefCallback(OnLastColorBufferRef func);
55 using android::emulation::OnLastColorBufferRef;113 virtual OnLastColorBufferRef getOnLastColorBufferRef() = 0;
147 OnLastColorBufferRef RenderLibImpl::getOnLastColorBufferRef() { in getOnLastColorBufferRef()148 return (OnLastColorBufferRef)impl_onLastCbRef; in getOnLastColorBufferRef()
65 OnLastColorBufferRef getOnLastColorBufferRef() override;