Searched defs:SensorEnableGuard (Results 1 – 1 of 1) sorted by relevance
81 class SensorEnableGuard { class83 SensorEnableGuard(const sp<SensorEventQueue>& queue, int32_t sensor) in SensorEnableGuard() function in android::media::__anon57b4a7480110::SensorEnableGuard99 SensorEnableGuard(SensorEnableGuard&& other) : mQueue(other.mQueue), mSensor(other.mSensor) { in SensorEnableGuard() function in android::media::__anon57b4a7480110::SensorEnableGuard