Searched refs:notify (Results 101 - 125 of 204) sorted by relevance

123456789

/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DTCPMessageProcessor.java196 this.notify();
H A DUDPMessageProcessor.java236 // notify below.
241 this.messageQueue.notify();
H A DTCPMessageChannel.java617 tcpMessageProcessor.notify();
644 tcpMessageProcessor.notify();
H A DTLSMessageChannel.java597 tlsMessageProcessor.notify();
623 tlsMessageProcessor.notify();
/external/qemu/audio/
H A Daudio.h61 void (*notify) (void *opaque, audcnotification_e cmd); member in struct:audio_capture_ops
H A Dwavcapture.c119 ops.notify = wav_notify;
/external/chromium_org/ash/system/chromeos/network/
H A Dtray_sms.cc394 void TraySms::Update(bool notify) { argument
413 } else if (notify) {
/external/chromium_org/chrome/browser/download/
H A Ddownload_status_updater_unittest.cc140 int received_bytes, int total_bytes, bool notify) {
146 if (notify)
/external/chromium_org/extensions/browser/
H A Dextension_host.cc266 bool notify = !did_stop_loading_; local
269 if (notify) {
/external/lldb/source/Commands/
H A DCommandObjectProcess.cpp1647 notify = option_arg;
1663 notify.clear();
1680 std::string notify; member in class:CommandObjectProcessHandle::CommandOptions
1749 bool notify; local
1752 if (signals.GetSignalInfo (signo, suppress, stop, notify))
1758 (notify ? "true " : "false"));
1824 if (! m_options.notify.empty()
1825 && ! VerifyCommandOptionValue (m_options.notify, notify_action))
1827 result.AppendError ("Invalid argument for command option --notify; must be true or false.\n");
1912 { LLDB_OPT_SET_1, false, "notify", '
[all...]
/external/ppp/pppd/
H A Dmain.c810 notify(pidchange, pid);
1143 notify(phasechange, p);
1156 notify(exitnotify, status);
1407 notify(sigreceived, sig);
1428 notify(sigreceived, sig);
1498 notify(sigreceived, sig);
1580 notify(fork_notifier, 0);
1871 * notify - call a set of functions registered with add_notifier.
1874 notify(notif, val) function
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dmux.py578 self._write_condition.notify()
592 self._read_condition.notify()
643 self._read_condition.notify()
738 self._send_quota_condition.notify()
893 self._deque_condition.notify()
936 self._deque_condition.notify()
1418 self._logical_channels_condition.notify()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A Dmux.py620 self._write_condition.notify()
630 self._write_condition.notify()
645 self._read_condition.notify()
696 self._read_condition.notify()
942 self._send_condition.notify()
1075 self._send_condition.notify()
1137 self._deque_condition.notify()
1201 self._deque_condition.notify()
1793 self._logical_channels_condition.notify()
/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc.c181 pgDalContext->cb_if.notify = if_cb.notify;
221 pgDalContext->cb_if.notify = NULL ;
/external/chromium_org/ash/system/
H A Dtray_accessibility.cc411 AccessibilityNotificationVisibility notify) {
427 if ((notify == ash::A11Y_NOTIFICATION_SHOW) && being_enabled != A11Y_NONE) {
428 // Shows popup if |notify| is true and the spoken feedback is being enabled.
410 OnAccessibilityModeChanged( AccessibilityNotificationVisibility notify) argument
/external/chromium_org/base/
H A Dobserver_list_unittest.cc101 AddRemoveThread(ObserverListThreadSafe<Foo>* list, bool notify) argument
108 do_notifies_(notify),
/external/chromium_org/chrome/browser/prefs/
H A Dleveldb_pref_store.cc271 SetValueInternal(key, value, true /*notify*/);
276 SetValueInternal(key, value, false /*notify*/);
289 bool notify) {
299 if (notify)
287 SetValueInternal(const std::string& key, base::Value* value, bool notify) argument
/external/chromium_org/third_party/webrtc/base/
H A Dhttpbase_unittest.cc122 base.notify(this);
259 base.notify(this);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.garbagecollector_1.0.100.v20100503.jar ... internal.p2.garbagecollector.MarkSet aMarkSet public void notify (java.util.EventObject) java.util.EventObject ...
/external/qemu/include/ui/
H A Dconsole.h6 #include "qemu/notify.h"
78 void qemu_add_mouse_mode_change_notifier(Notifier *notify);
79 void qemu_remove_mouse_mode_change_notifier(Notifier *notify);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_gatt_client.c505 bdcpy(data.bda.address, p_data->notify.bda);
507 bta_to_btif_srvc_id(&data.srvc_id, &p_data->notify.char_id.srvc_id);
508 bta_to_btif_gatt_id(&data.char_id, &p_data->notify.char_id.char_id);
509 memcpy(data.value, p_data->notify.value, p_data->notify.len);
511 data.is_notify = p_data->notify.is_notify;
512 data.len = p_data->notify.len;
515 , p_data->notify.conn_id, &data);
517 if (p_data->notify.is_notify == FALSE)
519 BTA_GATTC_SendIndConfirm(p_data->notify
[all...]
/external/chromium_org/chrome/installer/mini_installer/
H A Ddecompress.cc174 int flags, PFNFDINOTIFY notify,
/external/chromium_org/chromeos/dbus/
H A Dfake_shill_manager_client.h118 virtual void SortManagerServices(bool notify) OVERRIDE;
/external/chromium_org/content/child/npapi/
H A Dplugin_host.cc362 bool notify,
372 plugin->RequestURL(url, "GET", target, NULL, 0, notify, notify_data);
388 // because it can't notify the plugin once deleted. This is
426 bool notify,
501 plugin->RequestURL(url, "POST", target, buf, len, notify, notify_data);
359 GetURLNotify(NPP id, const char* url, const char* target, bool notify, void* notify_data) argument
420 PostURLNotify(NPP id, const char* url, const char* target, uint32_t len, const char* buf, NPBool file, bool notify, void* notify_data) argument
/external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
H A DMediaCodecVideoDecoder.java192 MediaCodecVideoDecoder.this.notify();
198 // Wait for thread to notify that Handler has been set up.

Completed in 5277 milliseconds

123456789