Searched refs:Orientation (Results 1 – 17 of 17) sorted by relevance
33 MOCK_CONST_METHOD1(Orientation, int(int*));
55 virtual int Orientation(int* orientation) const;
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()
63 int MetadataReader::Orientation(int* orientation) const { in Orientation() function in default_camera_hal::MetadataReader
19 * Orientation in degrees.
215 /* Current device Orientation */217 enum Orientation { enum226 optional Orientation orientation = 2;
70 Orientation, enumerator
71 (1 << Orientation) \
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 …]
186 Orientation, enumerator
57 EXPECT_CALL(*mock_reader_, Orientation(_)) in SetDefaultExpectations()220 EXPECT_CALL(*mock_reader_, Orientation(_)).WillOnce(Return(99)); in TEST_F()
159 metadata_reader->Orientation(&orientation) || in NewStaticProperties()
115 * Orientation: Normalized vector to signal the main orientation of the
171 * Orientation: Normalized vector to signal the main orientation of the
133 * Axis constant: Orientation axis of a motion event.
157 * Orientation sensors return sensor events for all 3 axes at a constant