Searched refs:has_data_notification_ (Results 1 – 2 of 2) sorted by relevance
236 has_data_notification_ = false; in RegisterDataCallback()288 if (has_data_notification_) { in GetRecord()291 has_data_notification_ = false; in GetRecord()535 if (!has_data_notification_.load(std::memory_order_relaxed)) { in SendDataNotificationToMainThread()536 has_data_notification_ = true; in SendDataNotificationToMainThread()
193 std::atomic_bool has_data_notification_; variable