Searched refs:CollectEventsThread (Results 1 – 4 of 4) sorted by relevance
63 static void *CollectEventsThread(void *param);
160 int32_t ret = pthread_create(&collectThreadID_, &attr, CollectEventsThread, this); in InitCollectEventsThread()171 void *DistributedInputHandler::CollectEventsThread(void *param) in CollectEventsThread() function in OHOS::DistributedHardware::DistributedInput::DistributedInputHandler
65 static void *CollectEventsThread(void *param);
86 int32_t ret = pthread_create(&collectThreadID_, &attr, CollectEventsThread, this); in InitCollectEventsThread()97 void *DistributedInputCollector::CollectEventsThread(void *param) in CollectEventsThread() function in OHOS::DistributedHardware::DistributedInput::DistributedInputCollector