Home
last modified time | relevance | path

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

/frameworks/av/media/libheadtracking/
DSensorPoseProvider.cpp86 class SensorEnableGuard { class
88 SensorEnableGuard(const sp<SensorEventQueue>& queue, int32_t sensor) in SensorEnableGuard() function in android::media::__anon6657f0880111::SensorEnableGuard
91 ~SensorEnableGuard() { in ~SensorEnableGuard()
101 SensorEnableGuard(SensorEnableGuard&& other) : mQueue(other.mQueue), mSensor(other.mSensor) { in SensorEnableGuard() function in android::media::__anon6657f0880111::SensorEnableGuard
153 mEnabledSensors.emplace(sensor, SensorEnableGuard(mQueue, sensor)); in startSensor()
228 std::map<int32_t, SensorEnableGuard> mEnabledSensors;