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

/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXFocus.cpp43 android::Vector<android::sp<CameraArea> > tempAreas; local
55 ret = CameraArea::parseAreas(str, ( strlen(str) + 1 ), tempAreas);
58 if ( (NO_ERROR == ret) && CameraArea::areAreasDifferent(mFocusAreas, tempAreas) ) {
60 mFocusAreas = tempAreas;
H A DOMXAlgo.cpp270 android::Vector<android::sp<CameraArea> > tempAreas; local
306 ret = CameraArea::parseAreas(str, ( strlen(str) + 1 ), tempAreas);
314 if ( CameraArea::areAreasDifferent(mTouchAreas, tempAreas) ) {
316 mTouchAreas = tempAreas;
H A DOMX3A.cpp362 android::Vector<android::sp<CameraArea> > tempAreas; local
368 ret = CameraArea::parseAreas(str, ( strlen(str) + 1 ), tempAreas);
371 CameraArea::areAreasDifferent(mMeteringAreas, tempAreas));
373 if ( (NO_ERROR == ret) && CameraArea::areAreasDifferent(mMeteringAreas, tempAreas) ) {
375 mMeteringAreas = tempAreas;
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXFocus.cpp44 Vector< sp<CameraArea> > tempAreas; local
56 ret = CameraArea::parseAreas(str, ( strlen(str) + 1 ), tempAreas);
59 if ( (NO_ERROR == ret) && CameraArea::areAreasDifferent(mFocusAreas, tempAreas) ) {
61 mFocusAreas = tempAreas;
H A DOMX3A.cpp345 Vector< sp<CameraArea> > tempAreas; local
351 ret = CameraArea::parseAreas(str, ( strlen(str) + 1 ), tempAreas);
354 CameraArea::areAreasDifferent(mMeteringAreas, tempAreas));
356 if ( (NO_ERROR == ret) && CameraArea::areAreasDifferent(mMeteringAreas, tempAreas) ) {
358 mMeteringAreas = tempAreas;

Completed in 717 milliseconds