HomeSort by relevance Sort by last modified time
    Searched refs:uevent_thread_ (Results 1 - 8 of 8) sorted by null

  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_session.h 133 pthread_t uevent_thread_; member in class:sdm::HWCSession
hwc_session.cpp 179 if (pthread_create(&uevent_thread_, NULL, &HWCUeventThread, this) < 0) {
197 pthread_join(uevent_thread_, NULL);
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_session.h 176 pthread_t uevent_thread_; member in class:sdm::HWCSession
hwc_session.cpp 130 if (pthread_create(&uevent_thread_, NULL, &HWCUeventThread, this) < 0) {
148 pthread_join(uevent_thread_, NULL);
    [all...]
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc/
hwc_session.h 134 pthread_t uevent_thread_; member in class:sdm::HWCSession
hwc_session.cpp 179 if (pthread_create(&uevent_thread_, NULL, &HWCUeventThread, this) < 0) {
197 pthread_join(uevent_thread_, NULL);
    [all...]
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc2/
hwc_session.h 175 pthread_t uevent_thread_; member in class:sdm::HWCSession
hwc_session.cpp 130 if (pthread_create(&uevent_thread_, NULL, &HWCUeventThread, this) < 0) {
148 pthread_join(uevent_thread_, NULL);
    [all...]

Completed in 72 milliseconds