Home
last modified time | relevance | path

Searched refs:notifier_ (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/pc/
Dmedia_stream_unittest.cc36 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
Dpeer_connection_interface_unittest.cc617 : 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
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_allocator_retry_test.cc146 } while (!notifier_.HasBeenNotified()); in LaunchConsumerThreads()
164 notifier_.Notify(); in JoinConsumerThreads()
175 Notification notifier_; member in tensorflow::__anon8bb5cd3e0111::GPUAllocatorRetryTest
/external/protobuf/src/google/protobuf/
Darena_unittest.cc83 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