Searched refs:GoogSensorMotion (Results 1 – 4 of 4) sorted by relevance
58 GoogSensorMotion::GoogSensorMotion(MotionSensorType motion_sensor_type, in GoogSensorMotion() function in android::camera_sensor_listener::GoogSensorMotion67 GoogSensorMotion::~GoogSensorMotion() { in ~GoogSensorMotion()72 sp<GoogSensorMotion> GoogSensorMotion::Create(MotionSensorType motion_sensor_type, in Create()91 sp<GoogSensorMotion> sensor_ptr = new GoogSensorMotion( in Create()110 void GoogSensorMotion::GetLatestNSensorEvents( in GetLatestNSensorEvents()138 void GoogSensorMotion::QuerySensorEventsBetweenTimestamps( in QuerySensorEventsBetweenTimestamps()163 int32_t GoogSensorMotion::GetSensorHandle() { in GetSensorHandle()192 const char* GoogSensorMotion::GetSensorName(MotionSensorType sensor_type) { in GetSensorName()
87 class GoogSensorMotion : public GoogSensorWrapper {97 static sp<GoogSensorMotion> Create(104 ~GoogSensorMotion();171 GoogSensorMotion(MotionSensorType motion_sensor_type,
41 void CheckLatestNMotionEvents(const sp<GoogSensorMotion>& sensor_ptr, in CheckLatestNMotionEvents()70 const sp<GoogSensorMotion>& sensor_ptr) { in CheckQuerySensorEventsBetweenTimestamps()107 ::android::sp<GoogSensorMotion> ptr; in TEST()108 ptr = GoogSensorMotion::Create(MotionSensorType::ACCELEROMETER, in TEST()112 ptr = GoogSensorMotion::Create(MotionSensorType::ACCELEROMETER, in TEST()131 ::android::sp<GoogSensorMotion> ptr; in TEST()132 ptr = GoogSensorMotion::Create(MotionSensorType::GRAVITY, in TEST()151 ::android::sp<GoogSensorMotion> ptr; in TEST()152 ptr = GoogSensorMotion::Create(MotionSensorType::GYROSCOPE, in TEST()171 ::android::sp<GoogSensorMotion> ptr; in TEST()[all …]
47 gyro_poll_ptr_ = GoogSensorMotion::Create( in CreateGyroPollListener()229 sp<GoogSensorMotion> gyro_poll_ptr_ = nullptr;