Home
last modified time | relevance | path

Searched refs:pollingThread (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/sensors/1.0/vts/functional/
DSensorsHidlEnvironmentV1_0.cpp104 mPollThread = std::thread(pollingThread, this, std::ref(mStopThread)); in startPollingThread()
108 void SensorsHidlEnvironmentV1_0::pollingThread(SensorsHidlEnvironmentV1_0* env, in pollingThread() function in SensorsHidlEnvironmentV1_0
DSensorsHidlEnvironmentV1_0.h48 static void pollingThread(SensorsHidlEnvironmentV1_0* env, std::atomic_bool& stop);
/hardware/interfaces/sensors/common/vts/2_X/
DSensorsHidlEnvironmentV2_X.cpp123 mPollThread = std::thread(pollingThread, this); in startPollingThread()
147 void SensorsHidlEnvironmentV2_X::pollingThread(SensorsHidlEnvironmentV2_X* env) { in pollingThread() function in SensorsHidlEnvironmentV2_X
DSensorsHidlEnvironmentV2_X.h75 static void pollingThread(SensorsHidlEnvironmentV2_X* env);
/hardware/interfaces/sensors/aidl/vts/
DSensorsAidlEnvironment.cpp132 mPollThread = std::thread(pollingThread, this); in startPollingThread()
156 void SensorsAidlEnvironment::pollingThread(SensorsAidlEnvironment* env) { in pollingThread() function in SensorsAidlEnvironment
DSensorsAidlEnvironment.h65 static void pollingThread(SensorsAidlEnvironment* env);