HomeSort by relevance Sort by last modified time
    Searched refs:writePacket (Results 1 - 25 of 30) sorted by null

1 2

  /frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
PacketEncoder.java 34 public void writePacket(byte[] buffer, int count);
BluetoothPacketEncoder.java 218 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;
PacketDispatcher.java 303 connection.writePacket(command.toBytesArray());
374 connection.writePacket(command.toBytesArray());
SocketTransportWrapper.java 293 public void writePacket(byte[] packet) throws IOException {
  /external/eigen/Eigen/src/Core/
NestByValue.h 76 inline void writePacket(Index row, Index col, const PacketScalar& x)
78 m_expression.const_cast_derived().template writePacket<LoadMode>(row, col, x);
88 inline void writePacket(Index index, const PacketScalar& x)
90 m_expression.const_cast_derived().template writePacket<LoadMode>(index, x);
Swap.h 41 const_cast<SrcEvaluatorTypeT&>(m_src).template writePacket<LoadMode>(row,col, m_dst.template packet<StoreMode,PacketType>(row,col));
42 m_dst.template writePacket<StoreMode>(row,col,tmp);
49 const_cast<SrcEvaluatorTypeT&>(m_src).template writePacket<LoadMode>(index, m_dst.template packet<StoreMode,PacketType>(index));
50 m_dst.template writePacket<StoreMode>(index,tmp);
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);
MapBase.h 265 inline void writePacket(Index row, Index col, const PacketScalar& val)
272 inline void writePacket(Index index, const PacketScalar& val)
CoreEvaluators.h 209 void writePacket(Index row, Index col, const PacketType& x)
221 void writePacket(Index index, const PacketType& x)
320 void writePacket(Index row, Index col, const PacketType& x)
322 m_argImpl.template writePacket<StoreMode,PacketType>(col, row, x);
327 void writePacket(Index index, const PacketType& x)
329 m_argImpl.template writePacket<StoreMode,PacketType>(index, x);
872 void writePacket(Index row, Index col, const PacketType& x)
880 void writePacket(Index index, const PacketType& x)
    [all...]
Block.h 269 inline void writePacket(Index rowId, Index colId, const PacketScalar& val)
271 m_xpr.template writePacket<Unaligned>(rowId + m_startRow.value(), colId + m_startCol.value(), val);
283 inline void writePacket(Index index, const PacketScalar& val)
285 m_xpr.template writePacket<Unaligned>
Transpose.h 248 m.template writePacket<Alignment>(m.rowIndexByOuterInner(i,0), m.colIndexByOuterInner(i,0), A.packet[i]);
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
PacketReflector.java 100 writePacket(buf, len);
118 writePacket(buf, len);
138 writePacket(buf, len);
172 writePacket(buf, len);
175 private void writePacket(byte[] buf, int len) {
  /external/skia/experimental/DrawingBoard/
SkNetPipeController.cpp 23 return sockfd->writePacket(fBlock, fBytesWritten, type);
SampleDrawingServer.cpp 94 fServer->writePacket(fData.begin() + fTotalBytesWritten,
173 fServer->writePacket(fBuffer.begin(), fBuffer.count(),
  /cts/apps/VpnApp/src/com/android/cts/vpnfirewall/
PingReflector.java 86 writePacket(packet.getEncoded());
90 private void writePacket(byte[] buf) {
  /external/skia/experimental/Networking/
SkSockets.h 58 int writePacket(void* data, size_t size, DataType type = kPipeAppend_type);
149 * read/write data back and forth using read/writePacket calls. Port number can
SkSockets.cpp 171 int SkSocket::writePacket(void* data, size_t size, DataType type) {
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorLayoutSwap.h 201 void writePacket(Index index, const PacketReturnType& x)
203 this->m_impl.template writePacket<StoreMode>(index, x);
TensorChipping.h 342 void writePacket(Index index, const PacketReturnType& x)
361 this->m_impl.template writePacket<StoreMode>(index + this->m_inputOffset, x);
367 this->m_impl.template writePacket<StoreMode>(inputIndex, x);
TensorStriding.h 290 void writePacket(Index index, const PacketReturnType& x)
321 this->m_impl.template writePacket<Unaligned>(inputIndices[0], x);
TensorAssign.h 141 m_leftImpl.template writePacket<LhsStoreMode>(i, m_rightImpl.template packet<RhsLoadMode>(i));
TensorMorphing.h 191 void writePacket(Index index, const PacketReturnType& x)
193 this->m_impl.template writePacket<StoreMode>(index, x);
562 void writePacket(Index index, const PacketReturnType& x)
591 this->m_impl.template writePacket<StoreMode>(inputIndices[0], x);
    [all...]
TensorReverse.h 271 void writePacket(Index index, const PacketReturnType& x) {

Completed in 862 milliseconds

1 2