HomeSort by relevance Sort by last modified time
    Searched defs:writePacket (Results 1 - 21 of 21) sorted by null

  /frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
PacketEncoder.java 34 public void writePacket(byte[] buffer, int count);
BluetoothPacketEncoder.java 213 mPacketReceiver.writePacket(mAccumulationBuffer, mAccumulatedBytes);
BluetoothMidiDevice.java 203 public void writePacket(byte[] buffer, int count) {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
TransportWrapper.java 95 public void writePacket(byte[] packet) throws IOException;
SocketTransportWrapper.java 281 public void writePacket(byte[] packet) throws IOException {
  /external/eigen/Eigen/src/Core/
Flagged.h 95 inline void writePacket(Index row, Index col, const PacketScalar& x)
97 m_matrix.const_cast_derived().template writePacket<LoadMode>(row, col, x);
107 inline void writePacket(Index index, const PacketScalar& x)
109 m_matrix.const_cast_derived().template writePacket<LoadMode>(index, x);
ForceAlignedAccess.h 76 inline void writePacket(Index row, Index col, const PacketScalar& x)
78 m_expression.const_cast_derived().template writePacket<Aligned>(row, col, x);
88 inline void writePacket(Index index, const PacketScalar& x)
90 m_expression.const_cast_derived().template writePacket<Aligned>(index, x);
NestByValue.h 77 inline void writePacket(Index row, Index col, const PacketScalar& x)
79 m_expression.const_cast_derived().template writePacket<LoadMode>(row, col, x);
89 inline void writePacket(Index index, const PacketScalar& x)
91 m_expression.const_cast_derived().template writePacket<LoadMode>(index, x);
ArrayWrapper.h 103 inline void writePacket(Index rowId, Index colId, const PacketScalar& val)
105 m_expression.const_cast_derived().template writePacket<LoadMode>(rowId, colId, val);
115 inline void writePacket(Index index, const PacketScalar& val)
117 m_expression.const_cast_derived().template writePacket<LoadMode>(index, val);
228 inline void writePacket(Index rowId, Index colId, const PacketScalar& val)
230 m_expression.const_cast_derived().template writePacket<LoadMode>(rowId, colId, val);
240 inline void writePacket(Index index, const PacketScalar& val)
242 m_expression.const_cast_derived().template writePacket<LoadMode>(index, val);
MapBase.h 214 inline void writePacket(Index row, Index col, const PacketScalar& val)
221 inline void writePacket(Index index, const PacketScalar& val)
Reverse.h 153 inline void writePacket(Index row, Index col, const PacketScalar& x)
155 m_matrix.const_cast_derived().template writePacket<LoadMode>(
168 inline void writePacket(Index index, const PacketScalar& x)
170 m_matrix.const_cast_derived().template writePacket<LoadMode>(m_matrix.size() - index - PacketSize, internal::preverse(x));
Block.h 259 inline void writePacket(Index rowId, Index colId, const PacketScalar& val)
261 m_xpr.const_cast_derived().template writePacket<Unaligned>
274 inline void writePacket(Index index, const PacketScalar& val)
276 m_xpr.const_cast_derived().template writePacket<Unaligned>
DenseCoeffsBase.h 249 void writePacket();
429 EIGEN_STRONG_INLINE void writePacket
434 derived().template writePacket<StoreMode>(row,col,val);
443 writePacket<StoreMode>(rowIndexByOuterInner(outer, inner),
458 EIGEN_STRONG_INLINE void writePacket
462 derived().template writePacket<StoreMode>(index,val);
521 derived().template writePacket<StoreMode>(row, col,
537 derived().template writePacket<StoreMode>(index,
Transpose.h 160 inline void writePacket(Index rowId, Index colId, const PacketScalar& x)
162 derived().nestedExpression().const_cast_derived().template writePacket<LoadMode>(colId, rowId, x);
172 inline void writePacket(Index index, const PacketScalar& x)
174 derived().nestedExpression().const_cast_derived().template writePacket<LoadMode>(index, x);
PlainObjectBase.h 196 EIGEN_STRONG_INLINE void writePacket(Index rowId, Index colId, const PacketScalar& val)
206 EIGEN_STRONG_INLINE void writePacket(Index index, const PacketScalar& val)
    [all...]
  /hardware/bsp/intel/peripheral/libupm/src/grovemd/
grovemd.cxx 65 writePacket(SET_DIRECTION, 0, GROVEMD_NOOP);
68 bool GroveMD::writePacket(REG_T reg, uint8_t data1, uint8_t data2)
95 return writePacket(SET_SPEED, speedA, speedB);
100 return writePacket(SET_PWM_FREQ, freq, GROVEMD_NOOP);
106 return writePacket(SET_DIRECTION, dir, GROVEMD_NOOP);
113 return writePacket(STEPPER_ENABLE, dir, speed);
155 return writePacket(STEPPER_DISABLE, GROVEMD_NOOP, GROVEMD_NOOP);
158 writePacket(SET_DIRECTION, 0, GROVEMD_NOOP);
174 return writePacket(STEPPER_NUM_STEPS, steps, GROVEMD_NOOP);
232 writePacket(SET_DIRECTION, 0b0101, GROVEMD_NOOP)
    [all...]
  /cts/hostsidetests/devicepolicy/app/VpnApp/src/com/android/cts/vpnfirewall/
PingReflector.java 86 writePacket(packet.getEncoded());
90 private void writePacket(byte[] buf) {
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
PacketReflector.java 100 writePacket(buf, len);
118 writePacket(buf, len);
138 writePacket(buf, len);
163 writePacket(buf, len);
166 private void writePacket(byte[] buf, int len) {
  /external/skia/experimental/Networking/
SkSockets.cpp 171 int SkSocket::writePacket(void* data, size_t size, DataType type) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdi.jar 
jdimodel.jar 

Completed in 371 milliseconds