Searched refs:hwc_uevent (Results 1 – 3 of 3) sorted by relevance
74 void HWCUEvent::UEventThread(HWCUEvent *hwc_uevent) { in UEventThread() argument82 std::unique_lock<std::mutex> caller_lock(hwc_uevent->mutex_); in UEventThread()83 hwc_uevent->caller_cv_.notify_one(); in UEventThread()90 std::unique_lock<std::mutex> caller_lock(hwc_uevent->mutex_); in UEventThread()91 hwc_uevent->init_done_ = true; in UEventThread()92 hwc_uevent->caller_cv_.notify_one(); in UEventThread()103 std::lock_guard<std::mutex> guard(hwc_uevent->mutex_); in UEventThread()104 if (hwc_uevent->uevent_listener_) { in UEventThread()105 hwc_uevent->uevent_listener_->UEventHandler(uevent_data, length); in UEventThread()
76 void HWCUEvent::UEventThread(HWCUEvent *hwc_uevent) { in UEventThread() argument84 std::unique_lock<std::mutex> caller_lock(hwc_uevent->mutex_); in UEventThread()85 hwc_uevent->caller_cv_.notify_one(); in UEventThread()92 std::unique_lock<std::mutex> caller_lock(hwc_uevent->mutex_); in UEventThread()93 hwc_uevent->init_done_ = true; in UEventThread()94 hwc_uevent->caller_cv_.notify_one(); in UEventThread()105 std::lock_guard<std::mutex> guard(hwc_uevent->mutex_); in UEventThread()106 if (hwc_uevent->uevent_listener_) { in UEventThread()107 hwc_uevent->uevent_listener_->UEventHandler(uevent_data, length); in UEventThread()
82 void HWCUEvent::UEventThread(HWCUEvent *hwc_uevent) { in UEventThread() argument90 std::unique_lock<std::mutex> caller_lock(hwc_uevent->mutex_); in UEventThread()91 hwc_uevent->caller_cv_.notify_one(); in UEventThread()98 std::unique_lock<std::mutex> caller_lock(hwc_uevent->mutex_); in UEventThread()99 hwc_uevent->init_done_ = true; in UEventThread()100 hwc_uevent->caller_cv_.notify_one(); in UEventThread()111 std::lock_guard<std::mutex> guard(hwc_uevent->mutex_); in UEventThread()112 if (hwc_uevent->uevent_listener_) { in UEventThread()113 hwc_uevent->uevent_listener_->UEventHandler(uevent_data, length); in UEventThread()