Home
last modified time | relevance | path

Searched refs:tr (Results 1 – 11 of 11) sorted by relevance

/hardware/interfaces/gnss/2.0/
DIGnssMeasurementCallback.hal52 * <tr>
59 * </tr>
60 * <tr>
72 * </tr>
75 * <tr>
89 * </tr>
90 * <tr>
104 * </tr>
105 * <tr>
119 * </tr>
[all …]
/hardware/broadcom/libbt/
Dgen-buildcfg.sh17 BASE=`echo ${BASE} | tr "[:lower:]" "[:upper:]"`
/hardware/qcom/bt/libbt-vendor/
Dgen-buildcfg.sh17 BASE=`echo ${BASE} | tr "[:lower:]" "[:upper:]"`
/hardware/qcom/display/msm8960/liboverlay/
DoverlayUtils.cpp231 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()
DoverlayUtils.h711 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);
/hardware/qcom/display/msm8994/liboverlay/
DoverlayUtils.cpp312 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()
DoverlayUtils.h551 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);
/hardware/qcom/display/msm8226/liboverlay/
DoverlayUtils.cpp319 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()
DoverlayUtils.h554 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);
/hardware/qcom/display/msm8084/liboverlay/
DoverlayUtils.cpp308 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()
DoverlayUtils.h709 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);