Home
last modified time | relevance | path

Searched defs:byteBuffer (Results 26 – 50 of 1530) sorted by relevance

12345678910>>...62

/aosp_15_r20/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/
DStructNfGenMsg.java50 public static StructNfGenMsg parse(@NonNull ByteBuffer byteBuffer) { in parse()
81 public void pack(ByteBuffer byteBuffer) { in pack()
91 private static boolean hasAvailableSpace(@NonNull ByteBuffer byteBuffer) { in hasAvailableSpace()
DStructNlMsgHdr.java94 private static boolean hasAvailableSpace(ByteBuffer byteBuffer) { in hasAvailableSpace()
102 public static StructNlMsgHdr parse(@NonNull ByteBuffer byteBuffer) { in parse()
147 public void pack(ByteBuffer byteBuffer) { in pack()
DStructNdMsg.java118 private static boolean hasAvailableSpace(ByteBuffer byteBuffer) { in hasAvailableSpace()
129 public static StructNdMsg parse(ByteBuffer byteBuffer) { in parse()
159 public void pack(ByteBuffer byteBuffer) { in pack()
DStructPrefixCacheInfo.java60 public static StructPrefixCacheInfo parse(@NonNull final ByteBuffer byteBuffer) { in parse()
73 public void pack(@NonNull final ByteBuffer byteBuffer) { in pack()
DStructNdaCacheInfo.java34 private static boolean hasAvailableSpace(ByteBuffer byteBuffer) { in hasAvailableSpace()
45 public static StructNdaCacheInfo parse(ByteBuffer byteBuffer) { in parse()
/aosp_15_r20/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/xfrm/
DXfrmNetlinkGetSaMessage.java70 protected void packPayload(@NonNull final ByteBuffer byteBuffer) { in packPayload()
86 @NonNull final StructNlMsgHdr nlmsghdr, @NonNull final ByteBuffer byteBuffer) { in parseInternal()
107 final ByteBuffer byteBuffer = newNlMsgByteBuffer(payloadLen); in newXfrmNetlinkGetSaMessage() local
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
H A DKeySyncUtilsTest.java440 ByteBuffer byteBuffer = ByteBuffer.wrap(packedForm) in packVaultParams_encodesCounterIdAsSecondParam() local
456 ByteBuffer byteBuffer = ByteBuffer.wrap(packedForm) in packVaultParams_encodesMaxAttemptsAsThirdParam() local
470 ByteBuffer byteBuffer = ByteBuffer.wrap(packedForm) in packVaultParams_encodesVaultHandleAsLastParam() local
487 ByteBuffer byteBuffer = ByteBuffer.wrap(packedForm) in packVaultParams_encodesVaultHandleWithLength8AsLastParam() local
/aosp_15_r20/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/netlink/
DRtNetlinkNeighborMessageTest.java79 final ByteBuffer byteBuffer = ByteBuffer.wrap(RTM_DELNEIGH); in testParseRtmDelNeigh() local
106 final ByteBuffer byteBuffer = ByteBuffer.wrap(RTM_NEWNEIGH); in testParseRtmNewNeigh() local
133 final ByteBuffer byteBuffer = ByteBuffer.wrap(RTM_GETNEIGH_RESPONSE); in testParseRtmGetNeighResponse() local
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowVMRuntime.java73 ByteBuffer byteBuffer = ByteBuffer.allocateDirect(4 * size); in newNonMovableArray() local
102 ByteBuffer byteBuffer = realNonMovableArrays.get(obj); in addressOf() local
117 private long getAddressOfDirectByteBuffer(ByteBuffer byteBuffer) { in getAddressOfDirectByteBuffer()
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
H A DAnimatedImageDrawableTest.java810 ByteBuffer byteBuffer = ByteBuffer.allocateDirect(array.length); in getAsDirectByteBuffer() local
816 private AnimatedImageDrawable createFromByteBuffer(ByteBuffer byteBuffer) { in createFromByteBuffer()
831 ByteBuffer byteBuffer = ByteBuffer.wrap(array); in testByteBuffer() local
841 ByteBuffer byteBuffer = ByteBuffer.wrap(array).asReadOnlyBuffer(); in testReadOnlyByteBuffer() local
849 ByteBuffer byteBuffer = getAsDirectByteBuffer(); in testDirectByteBuffer() local
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
H A DFlatbuffersVerifierTests.swift199 …var byteBuffer = ByteBuffer(bytes: [20, 0, 0, 0, 77, 79, 86, 73, 12, 0, 12, 0, 0, 0, 0, 0, 8, 0, 4… in testVerifyUnionVectors() variable
206 …var byteBuffer = ByteBuffer(bytes: [20, 0, 0, 0, 77, 79, 86, 73, 12, 0, 12, 0, 0, 0, 0, 0, 8, 0, 4… in testErrorWrongFileId() variable
213 …var byteBuffer = ByteBuffer(bytes: [0, 0, 0, 1, 20, 0, 0, 0, 77, 79, 86, 73, 12, 0, 12, 0, 0, 0, 0… in testVerifyPrefixedBuffer() variable
/aosp_15_r20/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
H A DIsoTypeReader.java80 public static String readString(ByteBuffer byteBuffer) { in readString()
90 public static String readString(ByteBuffer byteBuffer, int length) { in readString()
97 public static long readUInt64(ByteBuffer byteBuffer) { in readUInt64()
/aosp_15_r20/external/aws-sdk-java-v2/test/service-test-utils/src/main/java/software/amazon/awssdk/testutils/service/http/
H A DMockAsyncHttpClient.java141 ByteBuffer byteBuffer = ByteBuffer.allocate(asyncRequestBodyLength); in captureStreamingPayload() local
200 private ByteBuffer byteBuffer; field in MockAsyncHttpClient.CapturingSubscriber
203 CapturingSubscriber(ByteBuffer byteBuffer) { in CapturingSubscriber()
/aosp_15_r20/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
H A DPlayReadyHeader.java48 public void parse(ByteBuffer byteBuffer) { in parse()
72 ByteBuffer byteBuffer = ByteBuffer.allocate(size); in getData() local
113 public static List<PlayReadyRecord> createFor(ByteBuffer byteBuffer, int recordCount) { in createFor()
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/nl80211/
DGenericNetlinkMsg.java159 public void pack(@NonNull ByteBuffer byteBuffer) { in pack()
184 protected static @Nullable Map<Short, StructNlAttr> parseAttributesToMap( in parseAttributesToMap()
219 public static GenericNetlinkMsg parse(@NonNull ByteBuffer byteBuffer) { in parse()
/aosp_15_r20/out/soong/.intermediates/external/mp4parser/mp4parser/android_common/javac/
Dmp4parser.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/coremedia/ com/ ...
/aosp_15_r20/external/libultrahdr/java/
H A DUltraHdrApp.java176 ByteBuffer byteBuffer = ByteBuffer.wrap(data); in fillP010ImageHandle() local
195 ByteBuffer byteBuffer = ByteBuffer.wrap(data); in fillRGBA1010102ImageHandle() local
211 ByteBuffer byteBuffer = ByteBuffer.wrap(data); in fillRGBAF16ImageHandle() local
227 ByteBuffer byteBuffer = ByteBuffer.wrap(data); in fillRGBA8888Handle() local
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/topics/src/com/android/adservices/service/topics/classifier/
DModelManagerTest.java133 ByteBuffer byteBuffer = mProductionModelManager.retrieveModel(); in testRetrieveModel_bundled_emptyDownloadedFiles() local
162 ByteBuffer byteBuffer = mProductionModelManager.retrieveModel(); in testRetrieveModel_bundled_forceUsingBundledFiles() local
184 ByteBuffer byteBuffer = mProductionModelManager.retrieveModel(); in testRetrieveModel_bundled_incorrectFilePath() local
/aosp_15_r20/external/brotli/csharp/org/brotli/dec/
H A DIntReader.cs11 private byte[] byteBuffer; field in Org.Brotli.Dec.IntReader
15 internal static void Init(Org.Brotli.Dec.IntReader ir, byte[] byteBuffer, int[] intBuffer) in Init()
/aosp_15_r20/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
DEapSimAkaAttributeFactory.java83 EapSimAkaAttribute getAttribute(int attributeType, int lengthInBytes, ByteBuffer byteBuffer) in getAttribute()
135 public EapSimAkaAttribute getAttribute(ByteBuffer byteBuffer) in getAttribute()
DEapAkaAttributeFactory.java66 public EapSimAkaAttribute getAttribute(ByteBuffer byteBuffer) in getAttribute()
78 int attributeType, int lengthInBytes, ByteBuffer byteBuffer) in getAttribute()
/aosp_15_r20/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
H A DByteBufferByteChannel.java27 ByteBuffer byteBuffer; field in ByteBufferByteChannel
29 public ByteBufferByteChannel(ByteBuffer byteBuffer) { in ByteBufferByteChannel()
/aosp_15_r20/cts/tests/media/src/android/mediav2/cts/
H A DExtractorUnitTest.java676 ByteBuffer byteBuffer = ByteBuffer.allocate(MAX_SAMPLE_SIZE); in testReadSampleDataBeforeSetDataSource() local
691 ByteBuffer byteBuffer = ByteBuffer.allocate(MAX_SAMPLE_SIZE); in testReadSampleDataBeforeSelectTrack() local
708 ByteBuffer byteBuffer = ByteBuffer.allocate(MAX_SAMPLE_SIZE); in testIfInvalidOffsetIsRejectedByReadSampleData() local
739 ByteBuffer byteBuffer = ByteBuffer.allocate(MAX_SAMPLE_SIZE); in testReadSampleDataAfterRelease() local
/aosp_15_r20/external/aws-sdk-java-v2/test/http-client-tests/src/main/java/software/amazon/awssdk/http/
H A DRecordingNetworkTrafficListener.java37 public void incoming(Socket socket, ByteBuffer byteBuffer) { in incoming()
42 public void outgoing(Socket socket, ByteBuffer byteBuffer) { in outgoing()
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/test/java/software/amazon/awssdk/http/nio/netty/
H A DRecordingNetworkTrafficListener.java37 public void incoming(Socket socket, ByteBuffer byteBuffer) { in incoming()
42 public void outgoing(Socket socket, ByteBuffer byteBuffer) { in outgoing()

12345678910>>...62