Home
last modified time | relevance | path

Searched defs:Sensors (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/sensors/2.0/default/
DSensors.h49 struct Sensors : public ISensors, public ISensorsEventCallback { struct
56 Sensors(); argument
109 static void startReadWakeLockThread(Sensors* sensors); argument
137 sp<ISensorsCallback> mCallback; argument
142 std::map<int32_t, std::shared_ptr<Sensor>> mSensors; argument
147 int32_t mNextHandle;
152 std::mutex mWriteLock;
157 std::mutex mWakeLockLock;
162 uint32_t mOutstandingWakeUpEvents;
167 std::thread mWakeLockThread;
[all …]
DSensors.cpp38 Sensors::Sensors() in Sensors() function in android::hardware::sensors::V2_0::implementation::Sensors
/hardware/interfaces/sensors/1.0/default/
DSensors.h33 struct Sensors : public ::android::hardware::sensors::V1_0::ISensors { struct
77 DISALLOW_COPY_AND_ASSIGN(Sensors); argument
DSensors.cpp56 Sensors::Sensors() in Sensors() function in android::hardware::sensors::V1_0::implementation::Sensors
/hardware/google/pixel/thermal/utils/
Dconfig_schema.json13 "Sensors":{ object