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

/hardware/ril/mock-ril/
H A DMakefile6 # Assume this Makefile is run in place then top
7 # point to the top of the android source tree
8 top=../../../ macro
10 PROTOC=$(wildcard $(top)out/host/*/bin/aprotoc)
25 src_generated=$(top)out/target/product/$(device)/obj/SHARED_LIBRARIES/libmock_ril_intermediates/proto/hardware/ril/mock-ril/src/proto
45 source $(top)build/envsetup.sh ; mmm $(top)frameworks/base/telephony/tests/telephonytests
46 adb install -r $(top)out/target/product/$(device)/data/app/FrameworksTelephonyTests.apk
73 $(PROTOC) --python_out=$(gen_src_py) --proto_path=$(top) --proto_path=$(src_proto) $<
78 $(PROTOC) --descriptor_set_out=$@ --proto_path=$(top)
[all...]
/hardware/libhardware/include/hardware/
H A Dhwcomposer.h128 int top; member in struct:hwc_rect
163 /* area of the source to consider, the origin is the top-left corner of
169 * top-left corner of the screen.
174 * top-left corner of the screen.
/hardware/ti/omap4xxx/camera/
H A DCameraHalUtilClasses.cpp122 size_t &top,
138 top = ( mTop + vRange / 2 ) * vScale;
141 areaHeight -= top;
150 status_t CameraArea::checkArea(ssize_t top, argument
158 if ( ( 0 == top ) && ( 0 == left ) && ( 0 == bottom ) && ( 0 == right ) && ( 0 == weight ) ) {
167 if ( ( CameraArea::TOP > top ) || ( CameraArea::BOTTOM < top ) ) {
168 CAMHAL_LOGEB("Camera area top coordinate is invalid %d", top );
192 if ( top >
120 transfrom(size_t width, size_t height, size_t &top, size_t &left, size_t &areaWidth, size_t &areaHeight) argument
212 ssize_t top, left, bottom, right, weight; local
[all...]
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMX3A.cpp608 size_t top, left, width, height, weight; local
717 size_t top, left, width, height, weight; local
1567 CAMHAL_LOGDB("Metering area %d : top = %d left = %d width = %d height = %d prio = %d",
/hardware/ti/omap4xxx/camera/inc/
H A DCameraHal.h133 CameraArea(ssize_t top, argument
137 size_t weight) : mTop(top),
145 size_t &top,
172 static status_t checkArea(ssize_t top,
356 ssize_t top; member in struct:android::CameraHalEvent::FaceData_t

Completed in 269 milliseconds