Searched refs:MultihalSensors (Results 1 – 6 of 6) sorted by relevance
/device/generic/goldfish/sensors/ |
D | multihal_sensors.cpp | 56 MultihalSensors::MultihalSensors(SensorsTransportFactory stf) in MultihalSensors() function in goldfish::MultihalSensors 94 m_sensorThread = std::thread(&MultihalSensors::qemuSensorListenerThread, this); in MultihalSensors() 95 m_batchThread = std::thread(&MultihalSensors::batchThread, this); in MultihalSensors() 98 MultihalSensors::~MultihalSensors() { in ~MultihalSensors() 107 const std::string MultihalSensors::getName() { in getName() 111 Return<void> MultihalSensors::debug(const hidl_handle& fd, const hidl_vec<hidl_string>& args) { in debug() 117 Return<void> MultihalSensors::getSensorsList_2_1(getSensorsList_2_1_cb _hidl_cb) { in getSensorsList_2_1() 131 Return<Result> MultihalSensors::setOperationMode(const OperationMode mode) { in setOperationMode() 142 Return<Result> MultihalSensors::activate(const int32_t sensorHandle, in activate() 179 Event MultihalSensors::activationOnChangeSensorEvent(const int32_t sensorHandle, in activationOnChangeSensorEvent() [all …]
|
D | multihal_sensors_qemu.cpp | 56 bool MultihalSensors::setSensorsReportingImpl(SensorsTransport& st, in setSensorsReportingImpl() 73 bool MultihalSensors::setAllSensorsReporting(SensorsTransport& st, in setAllSensorsReporting() 87 bool MultihalSensors::setSensorsGuestTime(SensorsTransport& st, const int64_t value) { in setSensorsGuestTime() 98 bool MultihalSensors::setSensorsUpdateIntervalMs(SensorsTransport& st, in setSensorsUpdateIntervalMs() 110 double MultihalSensors::randomError(float lo, float hi) { in randomError() 115 void MultihalSensors::parseQemuSensorEventLocked(QemuSensorsProtocolState* state) { in parseQemuSensorEventLocked()
|
D | entry.cpp | 55 goldfish::MultihalSensors impl([](){ return std::make_unique<QemudSensorsTransport>(); }); in __anon498234880202()
|
D | multihal_sensors_epoll.cpp | 41 bool MultihalSensors::qemuSensorListenerThreadImpl(const int transportFd) { in qemuSensorListenerThreadImpl()
|
/device/generic/goldfish/sensors/include/ |
D | multihal_sensors.h | 52 struct MultihalSensors : public ahs21::implementation::ISensorsSubHal { struct 55 MultihalSensors(SensorsTransportFactory); argument 56 ~MultihalSensors();
|
/device/google/cuttlefish/shared/sensors/multihal/ |
D | entry.cpp | 99 static goldfish::MultihalSensors* impl = new goldfish::MultihalSensors([]() { in sensorsHalGetSubHal_2_1()
|