Home
last modified time | relevance | path

Searched refs:pollingThread (Results 1 – 3 of 3) 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
/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);