Searched defs:MultihalSensors (Results 1 – 2 of 2) sorted by relevance
52 struct MultihalSensors : public ahs21::implementation::ISensorsSubHal { struct55 MultihalSensors(SensorsTransportFactory); argument81 struct QemuSensorsProtocolState {100 bool isSensorActive(int sensorHandle) const { in isSensorActive()121 static constexpr char kCMD_QUIT = 'q';122 static constexpr char kCMD_RESTART = 'r';125 const SensorsTransportFactory m_sensorsTransportFactory;126 SensorsTransport* m_sensorsTransport;128 uint32_t m_availableSensorsMask = 0;130 unique_fd m_callersFd; // a caller writes here[all …]
56 MultihalSensors::MultihalSensors(SensorsTransportFactory stf) in MultihalSensors() function in goldfish::MultihalSensors