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

  /hardware/qcom/media/msm8974/libc2dcolorconvert/
C2DColorConverter.h 60 typedef C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp );
C2DColorConverter.cpp 86 LINK_c2dWaitTimestamp mC2DWaitTimestamp;
127 mC2DWaitTimestamp = (LINK_c2dWaitTimestamp)dlsym(mC2DLibHandle, "c2dWaitTimestamp");
  /hardware/qcom/media/msm8996/libc2dcolorconvert/
C2DColorConverter.h 60 typedef C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp );
C2DColorConverter.cpp 86 LINK_c2dWaitTimestamp mC2DWaitTimestamp;
135 mC2DWaitTimestamp = (LINK_c2dWaitTimestamp)dlsym(mC2DLibHandle, "c2dWaitTimestamp");
  /hardware/qcom/display/msm8084/libcopybit/
copybit_c2d.cpp 77 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/msm8226/libcopybit/
copybit_c2d.cpp 77 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/msm8909/libcopybit/
copybit_c2d.cpp 76 C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp );
227 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) {
228 ALOGE("%s: LINK_c2dWaitTimeStamp ERROR!!", __FUNCTION__);
    [all...]
  /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/msm8994/libcopybit/
copybit_c2d.cpp 76 C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp );
227 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) {
228 ALOGE("%s: LINK_c2dWaitTimeStamp ERROR!!", __FUNCTION__);
    [all...]
  /hardware/qcom/display/msm8996/libcopybit/
copybit_c2d.cpp 76 C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp );
230 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) {
231 ALOGE("%s: LINK_c2dWaitTimeStamp ERROR!!", __FUNCTION__);
    [all...]

Completed in 271 milliseconds