Searched defs:mLeft (Results 1 - 2 of 2) 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/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 111 milliseconds