Home | History | Annotate | Download | only in libcopybit

Lines Matching defs:LINK_c2dWaitTimestamp

79 C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp );
230 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) {
231 ALOGE("%s: LINK_c2dWaitTimeStamp ERROR!!", __FUNCTION__);
1525 *(void **)&LINK_c2dWaitTimestamp = ::dlsym(ctx->libc2d2,
1541 || !LINK_c2dDraw || !LINK_c2dFlush || !LINK_c2dWaitTimestamp ||