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

  /hardware/qcom/media/libc2dcolorconvert/
C2DColorConverter.h 57 typedef C2D_STATUS (*LINK_c2dFlush)( uint32 target_id, c2d_ts_handle *timestamp);
C2DColorConverter.cpp 81 LINK_c2dFlush mC2DFlush;
122 mC2DFlush = (LINK_c2dFlush)dlsym(mC2DLibHandle, "c2dFlush");
  /hardware/qcom/display/msm8960/libcopybit/
copybit_c2d.cpp 77 C2D_STATUS (*LINK_c2dFlush)( uint32 target_id, c2d_ts_handle *timestamp);
628 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) {
629 ALOGE("%s: LINK_c2dFlush ERROR", __FUNCTION__);
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
copybit_c2d.cpp 77 C2D_STATUS (*LINK_c2dFlush)( uint32 target_id, c2d_ts_handle *timestamp);
639 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) {
640 ALOGE("%s: LINK_c2dFlush ERROR", __FUNCTION__);
    [all...]
  /hardware/qcom/display/msm8x26/libcopybit/
copybit_c2d.cpp 77 C2D_STATUS (*LINK_c2dFlush)( uint32 target_id, c2d_ts_handle *timestamp);
628 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) {
629 ALOGE("%s: LINK_c2dFlush ERROR", __FUNCTION__);
    [all...]

Completed in 65 milliseconds