Searched defs:mLeft (Results 1 - 5 of 5) sorted by relevance

/hardware/qcom/display/msm8974/libqdutils/
H A Dmdp_version.h80 int mLeft; member in struct:qdutils::Split
82 Split() : mLeft(0), mRight(0){}
83 int left() { return mLeft; }
/hardware/qcom/display/msm8084/libqdutils/
H A Dmdp_version.h87 int mLeft; member in struct:qdutils::Split
89 Split() : mLeft(0), mRight(0){}
90 int left() { return mLeft; }
/hardware/qcom/display/msm8226/libqdutils/
H A Dmdp_version.h87 int mLeft; member in struct:qdutils::Split
89 Split() : mLeft(0), mRight(0){}
90 int left() { return mLeft; }
/hardware/ti/omap4-aah/camera/inc/
H A DCameraHal.h194 mLeft(left),
208 return ( ( 0 != mTop ) || ( 0 != mLeft ) || ( 0 != mBottom ) || ( 0 != mRight) );
213 return ( (0 == mTop ) && ( 0 == mLeft ) && ( 0 == mBottom )
245 ssize_t mLeft; member in class:Ti::Camera::CameraArea
/hardware/ti/omap4xxx/camera/inc/
H A DCameraHal.h138 mLeft(left),
152 return ( ( 0 != mTop ) || ( 0 != mLeft ) || ( 0 != mBottom ) || ( 0 != mRight) );
157 return ( (0 == mTop ) && ( 0 == mLeft ) && ( 0 == mBottom )
189 ssize_t mLeft; member in class:android::CameraArea

Completed in 239 milliseconds