HomeSort by relevance Sort by last modified time
    Searched defs: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);
  /hardware/qcom/display/msm8084/libcopybit/
copybit_c2d.cpp 75 C2D_STATUS (*LINK_c2dFlush)( uint32 target_id, c2d_ts_handle *timestamp);
638 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) {
639 ALOGE("%s: LINK_c2dFlush ERROR", __FUNCTION__);
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
copybit_c2d.cpp 75 C2D_STATUS (*LINK_c2dFlush)( uint32 target_id, c2d_ts_handle *timestamp);
637 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) {
638 ALOGE("%s: LINK_c2dFlush ERROR", __FUNCTION__);
    [all...]
  /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...]

Completed in 41 milliseconds