Home | History | Annotate | Download | only in libcopybit

Lines Matching refs:LINK_c2dWaitTimestamp

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