Searched refs:LINK_c2dWaitTimestamp (Results 1 - 5 of 5) sorted by relevance

/hardware/qcom/media/libc2dcolorconvert/
H A DC2DColorConverter.h61 typedef C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp ); typedef
H A DC2DColorConverter.cpp83 LINK_c2dWaitTimestamp mC2DWaitTimestamp;
124 mC2DWaitTimestamp = (LINK_c2dWaitTimestamp)dlsym(mC2DLibHandle, "c2dWaitTimestamp");
/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit_c2d.cpp79 C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp ); variable
228 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) {
1492 *(void **)&LINK_c2dWaitTimestamp = ::dlsym(ctx->libc2d2,
1508 || !LINK_c2dDraw || !LINK_c2dFlush || !LINK_c2dWaitTimestamp ||
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit_c2d.cpp79 C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp ); variable
230 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) {
1525 *(void **)&LINK_c2dWaitTimestamp = ::dlsym(ctx->libc2d2,
1541 || !LINK_c2dDraw || !LINK_c2dFlush || !LINK_c2dWaitTimestamp ||
/hardware/qcom/display/msm8x26/libcopybit/
H A Dcopybit_c2d.cpp79 C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp ); variable
228 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) {
1492 *(void **)&LINK_c2dWaitTimestamp = ::dlsym(ctx->libc2d2,
1508 || !LINK_c2dDraw || !LINK_c2dFlush || !LINK_c2dWaitTimestamp ||

Completed in 89 milliseconds