Searched refs:hwc_uevent (Results 1 – 4 of 4) 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()
99 void HWCUEvent::UEventThread(HWCUEvent *hwc_uevent) { in UEventThread() argument107 std::unique_lock<std::mutex> caller_lock(hwc_uevent->mutex_); in UEventThread()108 hwc_uevent->caller_cv_.notify_one(); in UEventThread()115 std::unique_lock<std::mutex> caller_lock(hwc_uevent->mutex_); in UEventThread()116 hwc_uevent->init_done_ = true; in UEventThread()117 hwc_uevent->caller_cv_.notify_one(); in UEventThread()128 std::lock_guard<std::mutex> guard(hwc_uevent->mutex_); in UEventThread()129 if (hwc_uevent->uevent_listener_) { in UEventThread()130 hwc_uevent->uevent_listener_->UEventHandler(uevent_data, length); in UEventThread()
93 void HWCUEvent::UEventThread(HWCUEvent *hwc_uevent) { in UEventThread() argument101 std::unique_lock<std::mutex> caller_lock(hwc_uevent->mutex_); in UEventThread()102 hwc_uevent->caller_cv_.notify_one(); in UEventThread()109 std::unique_lock<std::mutex> caller_lock(hwc_uevent->mutex_); in UEventThread()110 hwc_uevent->init_done_ = true; in UEventThread()111 hwc_uevent->caller_cv_.notify_one(); in UEventThread()122 std::lock_guard<std::mutex> guard(hwc_uevent->mutex_); in UEventThread()123 if (hwc_uevent->uevent_listener_) { in UEventThread()124 hwc_uevent->uevent_listener_->UEventHandler(uevent_data, length); in UEventThread()