Home
last modified time | relevance | path

Searched refs:DisplayEventThread (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_primary.h76 static void* DisplayEventThread(void *context);
Dhw_primary.cpp129 if (pthread_create(&event_thread_, NULL, &DisplayEventThread, this) < 0) { in Init()
459 void* HWPrimary::DisplayEventThread(void *context) { in DisplayEventThread() function in sdm::HWPrimary