Searched refs:notifier_ (Results 1 – 4 of 4) sorted by relevance
36 explicit MockObserver(NotifierInterface* notifier) : notifier_(notifier) { in MockObserver()37 notifier_->RegisterObserver(this); in MockObserver()43 if (notifier_) { in Unregister()44 notifier_->UnregisterObserver(this); in Unregister()45 notifier_ = nullptr; in Unregister()52 NotifierInterface* notifier_; member in webrtc::MockObserver
617 : notifier_(notifier) { in MockTrackObserver()618 notifier_->RegisterObserver(this); in MockTrackObserver()624 if (notifier_) { in Unregister()625 notifier_->UnregisterObserver(this); in Unregister()626 notifier_ = nullptr; in Unregister()633 NotifierInterface* notifier_; member in webrtc::__anon23f3398e0111::MockTrackObserver
146 } while (!notifier_.HasBeenNotified()); in LaunchConsumerThreads()164 notifier_.Notify(); in JoinConsumerThreads()175 Notification notifier_; member in tensorflow::__anon8bb5cd3e0111::GPUAllocatorRetryTest
83 SimpleDataType() : notifier_(NULL) {} in SimpleDataType()84 void SetNotifier(Notifier* notifier) { notifier_ = notifier; } in SetNotifier()86 if (notifier_ != NULL) { in ~SimpleDataType()87 notifier_->Notify(); in ~SimpleDataType()92 Notifier* notifier_; member in google::protobuf::SimpleDataType