Searched refs:has_data_notification_ (Results 1 – 2 of 2) sorted by relevance
269 has_data_notification_ = false; in RegisterDataCallback()331 if (has_data_notification_) { in GetRecord()334 has_data_notification_ = false; in GetRecord()662 if (!has_data_notification_.load(std::memory_order_relaxed)) { in SendDataNotificationToMainThread()663 has_data_notification_ = true; in SendDataNotificationToMainThread()
209 std::atomic_bool has_data_notification_; variable