Searched refs:has_data_notification_ (Results 1 – 2 of 2) sorted by relevance
254 has_data_notification_ = false; in RegisterDataCallback()312 if (has_data_notification_) { in GetRecord()315 has_data_notification_ = false; in GetRecord()619 if (!has_data_notification_.load(std::memory_order_relaxed)) { in SendDataNotificationToMainThread()620 has_data_notification_ = true; in SendDataNotificationToMainThread()
205 std::atomic_bool has_data_notification_; variable