Searched refs:sendRec (Results 1 – 1 of 1) sorted by relevance
424 SentMessageRecord sendRec; in Java_android_nativemidi_cts_NativeMidiEchoTest_writeMidiWithTimestamp() local425 sendRec.numDataBytes = numBytes; in Java_android_nativemidi_cts_NativeMidiEchoTest_writeMidiWithTimestamp()426 sendRec.dataBuff.reset(new uint8_t[sendRec.numDataBytes]); in Java_android_nativemidi_cts_NativeMidiEchoTest_writeMidiWithTimestamp()427 memcpy(sendRec.dataBuff.get(), (uint8_t*)bufferPtr + offset, numBytes); in Java_android_nativemidi_cts_NativeMidiEchoTest_writeMidiWithTimestamp()428 sendRec.timestamp = timestamp; in Java_android_nativemidi_cts_NativeMidiEchoTest_writeMidiWithTimestamp()429 sendRec.timeSent = System_nanoTime(); in Java_android_nativemidi_cts_NativeMidiEchoTest_writeMidiWithTimestamp()430 context->addSent(std::move(sendRec)); in Java_android_nativemidi_cts_NativeMidiEchoTest_writeMidiWithTimestamp()