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 D | UsbDeviceTestActivity.java | 254 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 D | MidiTestManager.cpp | 289 int numSent = 0; in portSend() local 328 ssize_t numSent = in sendMessages() local
|
/aosp_15_r20/external/deqp/framework/delibs/decpp/ |
H A D | deSocket.hpp | 141 deSocketResult send(const void *buf, size_t bufSize, size_t *numSent) in send()
|
/aosp_15_r20/external/deqp/execserver/tools/ |
H A D | xsClient.cpp | 75 size_t numSent = 0; in sendMessage() local
|
H A D | xsTest.cpp | 81 size_t numSent = 0; in sendMessage() local
|
/aosp_15_r20/external/deqp/execserver/ |
H A D | xsExecutionServer.cpp | 381 size_t numSent; in send() local
|
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/Simulator/src/ |
H A D | TcpServer.c | 551 int numSent = 0; in WriteBytes() local
|
/aosp_15_r20/frameworks/base/media/native/midi/ |
H A D | amidi.cpp | 415 size_t numSent = 0; in AMidiInputPort_sendWithTimestamp() local
|
/aosp_15_r20/external/deqp/executor/ |
H A D | xeTcpIpLink.cpp | 213 size_t numSent = 0; in run() local
|
/aosp_15_r20/external/deqp/framework/delibs/deutil/ |
H A D | deSocket.c | 797 int numSent = (int)send(sock->handle, (const char *)buf, (NativeSize)bufSize, 0); in deSocket_send() local
|