Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorDevice.h51 public SensorServiceUtil::Dumpable {
130 sp<SensorServiceUtil::ISensorsWrapper> mSensors;
186 SensorServiceUtil::RingBuffer<HidlTransportErrorLog> mHidlTransportErrors;
DSensorServiceUtils.h24 namespace SensorServiceUtil {
DSensorServiceUtils.cpp22 namespace SensorServiceUtil { namespace
DRecentEventLogger.h29 namespace SensorServiceUtil {
DSensorService.h317 SensorServiceUtil::SensorList mSensors;
334 std::unordered_map<int, SensorServiceUtil::RecentEventLogger*> mRecentEvent;
DSensorRegistrationInfo.h29 class SensorService::SensorRegistrationInfo : public SensorServiceUtil::Dumpable {
DRecentEventLogger.cpp25 namespace SensorServiceUtil { namespace
DSensorList.h35 namespace SensorServiceUtil {
DSensorList.cpp25 namespace SensorServiceUtil { namespace
DSensorsWrapper.h27 namespace SensorServiceUtil {
DRingBuffer.h28 namespace SensorServiceUtil {
DSensorDevice.cpp175 mSensors = new SensorServiceUtil::SensorsWrapperV1_0(sensors); in connectHidlServiceV1_0()
203 mSensors = new SensorServiceUtil::SensorsWrapperV2_0(sensors); in connectHidlServiceV2_0()
DSensorService.cpp318 mRecentEvent.emplace(handle, new SensorServiceUtil::RecentEventLogger(type)); in registerSensor()