Searched refs:HWCUeventThread (Results 1 – 2 of 2) sorted by relevance
79 static void* HWCUeventThread(void *context);
161 if (pthread_create(&uevent_thread_, NULL, &HWCUeventThread, this) < 0) { in Init()1210 void* HWCSession::HWCUeventThread(void *context) { in HWCUeventThread() function in sdm::HWCSession