Searched defs:async (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield/
H A DPlatfBufferManager.cpp57 const crop_t& destRect, bool filter, bool async)
72 if (!async) {
56 blit(buffer_handle_t srcHandle, buffer_handle_t destHandle, const crop_t& destRect, bool filter, bool async) argument
/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/
H A DPlatfBufferManager.cpp57 const crop_t& destRect, bool filter, bool async)
72 if (!async) {
56 blit(buffer_handle_t srcHandle, buffer_handle_t destHandle, const crop_t& destRect, bool filter, bool async) argument
/hardware/intel/img/hwcomposer/moorefield_hdmi/platforms/merrifield_plus/
H A DPlatfBufferManager.cpp57 crop_t& srcCrop, uint32_t async)
72 if (!async) {
56 blitGrallocBuffer(uint32_t srcHandle, uint32_t dstHandle, crop_t& srcCrop, uint32_t async) argument
/hardware/ti/omap4-aah/hwc/
H A Drgz_2d.c293 static void rgz_set_async(struct rgz_blt_entry *e, int async) argument
295 e->bp.flags = async ? e->bp.flags | BVFLAG_ASYNC : e->bp.flags & ~BVFLAG_ASYNC;
575 /* Last blit is made sync to act like a fence for the previous async blits */
1514 /* Last blit is made sync to act like a fence for the previous async blits */

Completed in 206 milliseconds