Searched refs:tr (Results 1 – 11 of 11) sorted by relevance
/hardware/interfaces/gnss/2.0/ |
D | IGnssMeasurementCallback.hal | 52 * <tr> 59 * </tr> 60 * <tr> 72 * </tr> 75 * <tr> 89 * </tr> 90 * <tr> 104 * </tr> 105 * <tr> 119 * </tr> [all …]
|
/hardware/broadcom/libbt/ |
D | gen-buildcfg.sh | 17 BASE=`echo ${BASE} | tr "[:lower:]" "[:upper:]"`
|
/hardware/qcom/bt/libbt-vendor/ |
D | gen-buildcfg.sh | 17 BASE=`echo ${BASE} | tr "[:lower:]" "[:upper:]"`
|
/hardware/qcom/display/msm8960/liboverlay/ |
D | overlayUtils.cpp | 231 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) { in preRotateSource() argument 232 if(tr & OVERLAY_TRANSFORM_FLIP_H) { in preRotateSource() 235 if(tr & OVERLAY_TRANSFORM_FLIP_V) { in preRotateSource() 238 if(tr & OVERLAY_TRANSFORM_ROT_90) { in preRotateSource()
|
D | overlayUtils.h | 711 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);
|
/hardware/qcom/display/msm8994/liboverlay/ |
D | overlayUtils.cpp | 312 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) { in preRotateSource() argument 313 if(tr & OVERLAY_TRANSFORM_FLIP_H) { in preRotateSource() 316 if(tr & OVERLAY_TRANSFORM_FLIP_V) { in preRotateSource() 319 if(tr & OVERLAY_TRANSFORM_ROT_90) { in preRotateSource()
|
D | overlayUtils.h | 551 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);
|
/hardware/qcom/display/msm8226/liboverlay/ |
D | overlayUtils.cpp | 319 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) { in preRotateSource() argument 320 if(tr & OVERLAY_TRANSFORM_FLIP_H) { in preRotateSource() 323 if(tr & OVERLAY_TRANSFORM_FLIP_V) { in preRotateSource() 326 if(tr & OVERLAY_TRANSFORM_ROT_90) { in preRotateSource()
|
D | overlayUtils.h | 554 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);
|
/hardware/qcom/display/msm8084/liboverlay/ |
D | overlayUtils.cpp | 308 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) { in preRotateSource() argument 309 if(tr & OVERLAY_TRANSFORM_FLIP_H) { in preRotateSource() 312 if(tr & OVERLAY_TRANSFORM_FLIP_V) { in preRotateSource() 315 if(tr & OVERLAY_TRANSFORM_ROT_90) { in preRotateSource()
|
D | overlayUtils.h | 709 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);
|