HomeSort by relevance Sort by last modified time
    Searched refs:broadcast (Results 76 - 100 of 176) sorted by null

1 2 34 5 6 7 8

  /external/iproute2/doc/
ip-tunnels.tex 191 to this destination, and {\bf NBMA} (i.e. Non-Broadcast Multi-Access) tunnels,
386 \section{Broadcast GRE ``tunnels''.}
389 address. Such tunnel becomes {\bf broadcast} tunnel (though word
397 This tunnel is true broadcast network and broadcast packets are
402 broadcast network. If multicast routing does not work, it is unpleasant
403 but not fatal flaw. The tunnel becomes NBMA rather than broadcast network.
424 by historical reasons broadcast mode is not supported by IPIP tunnels,
ip-cref.tex 285 \item \verb|broadcast LLADDRESS|, \verb|brd LLADDRESS| or \verb|peer LLADDRESS|
287 --- change the link layer broadcast address or the peer address when
293 broadcast address will break networking.
353 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100
359 2: dummy: <BROADCAST,NOARP> mtu 1500 qdisc noop
402 \item \verb|BROADCAST| --- the device has the facility to send packets
409 If neither \verb|LOOPBACK| nor \verb|BROADCAST| nor \verb|POINTOPOINT|
410 are set, the interface is assumed to be NMBA (Non-Broadcast Multi-Access).
421 \verb|BROADCAST| link is multicasting by definition, because we have
424 on broadcast-only links because of high expense, but it is not strictl
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXFocus.cpp 262 mDoAFCond.broadcast();
806 mDoAFCond.broadcast();
816 mDoAFCond.broadcast();
  /external/chromium_org/chrome/browser/resources/whispernet_proxy/js/
init.js 64 * Sends a request to whispernet to detect broadcast.
wrapper.js 136 * Method to request the decoder to detect a broadcast.
167 * @param {function()} callback Callback to set to receive the detect broadcast
  /frameworks/wilhelm/src/itf/
IOutputMixExt.c 96 goto broadcast;
153 broadcast:
  /device/samsung/manta/bubblelevel/
BubbleLevelImpl.cpp 91 mCond.broadcast();
  /external/chromium_org/third_party/WebKit/Source/wtf/
ThreadingWin.cpp 48 * This file includes timedWait/signal/broadcast implementations translated to WebKit coding style from the latest algorithm by
375 void ThreadCondition::broadcast() function in class:WTF::ThreadCondition
  /external/openssl/crypto/modes/asm/
ghashv8-armx.S 18 vshr.s32 q9,q9,#31 @ broadcast carry bit
  /frameworks/base/core/java/android/os/
Broadcaster.java 171 public void broadcast(Message msg) method in class:Broadcaster
  /frameworks/native/libs/gui/
BufferQueueCore.cpp 185 mDequeueCondition.broadcast();
StreamSplitter.cpp 116 // condition variable will be broadcast, and we should just return
256 mReleaseCondition.broadcast();
  /frameworks/base/services/core/java/com/android/server/connectivity/
Tethering.java 413 Intent broadcast = new Intent(ConnectivityManager.ACTION_TETHER_STATE_CHANGED); local
414 broadcast.addFlags(Intent.FLAG_RECEIVER_REPLACE_PENDING |
416 broadcast.putStringArrayListExtra(ConnectivityManager.EXTRA_AVAILABLE_TETHER,
418 broadcast.putStringArrayListExtra(ConnectivityManager.EXTRA_ACTIVE_TETHER, activeList);
419 broadcast.putStringArrayListExtra(ConnectivityManager.EXTRA_ERRORED_TETHER,
421 mContext.sendStickyBroadcastAsUser(broadcast, UserHandle.ALL);
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_pan.c 553 int broadcast = eth_hdr->h_dest[0] & 1; local
560 (broadcast || memcmp(btpan_cb.conns[i].eth_addr, eth_hdr->h_dest, sizeof(BD_ADDR)) == 0
  /external/wpa_supplicant_8/src/drivers/
driver_test.c 213 int ret = 0, broadcast = 0, count = 0; local
222 broadcast = memcmp(dst, "\xff\xff\xff\xff\xff\xff", ETH_ALEN) == 0;
264 if (!broadcast && strstr(dent->d_name, desttxt) == NULL)
279 if (!broadcast && count == 0) {
300 int broadcast; local
322 broadcast = os_memcmp(dest, "\xff\xff\xff\xff\xff\xff", ETH_ALEN) == 0;
374 if (!broadcast && os_strstr(dent->d_name, desttxt) == NULL)
400 } else if (broadcast) {
417 wpa_printf(MSG_DEBUG, "%s: Send broadcast MLME to %s",
    [all...]
  /system/core/libutils/
Threads.cpp 452 * calling signal() and broadcast(), whereas POSIX only requires grabbing
467 // An auto-reset event used by the broadcast/signal thread to wait
473 // lock the external mutex before calling signal() and broadcast().
510 // Check to see if we're the last waiter after a broadcast.
518 // If we're the last waiter thread during this particular broadcast
519 // then signal broadcast() that we're all awake. It'll drop the
556 // used so we don't have to lock external mutex on signal/broadcast
601 // broadcast().
624 void Condition::broadcast()
789 // awoken by broadcast, but blocked on mLock until break exits scop
    [all...]
  /system/vold/
CommandListener.cpp 134 bool broadcast = argc >= 3 && !strcmp(argv[2], "broadcast"); local
135 return vm->listVolumes(cli, broadcast);
  /frameworks/native/libs/ui/
FramebufferNativeWindow.cpp 289 self->mCondition.broadcast();
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
DynamicHLSL.cpp 702 // - with a 2.0 context, the output color is broadcast to all channels
703 const bool broadcast = (fragmentShader->mUsesFragColor && mRenderer->getCurrentClientVersion() < 3); local
704 const unsigned int numRenderTargets = (broadcast || usesMRT ? mRenderer->getRendererCaps().maxDrawBuffers : 1);
812 outputKeyVariable.source = broadcast ? "gl_Color[0]" : "gl_Color[" + Str(renderTargetIndex) + "]";
    [all...]
  /frameworks/base/media/java/android/media/
AudioService.java 108 * will update the state and broadcast a change and in a separate thread later
400 // Broadcast receiver for device connections intent broadcasts
3341 Intent broadcast = new Intent(action); local
3351 Intent broadcast = new Intent(AudioManager.VIBRATE_SETTING_CHANGED_ACTION); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.cpp 175 m_resume.broadcast();
181 m_resume.broadcast();
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
MemoryView.py 141 def src_conforms_to_dst(src, dst, broadcast=False):
158 if broadcast:
    [all...]
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 148 of broadcast stream.
  /external/lldb/source/Commands/
CommandObjectThread.cpp 1442 const bool broadcast = true; local
    [all...]
  /frameworks/av/camera/tests/
ProCameraTests.cpp 89 mCondition.broadcast();
232 mListenerCondition.broadcast();
    [all...]

Completed in 2295 milliseconds

1 2 34 5 6 7 8