HomeSort by relevance Sort by last modified time
    Searched full:transmitting (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /external/chromium_org/content/browser/renderer_host/media/
audio_input_sync_writer.h 20 // transmitting audio packets between the browser process and the renderer
51 // Socket for transmitting audio data.
audio_sync_reader.h 24 // transmitting audio packets between the browser process and the renderer
62 // Socket for transmitting audio data.
  /external/arduino/libraries/Wire/
Wire.cpp 40 uint8_t TwoWire::transmitting = 0; member in class:TwoWire
98 // indicate that we are transmitting
99 transmitting = 1;
119 // indicate that we are done transmitting
120 transmitting = 0;
129 if(transmitting){
152 if(transmitting){
Wire.h 39 static uint8_t transmitting; member in class:TwoWire
  /external/libnfc-nci/src/nfc/llcp/
llcp_main.c 89 /* max number of buffers for transmitting data */
92 /* max number of buffers for transmitting data on logical data link */
  /frameworks/base/core/java/android/net/
INetworkManagementEventObserver.aidl 90 * @param active True if the interface is actively transmitting data, false if it is idle.
  /hardware/libhardware/modules/consumerir/
consumerir.c 44 /* simulate the time spent transmitting by sleeping */
  /external/chromium_org/chrome/browser/component_updater/
component_patcher_operation.h 89 // saved by transmitting a differential update.
  /external/chromium_org/content/renderer/pepper/
host_var_tracker.h 98 // Tracks all shared memory handles used for transmitting array buffers.
  /external/mdnsresponder/mDNSCore/
Implementer Notes.txt 35 perform its next necessary operation (e.g. transmitting its next
  /frameworks/base/services/java/com/android/server/
ConsumerIrService.java 117 Slog.e(TAG, "Error transmitting: " + err);
  /frameworks/base/core/java/com/android/internal/os/
PowerProfile.java 74 * Power consumption when WiFi driver is transmitting/receiving.
89 * Power consumption when Bluetooth driver is transmitting/receiving.
  /external/libnfc-nci/src/include/
nfc_target.h 388 ** - 200ms, max OTA transmitting time between the first bit and the last bit at NFCC
400 ** - 200ms, max OTA transmitting time between the first bit and the last bit at NFCC
499 /* limitation of tx UI PDU as percentage of transmitting buffers */
  /external/libnfc-nci/src/nfc/int/
llcp_int.h 113 BUFFER_Q ui_xmit_q; /* UI PDU queue for transmitting */
115 BOOLEAN is_ui_tx_congested; /* TRUE if transmitting UI PDU is congested */
  /external/apache-http/src/org/apache/http/impl/
AbstractHttpServerConnection.java 57 * Abstract server-side HTTP connection capable of transmitting and receiving data
  /external/apache-http/src/org/apache/http/params/
CoreConnectionPNames.java 71 * while receiving / transmitting HTTP messages.
  /external/chromium_org/chrome/browser/metrics/
tracking_synchronizer.h 21 // profiler data, and transmitting the pickled profiler data. We collect the
  /external/chromium_org/chrome/browser/metrics/variations/
variations_http_header_provider.cc 137 // base64 encoded before transmitting as a string.
  /external/chromium_org/ppapi/api/private/
ppb_testing_private.idl 126 * Sets the threshold size at which point we switch from transmitting
  /external/chromium_org/ppapi/c/private/
ppb_testing_private.h 135 * Sets the threshold size at which point we switch from transmitting
  /external/smack/src/com/kenai/jbosh/
ApacheHTTPResponse.java 55 * Content type to use when transmitting the body data.
  /hardware/ti/wpan/tools/FM/FmTxApp/res/values/
strings.xml 81 <string name="startTx">Start Transmitting</string>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
synclink.h 269 * MGSL_IOCTXABORT abort transmitting frame (HDLC)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
synclink.h 269 * MGSL_IOCTXABORT abort transmitting frame (HDLC)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
synclink.h 269 * MGSL_IOCTXABORT abort transmitting frame (HDLC)

Completed in 439 milliseconds

1 2 3 4