Searched defs:post (Results 1 – 6 of 6) sorted by relevance
128 int (*post)(struct framebuffer_device_t* dev, buffer_handle_t buffer); member
117 void DisplayVk::post( in post() function in DisplayVk
357 void PostWorker::post(ColorBuffer* cb) { in post() function in PostWorker
760 m_postThread([this](Post&& post) { in __anoncbf1add20502()822 FrameBuffer::postWorkerFunc(const Post& post) { in postWorkerFunc()860 void FrameBuffer::sendPostWorkerCmd(Post post) { in sendPostWorkerCmd()2457 bool FrameBuffer::post(HandleType p_colorbuffer, bool needLockAndBind) { in post() function in FrameBuffer
830 bool ColorBuffer::post(GLuint tex, float rotation, float dx, float dy) { in post() function in ColorBuffer
848 void HostComposer::post(HostConnection* hostCon, in post() function in android::HostComposer