Searched defs:LINK_c2dFlush (Results 1 - 11 of 11) sorted by relevance

/hardware/qcom/media/msm8974/libc2dcolorconvert/
H A DC2DColorConverter.h56 typedef C2D_STATUS (*LINK_c2dFlush)( uint32 target_id, c2d_ts_handle *timestamp); typedef
/hardware/qcom/media/msm8996/libc2dcolorconvert/
H A DC2DColorConverter.h56 typedef C2D_STATUS (*LINK_c2dFlush)( uint32 target_id, c2d_ts_handle *timestamp); typedef
/hardware/qcom/media/msm8998/libc2dcolorconvert/
H A DC2DColorConverter.h56 typedef C2D_STATUS (*LINK_c2dFlush)( uint32 target_id, c2d_ts_handle *timestamp); typedef
/hardware/qcom/display/msm8084/libcopybit/
H A 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)) {
639 ALOGE("%s: LINK_c2dFlush ERROR", __FUNCTION__);
1542 *(void **)&LINK_c2dFlush = ::dlsym(ctx->libc2d2, "c2dFlush");
1560 || !LINK_c2dDraw || !LINK_c2dFlush || !LINK_c2dWaitTimestamp ||
/hardware/qcom/display/msm8226/libcopybit/
H A 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)) {
645 ALOGE("%s: LINK_c2dFlush ERROR", __FUNCTION__);
1548 *(void **)&LINK_c2dFlush = ::dlsym(ctx->libc2d2, "c2dFlush");
1566 || !LINK_c2dDraw || !LINK_c2dFlush || !LINK_c2dWaitTimestamp ||
/hardware/qcom/display/msm8909/libcopybit/
H A Dcopybit_c2d.cpp74 C2D_STATUS (*LINK_c2dFlush)( uint32 target_id, c2d_ts_handle *timestamp); variable
649 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) {
650 ALOGE("%s: LINK_c2dFlush ERROR", __FUNCTION__);
1550 *(void **)&LINK_c2dFlush = ::dlsym(ctx->libc2d2, "c2dFlush");
1568 || !LINK_c2dDraw || !LINK_c2dFlush || !LINK_c2dWaitTimestamp ||
/hardware/qcom/display/msm8909w_3100/libcopybit/
H A Dcopybit_c2d.cpp74 C2D_STATUS (*LINK_c2dFlush)( uint32 target_id, c2d_ts_handle *timestamp); variable
649 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) {
650 ALOGE("%s: LINK_c2dFlush ERROR", __FUNCTION__);
1550 *(void **)&LINK_c2dFlush = ::dlsym(ctx->libc2d2, "c2dFlush");
1568 || !LINK_c2dDraw || !LINK_c2dFlush || !LINK_c2dWaitTimestamp ||
/hardware/qcom/display/msm8960/libcopybit/
H A 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)) {
629 ALOGE("%s: LINK_c2dFlush ERROR", __FUNCTION__);
1490 *(void **)&LINK_c2dFlush = ::dlsym(ctx->libc2d2, "c2dFlush");
1508 || !LINK_c2dDraw || !LINK_c2dFlush || !LINK_c2dWaitTimestamp ||
/hardware/qcom/display/msm8994/libcopybit/
H A Dcopybit_c2d.cpp74 C2D_STATUS (*LINK_c2dFlush)( uint32 target_id, c2d_ts_handle *timestamp); variable
647 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) {
648 ALOGE("%s: LINK_c2dFlush ERROR", __FUNCTION__);
1551 *(void **)&LINK_c2dFlush = ::dlsym(ctx->libc2d2, "c2dFlush");
1569 || !LINK_c2dDraw || !LINK_c2dFlush || !LINK_c2dWaitTimestamp ||
/hardware/qcom/display/msm8996/libcopybit/
H A Dcopybit_c2d.cpp74 C2D_STATUS (*LINK_c2dFlush)( uint32 target_id, c2d_ts_handle *timestamp); variable
649 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) {
650 ALOGE("%s: LINK_c2dFlush ERROR", __FUNCTION__);
1550 *(void **)&LINK_c2dFlush = ::dlsym(ctx->libc2d2, "c2dFlush");
1568 || !LINK_c2dDraw || !LINK_c2dFlush || !LINK_c2dWaitTimestamp ||
/hardware/qcom/display/msm8998/libcopybit/
H A Dcopybit_c2d.cpp72 C2D_STATUS (*LINK_c2dFlush)( uint32 target_id, c2d_ts_handle *timestamp); variable
647 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) {
648 ALOGE("%s: LINK_c2dFlush ERROR", __FUNCTION__);
1548 *(void **)&LINK_c2dFlush = ::dlsym(ctx->libc2d2, "c2dFlush");
1566 || !LINK_c2dDraw || !LINK_c2dFlush || !LINK_c2dWaitTimestamp ||

Completed in 1754 milliseconds