Searched refs:DisplayEventThread (Results 1 – 2 of 2) sorted by relevance
76 static void* DisplayEventThread(void *context);
129 if (pthread_create(&event_thread_, NULL, &DisplayEventThread, this) < 0) { in Init()459 void* HWPrimary::DisplayEventThread(void *context) { in DisplayEventThread() function in sdm::HWPrimary