Searched refs:broadcast (Results 1 - 7 of 7) sorted by relevance

/system/core/include/utils/
H A DCondition.h70 broadcast();
74 void broadcast();
148 inline void Condition::broadcast() { function in class:android::Condition
/system/connectivity/shill/net/
H A Dmock_rtnl_handler.h43 const IPAddress& broadcast,
H A Drtnl_handler.cc353 const IPAddress& broadcast,
355 CHECK(local.family() == broadcast.family());
373 if (!broadcast.IsDefault()) {
374 msg.SetAttribute(IFA_BROADCAST, broadcast.address());
385 const IPAddress& broadcast,
391 broadcast,
349 AddressRequest(int interface_index, RTNLMessage::Mode mode, int flags, const IPAddress& local, const IPAddress& broadcast, const IPAddress& peer) argument
383 AddInterfaceAddress(int interface_index, const IPAddress& local, const IPAddress& broadcast, const IPAddress& peer) argument
/system/connectivity/shill/
H A Dconnection.cc208 IPAddress broadcast(properties.address_family);
212 broadcast = local.GetDefaultBroadcast();
214 } else if (!broadcast.SetAddressFromString(properties.broadcast_address)) {
242 << " broadcast=" << broadcast.ToString()
245 rtnl_handler_->AddInterfaceAddress(interface_index_, local, broadcast, peer);
474 // broadcast networks, we never ARP for the gateway IP address,
/system/core/libutils/
H A DThreads.cpp430 * calling signal() and broadcast(), whereas POSIX only requires grabbing
445 // An auto-reset event used by the broadcast/signal thread to wait
451 // lock the external mutex before calling signal() and broadcast().
488 // Check to see if we're the last waiter after a broadcast.
496 // If we're the last waiter thread during this particular broadcast
497 // then signal broadcast() that we're all awake. It'll drop the
534 // used so we don't have to lock external mutex on signal/broadcast
579 // broadcast().
602 void Condition::broadcast()
767 // awoken by broadcast, bu
[all...]
/system/extras/tests/workloads/
H A Dpwrtest.sh220 adb shell am broadcast -a android.intent.action.AIRPLANE_MODE --ez state $mode
/system/bt/btif/src/
H A Dbtif_pan.c604 int broadcast = eth_hdr->h_dest[0] & 1; local
611 (broadcast || memcmp(btpan_cb.conns[i].eth_addr, eth_hdr->h_dest, sizeof(BD_ADDR)) == 0

Completed in 8876 milliseconds