Home
last modified time | relevance | path

Searched refs:mLeft (Results 1 – 15 of 15) sorted by relevance

/hardware/qcom/gps/msm8909/utils/
DLocHeap.cpp36 LocHeapNode* mLeft; member in LocHeapNode
41 mSize(1), mLeft(NULL), mRight(NULL), mData(&data) {} in LocHeapNode()
74 if (mLeft) { in ~LocHeapNode()
75 delete mLeft; in ~LocHeapNode()
76 mLeft = NULL; in ~LocHeapNode()
114 if (NULL == mLeft) { in push()
115 mLeft = &node; in push()
118 } else if (mLeft->mSize <= mRight->mSize) { in push()
119 mLeft->push(node); in push()
144 if (top->mLeft || top->mRight) { in pop()
[all …]
/hardware/qcom/gps/msm8998/utils/
DLocHeap.cpp36 LocHeapNode* mLeft; member in LocHeapNode
41 mSize(1), mLeft(NULL), mRight(NULL), mData(&data) {} in LocHeapNode()
74 if (mLeft) { in ~LocHeapNode()
75 delete mLeft; in ~LocHeapNode()
76 mLeft = NULL; in ~LocHeapNode()
114 if (NULL == mLeft) { in push()
115 mLeft = &node; in push()
118 } else if (mLeft->mSize <= mRight->mSize) { in push()
119 mLeft->push(node); in push()
144 if (top->mLeft || top->mRight) { in pop()
[all …]
/hardware/qcom/gps/msm8996/utils/
DLocHeap.cpp36 LocHeapNode* mLeft; member in LocHeapNode
41 mSize(1), mLeft(NULL), mRight(NULL), mData(&data) {} in LocHeapNode()
74 if (mLeft) { in ~LocHeapNode()
75 delete mLeft; in ~LocHeapNode()
76 mLeft = NULL; in ~LocHeapNode()
114 if (NULL == mLeft) { in push()
115 mLeft = &node; in push()
118 } else if (mLeft->mSize <= mRight->mSize) { in push()
119 mLeft->push(node); in push()
144 if (top->mLeft || top->mRight) { in pop()
[all …]
/hardware/qcom/display/msm8226/libqdutils/
Dmdp_version.h87 int mLeft; member
89 Split() : mLeft(0), mRight(0){} in Split()
90 int left() { return mLeft; } in left()
Dmdp_version.cpp355 mSplit.mLeft = atoi(split); in updateSplitInfo()
356 ALOGI_IF(mSplit.mLeft, "Left Split=%d", mSplit.mLeft); in updateSplitInfo()
/hardware/qcom/display/msm8084/libqdutils/
Dmdp_version.h87 int mLeft; member
89 Split() : mLeft(0), mRight(0){} in Split()
90 int left() { return mLeft; } in left()
Dmdp_version.cpp349 mSplit.mLeft = atoi(split); in updateSplitInfo()
350 ALOGI_IF(mSplit.mLeft, "Left Split=%d", mSplit.mLeft); in updateSplitInfo()
/hardware/qcom/display/msm8994/libqdutils/
Dmdp_version.h77 int mLeft; member
79 Split() : mLeft(0), mRight(0){} in Split()
80 int left() { return mLeft; } in left()
Dmdp_version.cpp412 mSplit.mLeft = atoi(split); in updateSplitInfo()
413 ALOGI_IF(mSplit.mLeft, "Left Split=%d", mSplit.mLeft); in updateSplitInfo()
/hardware/qcom/display/msm8909/libqdutils/
Dmdp_version.h77 int mLeft; member
79 Split() : mLeft(0), mRight(0){} in Split()
80 int left() { return mLeft; } in left()
Dmdp_version.cpp396 mSplit.mLeft = atoi(split); in updateSplitInfo()
397 ALOGI_IF(mSplit.mLeft, "Left Split=%d", mSplit.mLeft); in updateSplitInfo()
/hardware/ti/omap4xxx/camera/
DCameraHalUtilClasses.cpp139 left = ( mLeft + hRange / 2 ) * hScale; in transfrom()
354 return ((mTop == area->mTop) && (mLeft == area->mLeft) && in compare()
/hardware/ti/omap4-aah/camera/
DCameraHalUtilClasses.cpp137 left = ( mLeft + hRange / 2 ) * hScale; in transfrom()
352 return ((mTop == area->mTop) && (mLeft == area->mLeft) && in compare()
/hardware/ti/omap4xxx/camera/inc/
DCameraHal.h138 mLeft(left), in CameraArea()
152 return ( ( 0 != mTop ) || ( 0 != mLeft ) || ( 0 != mBottom ) || ( 0 != mRight) ); in isValid()
157 return ( (0 == mTop ) && ( 0 == mLeft ) && ( 0 == mBottom ) in isZeroArea()
189 ssize_t mLeft; variable
/hardware/ti/omap4-aah/camera/inc/
DCameraHal.h194 mLeft(left), in CameraArea()
208 return ( ( 0 != mTop ) || ( 0 != mLeft ) || ( 0 != mBottom ) || ( 0 != mRight) ); in isValid()
213 return ( (0 == mTop ) && ( 0 == mLeft ) && ( 0 == mBottom ) in isZeroArea()
245 ssize_t mLeft; variable