Home
last modified time | relevance | path

Searched refs:LINK_c2dFlush (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/media/libc2dcolorconvert/
DC2DColorConverter.h57 typedef C2D_STATUS (*LINK_c2dFlush)( uint32 target_id, c2d_ts_handle *timestamp); typedef
DC2DColorConverter.cpp81 LINK_c2dFlush mC2DFlush;
122 mC2DFlush = (LINK_c2dFlush)dlsym(mC2DLibHandle, "c2dFlush"); in C2DColorConverter()
/hardware/qcom/display/msm8960/libcopybit/
Dcopybit_c2d.cpp77 C2D_STATUS (*LINK_c2dFlush)( uint32 target_id, c2d_ts_handle *timestamp); variable
628 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) { in flush_get_fence_copybit()
1490 *(void **)&LINK_c2dFlush = ::dlsym(ctx->libc2d2, "c2dFlush"); in open_copybit()
1508 || !LINK_c2dDraw || !LINK_c2dFlush || !LINK_c2dWaitTimestamp || in open_copybit()
/hardware/qcom/display/msm8226/libcopybit/
Dcopybit_c2d.cpp75 C2D_STATUS (*LINK_c2dFlush)( uint32 target_id, c2d_ts_handle *timestamp); variable
644 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) { in flush_get_fence_copybit()
1548 *(void **)&LINK_c2dFlush = ::dlsym(ctx->libc2d2, "c2dFlush"); in open_copybit()
1566 || !LINK_c2dDraw || !LINK_c2dFlush || !LINK_c2dWaitTimestamp || in open_copybit()
/hardware/qcom/display/msm8084/libcopybit/
Dcopybit_c2d.cpp75 C2D_STATUS (*LINK_c2dFlush)( uint32 target_id, c2d_ts_handle *timestamp); variable
638 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) { in flush_get_fence_copybit()
1542 *(void **)&LINK_c2dFlush = ::dlsym(ctx->libc2d2, "c2dFlush"); in open_copybit()
1560 || !LINK_c2dDraw || !LINK_c2dFlush || !LINK_c2dWaitTimestamp || in open_copybit()
/hardware/qcom/display/msm8974/libcopybit/
Dcopybit_c2d.cpp77 C2D_STATUS (*LINK_c2dFlush)( uint32 target_id, c2d_ts_handle *timestamp); variable
639 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) { in flush_get_fence_copybit()
1523 *(void **)&LINK_c2dFlush = ::dlsym(ctx->libc2d2, "c2dFlush"); in open_copybit()
1541 || !LINK_c2dDraw || !LINK_c2dFlush || !LINK_c2dWaitTimestamp || in open_copybit()