HomeSort by relevance Sort by last modified time
    Searched defs:LINK_c2dWaitTimestamp (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/media/libc2dcolorconvert/
C2DColorConverter.h 61 typedef C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp );
  /hardware/qcom/display/msm8960/libcopybit/
copybit_c2d.cpp 79 C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp );
228 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) {
229 ALOGE("%s: LINK_c2dWaitTimeStamp ERROR!!", __FUNCTION__);
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
copybit_c2d.cpp 79 C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp );
230 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) {
231 ALOGE("%s: LINK_c2dWaitTimeStamp ERROR!!", __FUNCTION__);
    [all...]
  /hardware/qcom/display/msm8x26/libcopybit/
copybit_c2d.cpp 79 C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp );
228 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) {
229 ALOGE("%s: LINK_c2dWaitTimeStamp ERROR!!", __FUNCTION__);
    [all...]

Completed in 212 milliseconds