HomeSort by relevance Sort by last modified time
    Searched full:signaling (Results 26 - 50 of 459) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/base/win/
object_watcher.cc 96 // Signaling the delegate may result in our destruction or a nested call to
98 // watcher state before signaling the delegate.
  /external/chromium_org/remoting/ios/bridge/
client_proxy.mm 54 return @"Signaling Error";
56 return @"Signaling Timeout";
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
call_main.cc 229 DEFINE_string(signaling, "hybrid",
230 "Initial signaling protocol to use: jingle, gingle, or hybrid.");
269 std::string signaling = FLAG_signaling; local
386 // Decide on the signaling and crypto settings.
388 if (signaling == "jingle") {
390 } else if (signaling == "gingle") {
392 } else if (signaling == "hybrid") {
395 Print("Invalid signaling protocol. Must be jingle, gingle, or hybrid.\n");
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
event_emitter.h 35 // by registering EventInfo objects and signaling the EventListener
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessionmanager.h 131 // Signalled each time a session generates a signaling message to send.
136 // Signaled before sessions try to send certain signaling messages. The
138 // steps are taken so that we don't send signaling messages trying to
186 // Called each time a session requests signaling.
session.h 260 ERROR_TIME = 1, // no response to signaling
261 ERROR_RESPONSE = 2, // error during signaling
346 // Updates the state, signaling if necessary.
349 // Updates the error state, signaling if necessary.
428 // Called when a transport requests signaling.
582 // Updates the error state, signaling if necessary.
585 // When the session needs to send signaling messages, it beings by requesting
586 // signaling. The client should handle this by calling OnSignalingReady once
714 // Once signaling is ready, the session will use this signal to request the
763 // and signaling related methods
    [all...]
  /external/chromium_org/third_party/webrtc/base/
nethelpers.h 32 // AsyncResolver will perform async DNS resolution, signaling the result on
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
low_latency_event.h 31 // Readies the event. Must be called before signaling or waiting for event.
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
DataReferenceBox.java 53 content.get(new byte[4]); // basically a skip of 4 bytes signaling the number of child boxes
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_AddTimer.3 24 The granularity of the timer is platform-dependent, but you should count on it being at least 10 ms as this is the most common number\&. This means that if you request a 16 ms timer, your callback will run approximately 20 ms later on an unloaded system\&. If you wanted to set a flag signaling a frame update at 30 frames per second (every 33 ms), you might set a timer for 30 ms (see example below)\&. If you use this function, you need to pass \fBSDL_INIT_TIMER\fP to \fISDL_Init\fR\&.
SDL_SetTimer.3 20 The maximum resolution of this timer is 10 ms, which means that if you request a 16 ms timer, your callback will run approximately 20 ms later on an unloaded system\&. If you wanted to set a flag signaling a frame update at 30 frames per second (every 33 ms), you might set a timer for 30 ms (see example below)\&.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
void.hpp 27 // used to select an overloaded function. Possible use includes signaling
  /external/chromium_org/remoting/host/
signaling_connector.cc 57 HOST_LOG << "Signaling connected.";
60 HOST_LOG << "Signaling disconnected.";
170 HOST_LOG << "Attempting to connect signaling.";
  /external/bluetooth/bluedroid/stack/avdt/
avdt_int.h 48 AVDT_CHAN_SIG, /* signaling channel */
80 /* initiator/acceptor signaling roles */
95 /* offset where AVDTP signaling message header starts in message */
98 /* offset where AVDTP signaling message content starts;
100 ** layout of signaling message in a buffer is:
443 BOOLEAN cong; /* Whether signaling channel is congested */
  /external/kernel-headers/original/uapi/linux/
vfio.h 193 * signaling.
198 * AUTOMASKED indicates that after signaling, the interrupt line is
228 * Set signaling, masking, and unmasking of interrupts. Caller provides
251 * Once a signaling mechanism is set, DATA_BOOL or DATA_NONE can be used
260 * Note that ACTION_[UN]MASK specify user->kernel signaling (irqfds) while
261 * ACTION_TRIGGER specifies kernel->user signaling.
  /external/qemu/util/
qemu-thread-win32.c 175 /* Now waiters must rendez-vous with the signaling thread and
183 * until the signaling thread relinquishes it. To ensure
185 * the signaling thread stops until it is told by the last
  /external/chromium_org/media/base/android/
media_player_android.h 52 // Seek to a particular position, based on renderer signaling actual seek
  /external/chromium_org/remoting/jingle_glue/
signal_strategy.h 39 // Callback interface for signaling event. Event handlers are not
xmpp_signal_strategy.h 5 // The XmppSignalStrategy encapsulates all the logic to perform the signaling
  /external/chromium_org/remoting/protocol/
ssl_hmac_channel_authenticator.h 45 // |auth_key| is the key established using EKE over the signaling
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreamtrackproxy.h 29 // to make sure tracks are only accessed from the signaling thread.
  /external/chromium_org/third_party/libjingle/source/talk/base/
nethelpers.h 49 // AsyncResolver will perform async DNS resolution, signaling the result on
  /external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/
APPRTCAppClient.h 44 // Negotiates signaling for chatting with apprtc.appspot.com "rooms".
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.h 137 // Update the silent threshold (in ms) for signaling errors.
221 // Update the silent threshold (in ms) for signaling errors.
299 // For tracing conditions for signaling, currently we only use
319 // Threshold in ms to silent the signaling errors.
  /external/chromium_org/third_party/libusb/src/libusb/os/
darwin_usb.h 155 /* structure for signaling io completion */

Completed in 969 milliseconds

12 3 4 5 6 7 8 91011>>