Home
last modified time | relevance | path

Searched defs:bufferToSend (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/services/Car/tests/usb/AoapHostApp/src/com/google/android/car/usb/aoap/host/
DSpeedMeasurementController.java366 ByteBuffer bufferToSend = ByteBuffer.wrap(bufferSizeArray, 0, bufferSizeArray.length); in writeBufferSize() local
411 ByteBuffer bufferToSend = ByteBuffer.wrap(buffer, 0, bufferSize); in run() local
/aosp_15_r20/hardware/st/nfc/st21nfc/hal/
Dhal_fwlog.cc153 uint8_t* bufferToSend) { in notifyPollingLoopFrames()