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

/hardware/qcom/media/libc2dcolorconvert/
H A DC2DColorConverter.h61 typedef C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp ); typedef
/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 281 milliseconds