/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/ |
asequencer.h | 93 /** system status messages (broadcast for subscribers) 157 unsigned char client; /**< Client number: 0..255, 255 = broadcast to all clients */ 158 unsigned char port; /**< Port within client: 0..255, 255 = broadcast to all ports */ 345 #define SNDRV_SEQ_FILTER_BROADCAST (1<<0) /* accept broadcast messages */
|
/system/connectivity/shill/ |
link_monitor.h | 83 // gateway via broadcast ARP.
|
/system/connectivity/shill/net/ |
netlink_message_matchers.h | 107 // broadcast probe request for all non-hidden APs as well.
|
/system/netd/server/ |
MDnsSdListener.h | 109 MDnsSdListener *mListener; // needed for broadcast purposes
|
/art/runtime/ |
thread_list.cc | 357 // suspend count. Now the suspend_count_ is lowered so we must do the broadcast. 359 Thread::resume_cond_->Broadcast(self); 434 // The thread will resume right after the broadcast. 441 Thread::resume_cond_->Broadcast(self); 463 Thread::resume_cond_->Broadcast(self); 666 // Broadcast a notification to all suspended threads, some or all of 673 Thread::resume_cond_->Broadcast(self); 711 Thread::resume_cond_->Broadcast(self); [all...] |
/frameworks/base/core/java/android/app/ |
LoadedApk.java | [all...] |
/frameworks/native/libs/gui/ |
BufferQueueProducer.cpp | 158 mCore->mDequeueCondition.broadcast(); 210 mCore->mDequeueCondition.broadcast(); 510 mCore->mIsAllocatingCondition.broadcast(); 599 mCore->mDequeueCondition.broadcast(); [all...] |
StreamSplitter.cpp | 117 // condition variable will be broadcast, and we should just return 257 mReleaseCondition.broadcast();
|
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/ |
AbstractRestrictBackgroundNetworkTestCase.java | 152 Log.d(TAG, "Sending ordered broadcast: " + intent); 167 Log.d(TAG, "Ordered broadcast response after " + timeoutMs + "ms: " + resultData ); 176 assertNotNull("timeout waiting for ordered broadcast result", resultData); 183 assertNotNull("timeout waiting for ordered broadcast result", resultData); 332 return "timeout waiting for ordered broadcast"; 682 * Starts a service that will register a broadcast receiver to receive [all...] |
/cts/hostsidetests/sustainedperf/src/android/SustainedPerformance/cts/ |
SustainedPerformanceHostTest.java | 166 device.executeShellCommand("am broadcast -a android.intent.action.AIRPLANE_MODE --ez state true"); 241 device.executeShellCommand("am broadcast -a android.intent.action.AIRPLANE_MODE --ez state false");
|
/cts/tests/tests/location/src/android/location/cts/ |
LocationManagerTest.java | 492 // update location and receive broadcast. 505 // update location without receiving broadcast. 607 // Update location and receive broadcast. 622 // Update location without receiving broadcast. 665 // Update location and receive broadcast. 685 // Update location without receiving broadcast. [all...] |
/developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/provider/ |
FeedProvider.java | 137 // Send broadcast to registered ContentObservers, to refresh UI. 169 // Send broadcast to registered ContentObservers, to refresh UI.
|
/developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/provider/ |
FeedProvider.java | 137 // Send broadcast to registered ContentObservers, to refresh UI. 169 // Send broadcast to registered ContentObservers, to refresh UI.
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/provider/ |
FeedProvider.java | 137 // Send broadcast to registered ContentObservers, to refresh UI. 169 // Send broadcast to registered ContentObservers, to refresh UI.
|
/external/iproute2/include/linux/ |
if.h | 48 * @IFF_BROADCAST: broadcast address valid. Volatile. 231 #define ifr_broadaddr ifr_ifru.ifru_broadaddr /* broadcast address */
|
/external/libpcap/Win32/Include/net/ |
if.h | 83 #define IFF_BROADCAST 0x2 /* broadcast address valid */ 172 #define ifr_broadaddr ifr_ifru.ifru_broadaddr /* broadcast address */
|
/external/llvm/test/CodeGen/X86/ |
exedepsfix-broadcast.ll | 2 ; Check that the ExeDepsFix pass correctly fixes the domain for broadcast instructions. 67 ; In that case the broadcast is directly folded into vandpd.
|
/external/llvm/test/MC/Disassembler/X86/ |
avx-512.txt | 94 # TupleType = FV, broadcast, 64-bit eltsize 98 # TupleType = FV, broadcast, 32-bit eltsize
|
/external/ppp/pppd/plugins/rp-pppoe/ |
pppoe.h | 304 /* True if Ethernet address is broadcast or multicast */ 306 #define BROADCAST(e) ((e[0] & e[1] & e[2] & e[3] & e[4] & e[5]) == 0xFF)
|
/frameworks/base/location/lib/java/com/android/location/provider/ |
LocationProviderBase.java | 192 * there is a status update that it wishes to broadcast to all its 193 * listeners. The provider should be careful not to broadcast
|
/frameworks/base/nfc-extras/java/com/android/nfc_extras/ |
NfcAdapterExtras.java | 38 * Broadcast Action: an RF field ON has been detected. 49 * Broadcast Action: an RF field OFF has been detected.
|
/frameworks/base/services/core/java/com/android/server/ |
DockObserver.java | 161 Slog.i(TAG, "Device not provisioned, skipping dock broadcast"); 165 // Pack up the values and broadcast them to everyone
|
/frameworks/base/services/core/java/com/android/server/webkit/ |
WebViewUpdateService.java | 109 null /* broadcast permission */, null /* handler */); 114 userAddedFilter, null /* broadcast permission */, null /* handler */);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
GsmCellBroadcastHandler.java | 68 * Handle 3GPP-format Cell Broadcast messages sent from radio. 71 * @return true if an ordered broadcast was sent; false on failure
|
SmsCbConstants.java | 20 * Constants used in SMS Cell Broadcast messages (see 3GPP TS 23.041). This class is used by the 21 * boot-time broadcast channel enable and database upgrade code in CellBroadcastReceiver, so it
|