Searched refs:pollingThread (Results 1 – 6 of 6) sorted by relevance
104 mPollThread = std::thread(pollingThread, this, std::ref(mStopThread)); in startPollingThread()108 void SensorsHidlEnvironmentV1_0::pollingThread(SensorsHidlEnvironmentV1_0* env, in pollingThread() function in SensorsHidlEnvironmentV1_0
48 static void pollingThread(SensorsHidlEnvironmentV1_0* env, std::atomic_bool& stop);
123 mPollThread = std::thread(pollingThread, this); in startPollingThread()147 void SensorsHidlEnvironmentV2_X::pollingThread(SensorsHidlEnvironmentV2_X* env) { in pollingThread() function in SensorsHidlEnvironmentV2_X
75 static void pollingThread(SensorsHidlEnvironmentV2_X* env);
132 mPollThread = std::thread(pollingThread, this); in startPollingThread()156 void SensorsAidlEnvironment::pollingThread(SensorsAidlEnvironment* env) { in pollingThread() function in SensorsAidlEnvironment
65 static void pollingThread(SensorsAidlEnvironment* env);