Home
last modified time | relevance | path

Searched refs:PAYLOAD_SIZE (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbMidiPacketConverter.java32 private static final int[] PAYLOAD_SIZE = new int[]{ field in UsbMidiPacketConverter
187 int numPayloadBytes = PAYLOAD_SIZE[codeIndex]; in decode()
272 int channelMessageSize = PAYLOAD_SIZE[codeIndexNumber]; in encode()
311 int systemMessageSize = PAYLOAD_SIZE[codeIndexNumber]; in encode()
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/dm-snapshot-merge/
H A Dsnapuserd.h54 static constexpr size_t PAYLOAD_SIZE = (1UL << 20); variable
55 static_assert(PAYLOAD_SIZE >= BLOCK_SZ);
H A Dsnapuserd_worker.cpp668 size_t read_size = std::min(PAYLOAD_SIZE, remaining_size); in DmuserWriteRequest()
717 size_t read_size = std::min(PAYLOAD_SIZE, remaining_size); in DmuserReadRequest()
800 size_t buf_size = sizeof(struct dm_user_header) + PAYLOAD_SIZE; in InitializeBufsink()