Searched refs:Orientation (Results 1 – 16 of 16) sorted by relevance
/hardware/libhardware/modules/camera/3_4/metadata/ |
D | metadata_reader_mock.h | 33 MOCK_CONST_METHOD1(Orientation, int(int*));
|
D | metadata_reader.h | 55 virtual int Orientation(int* orientation) const;
|
D | metadata_reader_test.cpp | 106 EXPECT_EQ(dut_->Orientation(&actual), 0); in TEST_F() 119 EXPECT_EQ(dut_->Orientation(&actual), -EINVAL); in TEST_F() 128 EXPECT_EQ(dut_->Orientation(&actual), -EINVAL); in TEST_F() 135 EXPECT_EQ(dut_->Orientation(&actual), -ENOENT); in TEST_F()
|
D | metadata_reader.cpp | 63 int MetadataReader::Orientation(int* orientation) const { in Orientation() function in default_camera_hal::MetadataReader
|
/hardware/interfaces/configstore/1.1/ |
D | types.hal | 19 * Orientation in degrees.
|
/hardware/invensense/6515/libsensors_iio/ |
D | sensors.h | 70 Orientation, enumerator
|
D | MPLSensor.cpp | 484 mPendingEvents[Orientation].version = sizeof(sensors_event_t); in MPLSensor() 485 mPendingEvents[Orientation].sensor = ID_O; in MPLSensor() 486 mPendingEvents[Orientation].type = SENSOR_TYPE_ORIENTATION; in MPLSensor() 487 mPendingEvents[Orientation].orientation.status in MPLSensor() 522 mHandlers[Orientation] = &MPLSensor::orienHandler; in MPLSensor() 2394 for(int i = Orientation; i < NumSensors; i++) { 2887 if (!mEnabledTime[Orientation] || !(s->timestamp > mEnabledTime[Orientation])) { 2889 mEnabledTime[Orientation], s->timestamp, android::elapsedRealtimeNano()); 3148 what = Orientation; 3270 case Orientation: [all …]
|
D | MPLSensor.h | 71 (1 << Orientation) \
|
/hardware/invensense/65xx/libsensors_iio/ |
D | MPLSensor.cpp | 95 (1 << Orientation) \ 560 mPendingEvents[Orientation].version = sizeof(sensors_event_t); in MPLSensor() 561 mPendingEvents[Orientation].sensor = ID_O; in MPLSensor() 562 mPendingEvents[Orientation].type = SENSOR_TYPE_ORIENTATION; in MPLSensor() 563 mPendingEvents[Orientation].orientation.status in MPLSensor() 594 mHandlers[Orientation] = &MPLSensor::orienHandler; in MPLSensor() 2298 for(int i = Orientation; i <= GeomagneticRotationVector; i++) { in computeBatchSensorMask() 2815 what = Orientation; in enable() 2931 case Orientation: in enable() 3022 what = Orientation; in getHandle() [all …]
|
D | MPLSensor.h | 186 Orientation, enumerator
|
/hardware/libhardware/modules/camera/3_4/ |
D | static_properties_test.cpp | 57 EXPECT_CALL(*mock_reader_, Orientation(_)) in SetDefaultExpectations() 220 EXPECT_CALL(*mock_reader_, Orientation(_)).WillOnce(Return(99)); in TEST_F()
|
D | static_properties.cpp | 159 metadata_reader->Orientation(&orientation) || in NewStaticProperties()
|
/hardware/interfaces/audio/5.0/ |
D | types.hal | 115 * Orientation: Normalized vector to signal the main orientation of the
|
/hardware/interfaces/audio/4.0/ |
D | types.hal | 171 * Orientation: Normalized vector to signal the main orientation of the
|
/hardware/interfaces/input/common/1.0/ |
D | types.hal | 133 * Axis constant: Orientation axis of a motion event.
|
/hardware/interfaces/sensors/1.0/ |
D | types.hal | 157 * Orientation sensors return sensor events for all 3 axes at a constant
|