Home
last modified time | relevance | path

Searched refs:LINK_c2dWaitTimestamp (Results 1 – 17 of 17) sorted by relevance

/hardware/qcom/sdm845/media/libc2dcolorconvert/
DC2DColorConverter.h86 typedef C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp ); typedef
148 LINK_c2dWaitTimestamp mC2DWaitTimestamp;
DC2DColorConverter.cpp77 mC2DWaitTimestamp = (LINK_c2dWaitTimestamp)dlsym(mC2DLibHandle, "c2dWaitTimestamp"); in C2DColorConverter()
/hardware/qcom/media/msm8974/libc2dcolorconvert/
DC2DColorConverter.h60 typedef C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp ); typedef
DC2DColorConverter.cpp86 LINK_c2dWaitTimestamp mC2DWaitTimestamp;
127 mC2DWaitTimestamp = (LINK_c2dWaitTimestamp)dlsym(mC2DLibHandle, "c2dWaitTimestamp"); in C2DColorConverter()
/hardware/qcom/media/msm8996/libc2dcolorconvert/
DC2DColorConverter.h60 typedef C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp ); typedef
DC2DColorConverter.cpp87 LINK_c2dWaitTimestamp mC2DWaitTimestamp;
136 mC2DWaitTimestamp = (LINK_c2dWaitTimestamp)dlsym(mC2DLibHandle, "c2dWaitTimestamp"); in C2DColorConverter()
/hardware/qcom/media/msm8998/libc2dcolorconvert/
DC2DColorConverter.h60 typedef C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp ); typedef
DC2DColorConverter.cpp87 LINK_c2dWaitTimestamp mC2DWaitTimestamp;
138 mC2DWaitTimestamp = (LINK_c2dWaitTimestamp)dlsym(mC2DLibHandle, "c2dWaitTimestamp"); in C2DColorConverter()
/hardware/qcom/display/msm8960/libcopybit/
Dcopybit_c2d.cpp79 C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp ); variable
228 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) { in c2d_wait_loop()
1492 *(void **)&LINK_c2dWaitTimestamp = ::dlsym(ctx->libc2d2, in open_copybit()
1508 || !LINK_c2dDraw || !LINK_c2dFlush || !LINK_c2dWaitTimestamp || in open_copybit()
/hardware/qcom/display/msm8996/libcopybit/
Dcopybit_c2d.cpp76 C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp ); variable
230 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) { in c2d_wait_loop()
1552 *(void **)&LINK_c2dWaitTimestamp = ::dlsym(ctx->libc2d2, in open_copybit()
1568 || !LINK_c2dDraw || !LINK_c2dFlush || !LINK_c2dWaitTimestamp || in open_copybit()
/hardware/qcom/display/msm8909w_3100/libcopybit/
Dcopybit_c2d.cpp76 C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp ); variable
230 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) { in c2d_wait_loop()
1552 *(void **)&LINK_c2dWaitTimestamp = ::dlsym(ctx->libc2d2, in open_copybit()
1568 || !LINK_c2dDraw || !LINK_c2dFlush || !LINK_c2dWaitTimestamp || in open_copybit()
/hardware/qcom/display/msm8909/libcopybit/
Dcopybit_c2d.cpp76 C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp ); variable
230 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) { in c2d_wait_loop()
1552 *(void **)&LINK_c2dWaitTimestamp = ::dlsym(ctx->libc2d2, in open_copybit()
1568 || !LINK_c2dDraw || !LINK_c2dFlush || !LINK_c2dWaitTimestamp || in open_copybit()
/hardware/qcom/display/msm8994/libcopybit/
Dcopybit_c2d.cpp76 C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp ); variable
227 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) { in c2d_wait_loop()
1553 *(void **)&LINK_c2dWaitTimestamp = ::dlsym(ctx->libc2d2, in open_copybit()
1569 || !LINK_c2dDraw || !LINK_c2dFlush || !LINK_c2dWaitTimestamp || in open_copybit()
/hardware/qcom/sdm845/display/libcopybit/
Dcopybit_c2d.cpp76 C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp ); variable
230 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) { in c2d_wait_loop()
1552 *(void **)&LINK_c2dWaitTimestamp = ::dlsym(ctx->libc2d2, in open_copybit()
1568 || !LINK_c2dDraw || !LINK_c2dFlush || !LINK_c2dWaitTimestamp || in open_copybit()
/hardware/qcom/display/msm8226/libcopybit/
Dcopybit_c2d.cpp77 C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp ); variable
228 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) { in c2d_wait_loop()
1550 *(void **)&LINK_c2dWaitTimestamp = ::dlsym(ctx->libc2d2, in open_copybit()
1566 || !LINK_c2dDraw || !LINK_c2dFlush || !LINK_c2dWaitTimestamp || in open_copybit()
/hardware/qcom/display/msm8998/libcopybit/
Dcopybit_c2d.cpp74 C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp ); variable
228 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) { in c2d_wait_loop()
1550 *(void **)&LINK_c2dWaitTimestamp = ::dlsym(ctx->libc2d2, in open_copybit()
1566 || !LINK_c2dDraw || !LINK_c2dFlush || !LINK_c2dWaitTimestamp || in open_copybit()
/hardware/qcom/display/msm8084/libcopybit/
Dcopybit_c2d.cpp77 C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp ); variable
228 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) { in c2d_wait_loop()
1544 *(void **)&LINK_c2dWaitTimestamp = ::dlsym(ctx->libc2d2, in open_copybit()
1560 || !LINK_c2dDraw || !LINK_c2dFlush || !LINK_c2dWaitTimestamp || in open_copybit()