HomeSort by relevance Sort by last modified time
    Searched defs:transmit (Results 1 - 25 of 45) sorted by null

1 2

  /frameworks/base/core/java/android/hardware/
ConsumerIrManager.java 67 * Transmit an infrared pattern
75 * @param pattern The alternating on/off pattern in microseconds to transmit.
77 public void transmit(int carrierFrequency, int[] pattern) { method in class:ConsumerIrManager
79 Log.w(TAG, "failed to transmit; no consumer ir service.");
84 mService.transmit(mPackageName, carrierFrequency, pattern);
92 * infrared transmitter can transmit
  /hardware/interfaces/ir/1.0/default/
ConsumerIr.cpp 37 Return<bool> ConsumerIr::transmit(int32_t carrierFreq, const hidl_vec<int32_t>& pattern) { function in class:android::hardware::ir::V1_0::implementation::ConsumerIr
38 return mDevice->transmit(mDevice, carrierFreq, pattern.data(), pattern.size()) == 0;
  /hardware/libhardware/include/hardware/
consumerir.h 54 * (*transmit)() is called to by the ConsumerIrService to send an IR pattern
58 * microseconds. The carrier should be turned off at the end of a transmit
61 * This call should return when the transmit is complete or encounters an error.
65 int (*transmit)(struct consumerir_device *dev, int carrier_freq, member in struct:consumerir_device
  /prebuilts/go/darwin-x86/test/
escape_because.go 112 c := transmit(b)
117 func transmit(b []byte) []byte { // ERROR "from ~r1 \(return\) at escape_because.go:118$" "leaking param: b to result ~r1 level=0$" func
  /prebuilts/go/linux-x86/test/
escape_because.go 112 c := transmit(b)
117 func transmit(b []byte) []byte { // ERROR "from ~r1 \(return\) at escape_because.go:118$" "leaking param: b to result ~r1 level=0$" func
  /frameworks/base/core/java/android/se/omapi/
Channel.java 63 * method shall wait for completion of any pending transmit(byte[] command)
115 * Transmit an APDU command (as per ISO/IEC 7816-4) to the Secure Element. The
124 * The transmit method shall support extended length APDU commands independently of
162 public @NonNull byte[] transmit(@NonNull byte[] command) throws IOException { method in class:Channel
168 byte[] response = mChannel.transmit(command);
  /frameworks/base/services/core/java/com/android/server/
ConsumerIrService.java 71 public void transmit(String packageName, int carrierFrequency, int[] pattern) { method in class:ConsumerIrService
  /cts/tests/tests/hardware/src/android/hardware/consumerir/cts/
ConsumerIrTest.java 79 // Transmit two seconds for min and max for each frequency range
90 mCIR.transmit(range.getMinFrequency(), pattern);
99 mCIR.transmit(range.getMaxFrequency(), pattern);
123 mCIR.transmit(freqs[0].getMinFrequency(), pattern);
  /hardware/nxp/secure_element/1.0/
SecureElement.cpp 89 Return<void> SecureElement::transmit(const hidl_vec<uint8_t>& data, function in class:android::hardware::secure_element::V1_0::implementation::SecureElement
106 ALOGE("%s: transmit failed!!!", __func__);
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3debughandlers.c 323 transmit(pANTLR3_DEBUG_EVENT_LISTENER delboy, const char * ptr) function
555 transmit(delboy, buffer);
566 transmit(delboy, buffer);
577 transmit(delboy, buffer);
588 transmit(delboy, buffer);
599 transmit(delboy, buffer);
610 transmit(delboy, buffer);
622 transmit(delboy, buffer);
640 // Transmit the message and wait for ack
642 transmit(delboy, (const char *)(msg->chars))
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
socket.rb 83 def transmit( event, *interpolation_arguments ) method in class:ANTLR3.Debug.EventSocketProxy
96 transmit 'terminate'
102 transmit "%s\t%s\t%s", :enter_rule, grammar_file_name, rule_name
106 transmit "%s\t%s", :enter_alternative, alt
110 transmit "%s\t%s\t%s", :exit_rule, grammar_file_name, rule_name
114 transmit "%s\t%i", :enter_subrule, decision_number
118 transmit "%s\t%i", :exit_subrule, decision_number
122 transmit "%s\t%i", :enter_decision, decision_number
126 transmit "%s\t%i", :exit_decision, decision_number
130 transmit "%s\t%s", :consume_token, serialize_token( token
    [all...]
  /external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/
BufferPerformanceBench.java 145 buffers.transmit(responseBytes).readAll(NullSink);
150 buffers.transmit(responseBytes).readAll(NullSink);
246 public BufferedSource transmit(byte[] bytes) throws IOException { method in class:BufferPerformanceBench.BufferSetup
247 return super.transmit(bytes, bench.maxWriteBytes);
287 protected BufferedSource transmit(byte[] bytes, int maxChunkSize) throws IOException { method in class:BufferPerformanceBench.BufferState
  /external/syslinux/gpxe/src/include/
nic.h 55 void ( *transmit ) ( struct nic *, const char *, member in struct:nic_operations
68 nic.nic_op->transmit ( &nic, dest, type, size, packet );
  /packages/apps/SecureElement/src/com/android/se/
Channel.java 113 public byte[] transmit(byte[] command) throws IOException { method in class:Channel
145 return mTerminal.transmit(command);
171 byte[] bufferSelectResponse = mTerminal.transmit(selectCommand);
174 throw new UnsupportedOperationException("Transmit failed");
305 public byte[] transmit(byte[] command) throws RemoteException { method in class:Channel.SecureElementChannel
308 return Channel.this.transmit(command);
Terminal.java 303 byte[] selectResponse = transmit(selectCommand);
503 public byte[] transmit(byte[] cmd) throws IOException { method in class:Terminal
536 response = mSEHal.transmit(byteArrayToArrayList(cmd));
541 throw new IOException("Error in transmit()");
  /bionic/libc/kernel/uapi/linux/
ppp-ioctl.h 61 int transmit; member in struct:ppp_option_data
  /external/kernel-headers/original/uapi/linux/
ppp-ioctl.h 35 #define SC_MP_XSHORTSEQ 0x00004000 /* transmit short MP seq numbers */
64 int transmit; member in struct:ppp_option_data
  /external/ppp/pppd/include/net/
if_ppp.h 98 int transmit; member in struct:ppp_option_data
  /external/syslinux/gpxe/src/include/gpxe/
netdevice.h 190 /** Transmit packet
209 int ( * transmit ) ( struct net_device *netdev, member in struct:net_device_operations
net80211.h 41 /** @defgroup net80211_band RF bands on which an 802.11 device can transmit */
317 /** Transmit packet on 802.11 network device
341 int ( * transmit ) ( struct net80211_device *dev, member in struct:net80211_device_operations
416 /** Maximum allowable transmit power, in dBm
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/
if_ppp.h 119 int transmit; member in struct:ppp_option_data
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugEventSocketProxy.java 96 transmit("terminate");
115 protected void transmit(String event) { method in class:DebugEventSocketProxy
122 transmit("enterRule\t"+grammarFileName+"\t"+ruleName);
126 transmit("enterAlt\t"+alt);
130 transmit("exitRule\t"+grammarFileName+"\t"+ruleName);
134 transmit("enterSubRule\t"+decisionNumber);
138 transmit("exitSubRule\t"+decisionNumber);
142 transmit("enterDecision\t"+decisionNumber+"\t"+couldBacktrack);
146 transmit("exitDecision\t"+decisionNumber);
151 transmit("consumeToken\t"+buf)
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
debug.py 904 def transmit(self, event): member in class:DebugEventSocketProxy
915 self.transmit("terminate")
923 self.transmit("enterRule\t%s\t%s" % (grammarFileName, ruleName))
927 self.transmit("enterAlt\t%d" % alt)
931 self.transmit("exitRule\t%s\t%s" % (grammarFileName, ruleName))
935 self.transmit("enterSubRule\t%d" % decisionNumber)
939 self.transmit("exitSubRule\t%d" % decisionNumber)
943 self.transmit(
948 self.transmit("exitDecision\t%d" % decisionNumber)
952 self.transmit("consumeToken\t%s" % self.serializeToken(t)
    [all...]
  /external/webrtc/webrtc/p2p/base/
pseudotcp.cc 305 if (!transmit(m_slist.begin(), now)) {
774 if (!transmit(m_slist.begin(), now)) {
803 if (!transmit(m_slist.begin(), now)) {
964 bool PseudoTcp::transmit(const SList::iterator& seg, uint32_t now) { function in class:cricket::PseudoTcp
1047 if ((m_dup_acks == 1) || (m_dup_acks == 2)) { // Limited Transmit
1105 // Find the next segment to transmit
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_ppp.h 67 #define SC_MP_XSHORTSEQ 0x00004000 /* transmit short MP seq numbers */
99 int transmit; member in struct:ppp_option_data

Completed in 669 milliseconds

1 2