Searched refs:notify (Results 126 - 150 of 204) sorted by relevance

123456789

/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DTLSMessageProcessor.java212 this.notify();
/external/smack/src/org/jivesoftware/smack/
H A DPacketReader.java104 // A waiting thread may be woken up before the wait time or a notify
106 // until either a connectionID has been set (and hence a notify was
188 // We found an opening stream. Record information about it, then notify
286 // Close the connection and notify connection listeners of the
303 notify();
318 // Loop through all collectors and notify the appropriate ones.
413 * A runnable to notify all listeners of a packet.
H A DXMPPConnection.java516 * @param packetInterceptor the packet interceptor to notify of packets about to be sent.
543 * @param packetListener the packet listener to notify of sent packets.
1004 this.notify();
1014 this.notify();
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_act.c1970 /* notify applicationf or service change */
2024 tBTA_GATTC_NOTIFY notify; local
2050 &notify.char_id.srvc_id,
2051 &notify.char_id.char_id,
2052 &notify.descr_type))
2055 if (!bta_gattc_process_srvc_chg_ind(conn_id, p_clrcb, p_srcb, p_clcb, &notify, handle))
2058 if (bta_gattc_check_notif_registry(p_clrcb, p_srcb, &notify))
2077 bta_gattc_proc_other_indication(p_clcb, op, p_data, &notify);
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dx509_vfy.c746 /* If explicitly rejected notify callback and reject if
828 * notify callback
886 static int check_crl_time(X509_STORE_CTX *ctx, X509_CRL *crl, int notify) argument
890 if (notify)
900 if (!notify)
909 if (!notify)
922 if (!notify)
931 if (!notify)
939 if (notify)
1629 /* Locate certificates with bad extensions and notify
[all...]
/external/openssl/crypto/x509/
H A Dx509_vfy.c713 * notify callback
771 static int check_crl_time(X509_STORE_CTX *ctx, X509_CRL *crl, int notify) argument
775 if (notify)
785 if (!notify)
794 if (!notify)
807 if (!notify)
816 if (!notify)
824 if (notify)
1504 /* Locate certificates with bad extensions and notify
/external/lldb/source/Target/
H A DTarget.cpp197 const bool notify = false; local
198 m_breakpoint_list.RemoveAll(notify);
199 m_internal_breakpoint_list.RemoveAll(notify);
203 m_image_search_paths.Clear(notify);
586 const bool notify = false; // Don't notify about all the state changes we do on creating the watchpoint. local
600 wp_sp->SetEnabled(false, notify);
605 m_process_sp->DisableWatchpoint(matched_sp.get(), notify);
613 wp_sp->SetWatchpointType(kind, notify);
617 error = m_process_sp->EnableWatchpoint(wp_sp.get(), notify);
[all...]
/external/chromium_org/chrome/browser/sessions/
H A Dtab_restore_service_helper.cc330 bool notify,
344 if (notify)
329 AddEntry(Entry* entry, bool notify, bool to_front) argument
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dpseudotcp_unittest.cc46 PseudoTcpForTest(cricket::IPseudoTcpNotify* notify, uint32 conv) argument
47 : PseudoTcp(notify, conv) {
H A Dpseudotcp.cc223 PseudoTcp::PseudoTcp(IPseudoTcpNotify* notify, uint32 conv) argument
224 : m_notify(notify),
703 //notify(evOpen);
833 //notify(evOpen);
836 // If we make room in the send queue, notify the user
838 // window. We'd like to notify the app when we are halfway to that point.
847 //notify(evWrite);
954 // If we have new data, notify the user
960 //notify(evRead);
1139 //notify(evClos
[all...]
/external/chromium_org/ui/views/
H A Dview.h688 void set_notify_enter_exit_on_child(bool notify) { argument
689 notify_enter_exit_on_child_ = notify;
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp740 ProcessKDP::EnableWatchpoint (Watchpoint *wp, bool notify) argument
748 ProcessKDP::DisableWatchpoint (Watchpoint *wp, bool notify) argument
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DPacketDispatcher.java115 // notify next waiting thread
116 this.notify();
251 // notify waiting thread
443 // notify the waiting object
615 // notify all the waiting threads
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DKeyFactory2Test.java57 this.notify();
/external/chromium_org/chrome/browser/ui/ash/
H A Dsystem_tray_delegate_chromeos.h181 ash::AccessibilityNotificationVisibility notify);
H A Dsystem_tray_delegate_chromeos.cc1155 ash::AccessibilityNotificationVisibility notify) {
1156 GetSystemTrayNotifier()->NotifyAccessibilityModeChanged(notify);
1297 OnAccessibilityModeChanged(details.notify);
1154 OnAccessibilityModeChanged( ash::AccessibilityNotificationVisibility notify) argument
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dwin32devicemanager.cc68 void Unregister(HDEVNOTIFY notify);
/external/chromium_org/third_party/sqlite/src/tool/
H A Dmksqlite3c.tcl294 notify.c
/external/libnfc-nxp/src/
H A DphLlcNfc_Frame.c1370 psLlcCtxt->cb_for_if.notify (
1542 (NULL != psLlcCtxt->cb_for_if.notify))
1547 psLlcCtxt->cb_for_if.notify(
1733 psLlcCtxt->cb_for_if.notify (
/external/valgrind/main/coregrind/
H A Dvgdb.c380 If notify, then add size to the shared cntr indicating to the
384 Bool write_buf(int fd, char* buf, int size, const char* desc, Bool notify) argument
388 DEBUG(2, "writing %s len %d %.*s notify: %d\n", desc, size,
389 size, buf, notify);
398 if (notify)
445 return write_buf(to_pid, buf, nrread, "to_pid", /* notify */ True);
469 return write_buf(to_gdb, buf, nrread, "to_gdb", /* notify */ False);
675 "write \\003 on SIGUSR1", /* notify */ True);
961 write_buf(to_pid, buf, 1, "write \\003 to wake up", /* notify */ True);
986 "writing hex command to pid", /* notify */ Tru
[all...]
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DRenderer.h149 virtual bool testDeviceLost(bool notify) = 0;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DRenderer11.h99 virtual bool testDeviceLost(bool notify);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DRenderer9.h101 virtual bool testDeviceLost(bool notify);
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dmux_client_for_testing.py433 self._logical_channels_condition.notify()
445 self._control_blocks_condition.notify()
/external/chromium_org/third_party/webrtc/base/
H A Dhttpclient.cc276 base_.notify(this);
284 base_.notify(NULL);

Completed in 899 milliseconds

123456789