HomeSort by relevance Sort by last modified time
    Searched defs:Notify (Results 1 - 25 of 44) sorted by null

1 2

  /art/runtime/
object_lock.cc 41 void ObjectLock<T>::Notify() {
42 obj_->Notify(self_);
monitor.cc 702 void Monitor::Notify(Thread* self) {
707 ThrowIllegalMonitorStateExceptionF("object not locked by thread before notify()");
738 thread->Notify();
    [all...]
  /system/connectivity/shill/shims/
task_proxy.cc 35 void TaskProxy::Notify(const string& reason, const map<string, string>& dict) {
39 if (!proxy_.notify(reason, dict, &error)) {
  /system/connectivity/shill/
external_task.cc 100 void ExternalTask::Notify(const string& event,
102 return task_delegate_->Notify(event, details);
rpc_task.cc 50 void RPCTask::Notify(const string& reason, const map<string, string>& dict) {
51 delegate_->Notify(reason, dict);
rpc_task_unittest.cc 40 virtual void Notify(const string& reason, const map<string, string>& dict);
59 void RPCTaskTest::Notify(const string& reason,
86 TEST_F(RPCTaskTest, Notify) {
90 task_.Notify(kReason, dict);
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSOperationCode.java 29 * Notify [RFC1996]
31 Notify("Notify", 4),
  /system/connectivity/shill/pppoe/
pppoe_service.cc 198 void PPPoEService::Notify(const string& reason,
  /external/libchrome/base/
callback_list.h 39 // callback_list_.Notify(foo);
214 void Notify(
observer_list_threadsafe.h 35 // * Any thread may trigger a notification via Notify().
52 // will notify its regular ObserverList.
115 // If there is not a current MessageLoop, it is impossible to notify on it,
171 // Notify methods.
174 // that at the completion of the Notify call that all Observers have
177 void Notify(const tracked_objects::Location& from_here,
  /external/libweave/third_party/chromium/base/
callback_list.h 39 // callback_list_.Notify(foo);
214 void Notify(
  /external/webrtc/webrtc/video/
vie_channel.h 347 virtual void Notify(const BitrateStatistics& total_stats,
352 callback_->Notify(total_stats, retransmit_stats, ssrc);
send_statistics_proxy.cc 366 void SendStatisticsProxy::Notify(const BitrateStatistics& total_stats,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
certexit.h 68 virtual HRESULT WINAPI Notify(LONG ExitEvent,LONG Context) = 0;
82 HRESULT (WINAPI *Notify)(ICertExit *This,LONG ExitEvent,LONG Context);
98 #define ICertExit_Notify(This,ExitEvent,Context) (This)->lpVtbl->Notify(This,ExitEvent,Context)
129 HRESULT (WINAPI *Notify)(ICertExit2 *This,LONG ExitEvent,LONG Context);
146 #define ICertExit2_Notify(This,ExitEvent,Context) (This)->lpVtbl->Notify(This,ExitEvent,Context)
  /system/connectivity/shill/vpn/
l2tp_ipsec_driver.cc 441 void L2TPIPSecDriver::Notify(
l2tp_ipsec_driver_unittest.cc 155 driver_->Notify(reason, dict);
194 virtual void Notify(const string& reason, const map<string, string>& dict);
215 void L2TPIPSecDriverTest::Notify(
652 TEST_F(L2TPIPSecDriverTest, Notify) {
718 driver_->Notify(kPPPReasonDisconnect, dict);
openvpn_driver.cc 391 void OpenVPNDriver::Notify(const string& reason,
732 // notify messages.
    [all...]
openvpn_driver_unittest.cc 256 virtual void Notify(const string& reason, const map<string, string>& dict);
295 void OpenVPNDriverTest::Notify(const string& /*reason*/,
372 TEST_F(OpenVPNDriverTest, Notify) {
379 driver_->Notify("up", config);
387 driver_->Notify("up", config);
395 // Check that UMA metrics are emitted on Notify.
436 driver_->Notify("up", config);
494 driver_->Notify("fail", dict);
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-port.cc 188 void Notification::Notify() {
    [all...]
  /art/runtime/mirror/
object-inl.h 116 inline void Object::Notify(Thread* self) {
117 Monitor::Notify(self, this);
    [all...]
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalService.java 453 public class Notify implements Runnable {
455 Notify (BlockingQueue q) {
588 Notify notifier = new Notify(ThermalManager.sEventQueue);
  /system/connectivity/shill/cellular/
cellular.cc     [all...]
cellular_unittest.cc     [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h 107 // stable. If you notice any problems on your platform, please notify
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 115 // stable. If you notice any problems on your platform, please notify
    [all...]

Completed in 1644 milliseconds

1 2