HomeSort by relevance Sort by last modified time
    Searched full:receiving (Results 151 - 175 of 1992) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/misc/windows/sdl2_ttf/x86_64-w64-mingw32/bin/
LICENSE.zlib.txt 28 If you use the zlib library in a product, we would appreciate *not* receiving
  /system/bt/service/doc/
IBluetoothLowEnergyCallback.txt 18 * Binder IPC interface for receiving callbacks related to Bluetooth Low Energy
  /system/connectivity/shill/binder/android/system/connectivity/shill/
IDevice.aidl 33 * which it is currently receiving link events. WiFi
  /toolchain/binutils/binutils-2.25/
README 6 If you are receiving this as part of a GDB release, see the file gdb/README.
  /external/libchrome/base/posix/
unix_domain_socket_linux_unittest.cc 82 // Simple sanity check within a single process that receiving PIDs works.
95 // Extra receiving buffer space to make sure we really received only
124 // Extra receiving buffer space to make sure we really received only
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe.h 49 // further use, e.g. for calculating packet loss and receiving rate.
144 uint32_t RecentKbps() const; // Receiving Rate.
157 // Used for calculating recent receiving rate.
  /external/webrtc/webrtc/p2p/base/
transportchannel.h 76 bool receiving() const { return receiving_; } function in class:cricket::TransportChannel
164 // Sets the receiving state, signaling if necessary.
165 void set_receiving(bool receiving);
p2ptransportchannel.cc 56 // Compare two connections based on their writing, receiving, and connected
65 // We prefer a receiving connection to a non-receiving, higher-priority
68 if (a->receiving() && !b->receiving())
70 if (!a->receiving() && b->receiving())
136 // data? It would help rendezvous on the connection that is also receiving
160 // We prefer to switch to a writable and receiving connection over a
161 // non-writable or non-receiving connection, even if the latter ha
1115 bool receiving = false; local
    [all...]
  /external/webrtc/webrtc/voice_engine/include/
voe_codec.h 77 // disables (ignores) a codec for receiving. For instance, when receiving
84 // Gets the actual payload type that is set for receiving a |codec| on a
  /libcore/luni/src/test/java/libcore/java/io/
InterruptedStreamTest.java 156 // this will block when the receiving buffer fills up
169 // this will block when the receiving buffer fills up
182 // this will block when the receiving buffer fills up
  /external/chromium-trace/catapult/tracing/third_party/gl-matrix/src/gl-matrix/
mat4.js 85 * @param {mat4} out the receiving matrix
112 * @param {mat4} out the receiving matrix
138 * @param {mat4} out the receiving matrix
186 * @param {mat4} out the receiving matrix
240 * @param {mat4} out the receiving matrix
301 * @param {mat4} out the receiving matrix
348 * @param {mat4} out the receiving matrix
385 * @param {mat4} out the receiving matrix
415 * @param {mat4} out the receiving matrix
478 * @param {mat4} out the receiving matri
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_p2p_api.h 41 #define NFA_P2P_DISC_REASON_FRAME_ERROR 0x04 /* sending or receiving FRMR PDU */
256 ** connection to a listening SAP on LLCP after receiving
273 ** connection to a listening SAP on LLCP after receiving
364 ** transport when receiving NFA_P2P_DATA_EVT with NFA_P2P_LLINK_TYPE.
420 ** transport when receiving NFA_P2P_DATA_EVT with NFA_P2P_DLINK_TYPE.
nfa_snep_api.h 324 ** after receiving these events.
347 ** through p_cback. Application may free the buffer after receiving
369 ** returned with NFA_SNEP_GET_REQ_EVT after receiving complete
383 ** the buffer after receiving these events.
404 ** returned with NFA_SNEP_PUT_REQ_EVT after receiving complete
  /external/libnfc-nci/src/include/
nfc_target.h 201 /* Timeout for receiving response to NCI command */
472 /* Percentage of LLCP buffer pool for receiving data */
477 /* Rx congestion end threshold as percentage of receiving buffers */
482 /* Rx congestion start threshold as percentage of receiving buffers */
487 /* limitation of rx UI PDU as percentage of receiving buffers */
608 /* Receiving Window for CHO */
656 /* Receiving Window for SNEP */
  /docs/source.android.com/src/devices/tech/power/
values.jd 135 <td>Additional power used when Wi-Fi is turned on but not receiving,
143 <td>Additional power used when transmitting or receiving over Wi-Fi.</td>
196 <td>Additional power used when cellular radio is transmitting/receiving.</td>
282 <li>Time spent receiving (in milliseconds).</li>
310 <td>Average current draw (mA) of the Bluetooth controller when receiving.</td>
334 <td>Average current draw (mA) of the Wi-Fi controller when receiving.</td>
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3debugeventlistener.h 325 * If you are receiving this event over a socket via
338 * If you are receiving this event over a socket via
346 * If you are receiving this event over a socket via
363 * If you are receiving this event over a socket via
372 * If you are receiving this event over a socket via
381 * If you are receiving this event over a socket via
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
IDebugEventListener.cs 308 * If you are receiving this event over a socket via
326 * If you are receiving this event over a socket via
336 * If you are receiving this event over a socket via
355 * If you are receiving this event over a socket via
366 * If you are receiving this event over a socket via
377 * If you are receiving this event over a socket via
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/
IDebugEventListener.cs 310 * If you are receiving this event over a socket via
328 * If you are receiving this event over a socket via
338 * If you are receiving this event over a socket via
357 * If you are receiving this event over a socket via
368 * If you are receiving this event over a socket via
379 * If you are receiving this event over a socket via
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugEventListener.java 263 * If you are receiving this event over a socket via
276 * If you are receiving this event over a socket via
284 * If you are receiving this event over a socket via
301 * If you are receiving this event over a socket via
310 * If you are receiving this event over a socket via
319 * If you are receiving this event over a socket via
  /external/webrtc/webrtc/voice_engine/
channel.h 95 receiving(false) {}
103 bool receiving; member in struct:webrtc::voe::ChannelState::State
152 state_.receiving = enable;
163 public FileCallback, // receiving notification from file player & recorder
426 bool Receiving() const
428 return channel_state_.Get().receiving;
  /frameworks/base/docs/html/training/beam-files/
receive-files.jd 1 page.title=Receiving Files from Another Device
37 Android Beam file transfer copies files to a special directory on the receiving device. It also
40 file copy is complete, and how to locate the copied files on the receiving device.
44 When Android Beam file transfer finishes copying files to the receiving device, it posts a
98 {@link android.content.Intent#ACTION_VIEW ACTION_VIEW} intent. Other apps on the receiving
130 on the receiving device. The URI in the content {@link android.content.Intent} sent by the
  /frameworks/base/services/core/java/com/android/server/power/
WirelessChargerDetector.java 37 * receiving power from the charger. The device may stop receiving power
52 * but is not receiving power anymore because the battery is full.
60 * wasn't receiving power because the battery was already full. We can't tell
187 // The device is receiving power from the wireless charger.
213 // receiving power wirelessly, has a high enough battery level that we
  /packages/apps/Messaging/src/com/android/messaging/receiver/
SmsReceiver.java 69 * receiving incoming SMS messages. For KLP+ this receiver is not used when running as the
70 * primary user and the SmsDeliverReceiver is used for receiving incoming SMS messages.
110 LogUtil.v(TAG, "Enabling SMS message receiving");
118 LogUtil.v(TAG, "Disabling SMS message receiving");
126 LogUtil.v(TAG, "Enabling MMS message receiving");
133 LogUtil.v(TAG, "Disabling MMS message receiving");
  /packages/services/Telephony/sip/res/values/
strings.xml 25 <!-- Title displayed for the button of receiving incoming SIP calls flag. Enabled for receiving calls. [CHAR LIMIT=NONE] -->
27 <!-- Help user to understand that it will require more battery usage if the 'receiving incoming call' is enabled. [CHAR LIMIT=NONE] -->
70 <!-- Text of SIP-call registration status, currently not receiving calls on this account [CHAR LIMIT=NONE] -->
71 <string name="registration_status_not_receiving">Not receiving calls.</string>
79 <string name="registration_status_done">Receiving calls.</string>
  /external/pdfium/public/
fpdf_dataavail.h 138 * hints - Pointer to a download hints interface, receiving
199 * hints - Pointer to a download hints interface, receiving
225 * hints - Pointer to a download hints interface, receiving

Completed in 1649 milliseconds

1 2 3 4 5 67 8 91011>>