Home
last modified time | relevance | path

Searched refs:orient (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/
DTransform.cpp357 uint32_t orient = mType >> 8; in dump() local
359 if (orient&ROT_INVALID) { in dump()
362 if (orient&ROT_90) { in dump()
367 if (orient&FLIP_V) in dump()
369 if (orient&FLIP_H) in dump()
/frameworks/base/docs/html/guide/topics/sensors/
Dsensors_position.jd11 <li><a href="#sensors-pos-orient">Using the Orientation Sensor</a></li>
179 discussed in <a href="#sensors-pos-orient">Using the Orientation Sensor</a>.</p>
231 <h2 id="sensors-pos-orient">Using the Orientation Sensor</h2>
Dsensors_overview.jd751 href="{@docRoot}guide/topics/sensors/sensors_position.html#sensors-pos-orient">Orientation
/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp1945 static void DngCreator_nativeSetOrientation(JNIEnv* env, jobject thiz, jint orient) { in DngCreator_nativeSetOrientation() argument
1956 uint16_t orientation = static_cast<uint16_t>(orient); in DngCreator_nativeSetOrientation()