Home
last modified time | relevance | path

Searched defs:numSent (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/
H A DUsbDeviceTestActivity.java254 int numSent = connection.bulkTransfer(out, sizeBuffer, 1, 0); in nextTest() local
259 assertEquals(nextTestNameBuffer.limit(), numSent); in nextTest() local
303 int numSent = connection.bulkTransfer(out, sentBuffer, sentBuffer.length, 0); in echoBulkTransfer() local
332 int numSent = connection.bulkTransfer(out, sentBuffer, offset, size, 0); in echoBulkTransferOffset() local
366 int numSent = connection.bulkTransfer(out, sentBuffer, sentBuffer.length, 0); in echoLargeBulkTransfer() local
1883 int numSent = connection.bulkTransfer(out, null, 0, 0); in bulkTransferTests() local
2033 int numSent = connection.bulkTransfer(getEndpoint(iface, UsbConstants.USB_DIR_OUT), null, 0, in claimInterfaceTests() local
/aosp_15_r20/cts/apps/CtsVerifier/jni/midi/
H A DMidiTestManager.cpp289 int numSent = 0; in portSend() local
328 ssize_t numSent = in sendMessages() local
/aosp_15_r20/external/deqp/framework/delibs/decpp/
H A DdeSocket.hpp141 deSocketResult send(const void *buf, size_t bufSize, size_t *numSent) in send()
/aosp_15_r20/external/deqp/execserver/tools/
H A DxsClient.cpp75 size_t numSent = 0; in sendMessage() local
H A DxsTest.cpp81 size_t numSent = 0; in sendMessage() local
/aosp_15_r20/external/deqp/execserver/
H A DxsExecutionServer.cpp381 size_t numSent; in send() local
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/Simulator/src/
H A DTcpServer.c551 int numSent = 0; in WriteBytes() local
/aosp_15_r20/frameworks/base/media/native/midi/
H A Damidi.cpp415 size_t numSent = 0; in AMidiInputPort_sendWithTimestamp() local
/aosp_15_r20/external/deqp/executor/
H A DxeTcpIpLink.cpp213 size_t numSent = 0; in run() local
/aosp_15_r20/external/deqp/framework/delibs/deutil/
H A DdeSocket.c797 int numSent = (int)send(sock->handle, (const char *)buf, (NativeSize)bufSize, 0); in deSocket_send() local