Searched refs:LINK_c2dWaitTimestamp (Results 1 - 16 of 16) sorted by relevance
/hardware/qcom/media/msm8974/libc2dcolorconvert/ |
H A D | C2DColorConverter.h | 60 typedef C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp ); typedef
|
H A D | C2DColorConverter.cpp | 86 LINK_c2dWaitTimestamp mC2DWaitTimestamp; 127 mC2DWaitTimestamp = (LINK_c2dWaitTimestamp)dlsym(mC2DLibHandle, "c2dWaitTimestamp");
|
/hardware/qcom/media/msm8996/libc2dcolorconvert/ |
H A D | C2DColorConverter.h | 60 typedef C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp ); typedef
|
H A D | C2DColorConverter.cpp | 86 LINK_c2dWaitTimestamp mC2DWaitTimestamp; 135 mC2DWaitTimestamp = (LINK_c2dWaitTimestamp)dlsym(mC2DLibHandle, "c2dWaitTimestamp");
|
/hardware/qcom/media/msm8998/libc2dcolorconvert/ |
H A D | C2DColorConverter.h | 60 typedef C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp ); typedef
|
H A D | C2DColorConverter.cpp | 87 LINK_c2dWaitTimestamp mC2DWaitTimestamp; 138 mC2DWaitTimestamp = (LINK_c2dWaitTimestamp)dlsym(mC2DLibHandle, "c2dWaitTimestamp");
|
/hardware/qcom/media/sdm845/libc2dcolorconvert/ |
H A D | C2DColorConverter.h | 82 typedef C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp ); typedef 140 LINK_c2dWaitTimestamp mC2DWaitTimestamp;
|
H A D | C2DColorConverter.cpp | 59 mC2DWaitTimestamp = (LINK_c2dWaitTimestamp)dlsym(mC2DLibHandle, "c2dWaitTimestamp");
|
/hardware/qcom/display/msm8084/libcopybit/ |
H A D | copybit_c2d.cpp | 77 C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp ); variable 228 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) { 1544 *(void **)&LINK_c2dWaitTimestamp = ::dlsym(ctx->libc2d2, 1560 || !LINK_c2dDraw || !LINK_c2dFlush || !LINK_c2dWaitTimestamp ||
|
/hardware/qcom/display/msm8226/libcopybit/ |
H A D | copybit_c2d.cpp | 77 C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp ); variable 228 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) { 1550 *(void **)&LINK_c2dWaitTimestamp = ::dlsym(ctx->libc2d2, 1566 || !LINK_c2dDraw || !LINK_c2dFlush || !LINK_c2dWaitTimestamp ||
|
/hardware/qcom/display/msm8909/libcopybit/ |
H A D | copybit_c2d.cpp | 76 C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp ); variable 227 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) { 1528 *(void **)&LINK_c2dWaitTimestamp = ::dlsym(ctx->libc2d2, 1544 || !LINK_c2dDraw || !LINK_c2dFlush || !LINK_c2dWaitTimestamp ||
|
/hardware/qcom/display/msm8960/libcopybit/ |
H A D | copybit_c2d.cpp | 79 C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp ); variable 228 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) { 1492 *(void **)&LINK_c2dWaitTimestamp = ::dlsym(ctx->libc2d2, 1508 || !LINK_c2dDraw || !LINK_c2dFlush || !LINK_c2dWaitTimestamp ||
|
/hardware/qcom/display/msm8994/libcopybit/ |
H A D | copybit_c2d.cpp | 76 C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp ); variable 227 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) { 1553 *(void **)&LINK_c2dWaitTimestamp = ::dlsym(ctx->libc2d2, 1569 || !LINK_c2dDraw || !LINK_c2dFlush || !LINK_c2dWaitTimestamp ||
|
/hardware/qcom/display/msm8996/libcopybit/ |
H A D | copybit_c2d.cpp | 76 C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp ); variable 230 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) { 1552 *(void **)&LINK_c2dWaitTimestamp = ::dlsym(ctx->libc2d2, 1568 || !LINK_c2dDraw || !LINK_c2dFlush || !LINK_c2dWaitTimestamp ||
|
/hardware/qcom/display/msm8998/libcopybit/ |
H A D | copybit_c2d.cpp | 76 C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp ); variable 230 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) { 1552 *(void **)&LINK_c2dWaitTimestamp = ::dlsym(ctx->libc2d2, 1568 || !LINK_c2dDraw || !LINK_c2dFlush || !LINK_c2dWaitTimestamp ||
|
/hardware/qcom/display/sdm845/libcopybit/ |
H A D | copybit_c2d.cpp | 76 C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp ); variable 230 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) { 1552 *(void **)&LINK_c2dWaitTimestamp = ::dlsym(ctx->libc2d2, 1568 || !LINK_c2dDraw || !LINK_c2dFlush || !LINK_c2dWaitTimestamp ||
|
Completed in 177 milliseconds