/aosp_15_r20/packages/modules/Uwb/service/tests/src/com/android/server/uwb/params/ |
D | TlvDecoderBufferTest.java | 46 UwbUtil.getByteArray("0001010101020301000401050501010602040007020800080260090904C" 50 new Tlv((byte) 0, (byte) 1, UwbUtil.getByteArray("01")), 51 new Tlv((byte) 1, (byte) 1, UwbUtil.getByteArray("02")), 52 new Tlv((byte) 3, (byte) 1, UwbUtil.getByteArray("00")), 53 new Tlv((byte) 4, (byte) 1, UwbUtil.getByteArray("05")), 54 new Tlv((byte) 5, (byte) 1, UwbUtil.getByteArray("01")), 55 new Tlv((byte) 6, (byte) 2, UwbUtil.getByteArray("0400")), 56 new Tlv((byte) 7, (byte) 2, UwbUtil.getByteArray("0800")), 57 new Tlv((byte) 8, (byte) 2, UwbUtil.getByteArray("6009")), 58 new Tlv((byte) 9, (byte) 4, UwbUtil.getByteArray("C8000000")), [all …]
|
D | FiraEncoderTest.java | 130 UwbUtil.getByteArray("2D01060E01040F020400100206001D0807D59E4707D56022"); 251 mFiraSessionv11TlvData = UwbUtil.getByteArray( in setUp() 258 mFiraOpenSessionTlvUtTag = UwbUtil.getByteArray( in setUp() 265 mFiraSessionv11TlvData = UwbUtil.getByteArray(RANGING_ROUND_USAGE_SS_TWR_TLV in setUp() 284 mFiraSessionv20TlvData = UwbUtil.getByteArray( in setUp() 310 mFiraSessionv20AbsoluteInitiationTimeTlvData = UwbUtil.getByteArray( in setUp() 336 mFiraOpenSessionTlvUtTag = UwbUtil.getByteArray( in setUp() 367 assertThat(tlvs.getByteArray()).isEqualTo(mFiraSessionv11TlvData); in testFiraOpenSessionParams_useUwbsUciVersion() 376 assertThat(tlvs.getByteArray()).isEqualTo(mFiraSessionv20TlvData); in testFiraOpenSessionParams_useUwbsUciVersion() 383 assertThat(tlvs.getByteArray()).isEqualTo(mFiraSessionv20AbsoluteInitiationTimeTlvData); in testFiraOpenSessionParams_useUwbsUciVersion() [all …]
|
D | CccEncoderTest.java | 90 UwbUtil.getByteArray(TEST_CCC_OPEN_RANGING_TLV_DEFAULT); 113 assertThat(tlvs.getByteArray()).isEqualTo(TEST_CCC_OPEN_RANGING_TLV_DATA); in testCccOpenRangingParams() 123 assertThat(tlvs.getByteArray()).isEqualTo(TEST_CCC_OPEN_RANGING_TLV_DATA); in testCccOpenRangingParamsViaTlvEncoder() 136 UwbUtil.getByteArray("00010102010104010905010109048001000011010103010" in testCccOpenRangingParamsWithAbsoluteInitiationTime() 141 assertThat(tlvs.getByteArray()).isEqualTo( in testCccOpenRangingParamsWithAbsoluteInitiationTime() 163 assertThat(tlvs.getByteArray()).isEqualTo(UwbUtil.getByteArray(expectedTlvStr)); in testCccOpenRangingParams_withRangeDataNtfConfigSupportedAndDisabled() 187 assertThat(tlvs.getByteArray()).isEqualTo(UwbUtil.getByteArray(expectedTlvStr)); in testCccOpenRangingParams_withRangeDataNtfConfigSupportedAndEnabled() 213 assertThat(tlvs.getByteArray()).isEqualTo(UwbUtil.getByteArray(expectedTlvStr)); in testCccOpenRangingParams_withRangeDataNtfConfigSupportedAndConfigured()
|
D | AliroEncoderTest.java | 90 UwbUtil.getByteArray(TEST_ALIRO_OPEN_RANGING_TLV_DEFAULT); 113 assertThat(tlvs.getByteArray()).isEqualTo(TEST_ALIRO_OPEN_RANGING_TLV_DATA); in testAliroOpenRangingParams() 123 assertThat(tlvs.getByteArray()).isEqualTo(TEST_ALIRO_OPEN_RANGING_TLV_DATA); in testAliroOpenRangingParamsViaTlvEncoder() 136 UwbUtil.getByteArray("00010102010104010905010109048001000011010103010" in testAliroOpenRangingParamsWithAbsoluteInitiationTime() 141 assertThat(tlvs.getByteArray()).isEqualTo( in testAliroOpenRangingParamsWithAbsoluteInitiationTime() 163 assertThat(tlvs.getByteArray()).isEqualTo(UwbUtil.getByteArray(expectedTlvStr)); in testAliroOpenRangingParams_withRangeDataNtfConfigSupportedAndDisabled() 187 assertThat(tlvs.getByteArray()).isEqualTo(UwbUtil.getByteArray(expectedTlvStr)); in testAliroOpenRangingParams_withRangeDataNtfConfigSupportedAndEnabled() 213 assertThat(tlvs.getByteArray()).isEqualTo(UwbUtil.getByteArray(expectedTlvStr)); in testAliroOpenRangingParams_withRangeDataNtfConfigSupportedAndConfigured()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/test/java/com/google/android/exoplayer2/text/tx3g/ |
H A D | Tx3gDecoderTest.java | 60 byte[] bytes = TestUtil.getByteArray(ApplicationProvider.getApplicationContext(), NO_SUBTITLE); in decodeNoSubtitle() 71 TestUtil.getByteArray(ApplicationProvider.getApplicationContext(), SAMPLE_JUST_TEXT); in decodeJustText() 85 TestUtil.getByteArray(ApplicationProvider.getApplicationContext(), SAMPLE_WITH_STYL); in decodeWithStyl() 108 TestUtil.getByteArray( in decodeWithStyl_startTooLarge_noSpanAdded() 130 TestUtil.getByteArray( in decodeWithStyl_endTooLarge_clippedToEndOfText() 147 TestUtil.getByteArray( in decodeWithStylAllDefaults() 162 TestUtil.getByteArray(ApplicationProvider.getApplicationContext(), SAMPLE_UTF16_BE_NO_STYL); in decodeUtf16BeNoStyl() 176 TestUtil.getByteArray(ApplicationProvider.getApplicationContext(), SAMPLE_UTF16_LE_NO_STYL); in decodeUtf16LeNoStyl() 190 TestUtil.getByteArray( in decodeWithMultipleStyl() 208 TestUtil.getByteArray( in decodeWithOtherExtension() [all …]
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/test/java/com/google/android/exoplayer2/text/tx3g/ |
H A D | Tx3gDecoderTest.java | 60 byte[] bytes = TestUtil.getByteArray(ApplicationProvider.getApplicationContext(), NO_SUBTITLE); in decodeNoSubtitle() 71 TestUtil.getByteArray(ApplicationProvider.getApplicationContext(), SAMPLE_JUST_TEXT); in decodeJustText() 85 TestUtil.getByteArray(ApplicationProvider.getApplicationContext(), SAMPLE_WITH_STYL); in decodeWithStyl() 108 TestUtil.getByteArray( in decodeWithStyl_startTooLarge_noSpanAdded() 130 TestUtil.getByteArray( in decodeWithStyl_endTooLarge_clippedToEndOfText() 147 TestUtil.getByteArray( in decodeWithStylAllDefaults() 162 TestUtil.getByteArray(ApplicationProvider.getApplicationContext(), SAMPLE_UTF16_BE_NO_STYL); in decodeUtf16BeNoStyl() 176 TestUtil.getByteArray(ApplicationProvider.getApplicationContext(), SAMPLE_UTF16_LE_NO_STYL); in decodeUtf16LeNoStyl() 190 TestUtil.getByteArray( in decodeWithMultipleStyl() 208 TestUtil.getByteArray( in decodeWithOtherExtension() [all …]
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/test/java/com/google/android/exoplayer2/extractor/ogg/ |
H A D | OggExtractorNonParameterizedTest.java | 18 import static com.google.android.exoplayer2.testutil.TestUtil.getByteArray; 44 getByteArray(ApplicationProvider.getApplicationContext(), "media/ogg/bear_flac.ogg"); in read_afterEndOfInput_doesNotThrowIllegalState() 57 getByteArray(ApplicationProvider.getApplicationContext(), "media/ogg/vorbis_header"); in sniffVorbis() 64 getByteArray(ApplicationProvider.getApplicationContext(), "media/ogg/flac_header"); in sniffFlac() 71 getByteArray(ApplicationProvider.getApplicationContext(), "media/ogg/opus_header"); in sniffFailsOpusFile() 78 getByteArray(ApplicationProvider.getApplicationContext(), "media/ogg/invalid_ogg_header"); in sniffFailsInvalidOggHeader() 85 getByteArray(ApplicationProvider.getApplicationContext(), "media/ogg/invalid_header"); in sniffInvalidHeader() 91 byte[] data = getByteArray(ApplicationProvider.getApplicationContext(), "media/ogg/eof_header"); in sniffFailsEOF()
|
H A D | OggPacketTest.java | 18 import static com.google.android.exoplayer2.testutil.TestUtil.getByteArray; 49 getByteArray( in readPacketsWithEmptyPage() 97 getByteArray( in readPacketWithZeroSizeTerminator() 111 getByteArray( in readContinuedPacketOverTwoPages() 128 getByteArray( in readContinuedPacketOverFourPages() 145 getByteArray( in readDiscardContinuedPacketAtStart() 161 getByteArray( in readZeroSizedPacketsAtEndOfStream() 173 byte[] data = TestUtil.getByteArray(ApplicationProvider.getApplicationContext(), TEST_FILE); in parseRealFile()
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/test/java/com/google/android/exoplayer2/extractor/ogg/ |
H A D | OggExtractorNonParameterizedTest.java | 18 import static com.google.android.exoplayer2.testutil.TestUtil.getByteArray; 44 getByteArray(ApplicationProvider.getApplicationContext(), "media/ogg/bear_flac.ogg"); in read_afterEndOfInput_doesNotThrowIllegalState() 57 getByteArray(ApplicationProvider.getApplicationContext(), "media/ogg/vorbis_header"); in sniffVorbis() 64 getByteArray(ApplicationProvider.getApplicationContext(), "media/ogg/flac_header"); in sniffFlac() 71 getByteArray(ApplicationProvider.getApplicationContext(), "media/ogg/opus_header"); in sniffFailsOpusFile() 78 getByteArray(ApplicationProvider.getApplicationContext(), "media/ogg/invalid_ogg_header"); in sniffFailsInvalidOggHeader() 85 getByteArray(ApplicationProvider.getApplicationContext(), "media/ogg/invalid_header"); in sniffInvalidHeader() 91 byte[] data = getByteArray(ApplicationProvider.getApplicationContext(), "media/ogg/eof_header"); in sniffFailsEOF()
|
H A D | OggPacketTest.java | 18 import static com.google.android.exoplayer2.testutil.TestUtil.getByteArray; 49 getByteArray( in readPacketsWithEmptyPage() 97 getByteArray( in readPacketWithZeroSizeTerminator() 111 getByteArray( in readContinuedPacketOverTwoPages() 128 getByteArray( in readContinuedPacketOverFourPages() 145 getByteArray( in readDiscardContinuedPacketAtStart() 161 getByteArray( in readZeroSizedPacketsAtEndOfStream() 173 byte[] data = TestUtil.getByteArray(ApplicationProvider.getApplicationContext(), TEST_FILE); in parseRealFile()
|
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/build/ |
H A D | AbstractOrigin.java | 74 public byte[] getByteArray() { in getByteArray() method in AbstractOrigin.ByteArrayOrigin 111 public byte[] getByteArray() { in getByteArray() method in AbstractOrigin.CharSequenceOrigin 160 public byte[] getByteArray(final long position, final int length) throws IOException { in getByteArray() method in AbstractOrigin.FileOrigin 197 public byte[] getByteArray() throws IOException { in getByteArray() method in AbstractOrigin.InputStreamOrigin 261 public byte[] getByteArray(final long position, final int length) throws IOException { in getByteArray() method in AbstractOrigin.PathOrigin 298 public byte[] getByteArray() throws IOException { in getByteArray() method in AbstractOrigin.ReaderOrigin 408 public byte[] getByteArray() throws IOException { in getByteArray() method in AbstractOrigin 423 public byte[] getByteArray(final long position, final int length) throws IOException { in getByteArray() method in AbstractOrigin 424 final byte[] bytes = getByteArray(); in getByteArray() 442 return new String(getByteArray(), charset); in getCharSequence()
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/test/java/com/google/android/exoplayer2/text/subrip/ |
H A D | SubripDecoderTest.java | 50 byte[] bytes = TestUtil.getByteArray(ApplicationProvider.getApplicationContext(), EMPTY_FILE); in decodeEmpty() 60 byte[] bytes = TestUtil.getByteArray(ApplicationProvider.getApplicationContext(), TYPICAL_FILE); in decodeTypical() 73 TestUtil.getByteArray( in decodeTypicalWithByteOrderMark() 87 TestUtil.getByteArray( in decodeTypicalExtraBlankLine() 102 TestUtil.getByteArray( in decodeTypicalMissingTimecode() 116 TestUtil.getByteArray( in decodeTypicalMissingSequence() 130 TestUtil.getByteArray( in decodeTypicalNegativeTimestamps() 143 TestUtil.getByteArray(ApplicationProvider.getApplicationContext(), TYPICAL_UNEXPECTED_END); in decodeTypicalUnexpectedEnd() 155 TestUtil.getByteArray(ApplicationProvider.getApplicationContext(), TYPICAL_WITH_TAGS); in decodeCueWithTag() 188 TestUtil.getByteArray( in decodeTypicalNoHoursAndMillis()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/test/java/com/google/android/exoplayer2/text/subrip/ |
H A D | SubripDecoderTest.java | 50 byte[] bytes = TestUtil.getByteArray(ApplicationProvider.getApplicationContext(), EMPTY_FILE); in decodeEmpty() 60 byte[] bytes = TestUtil.getByteArray(ApplicationProvider.getApplicationContext(), TYPICAL_FILE); in decodeTypical() 73 TestUtil.getByteArray( in decodeTypicalWithByteOrderMark() 87 TestUtil.getByteArray( in decodeTypicalExtraBlankLine() 102 TestUtil.getByteArray( in decodeTypicalMissingTimecode() 116 TestUtil.getByteArray( in decodeTypicalMissingSequence() 130 TestUtil.getByteArray( in decodeTypicalNegativeTimestamps() 143 TestUtil.getByteArray(ApplicationProvider.getApplicationContext(), TYPICAL_UNEXPECTED_END); in decodeTypicalUnexpectedEnd() 155 TestUtil.getByteArray(ApplicationProvider.getApplicationContext(), TYPICAL_WITH_TAGS); in decodeCueWithTag() 188 TestUtil.getByteArray( in decodeTypicalNoHoursAndMillis()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/test/java/com/google/android/exoplayer2/text/ssa/ |
H A D | SsaDecoderTest.java | 60 byte[] bytes = TestUtil.getByteArray(ApplicationProvider.getApplicationContext(), EMPTY); in decodeEmpty() 70 TestUtil.getByteArray(ApplicationProvider.getApplicationContext(), EMPTY_STYLE_LINE); in decodeEmptyStyleLine() 90 byte[] bytes = TestUtil.getByteArray(ApplicationProvider.getApplicationContext(), TYPICAL); in decodeTypical() 115 TestUtil.getByteArray(ApplicationProvider.getApplicationContext(), TYPICAL_HEADER_ONLY); in decodeTypicalWithInitializationData() 117 TestUtil.getByteArray(ApplicationProvider.getApplicationContext(), TYPICAL_FORMAT_ONLY); in decodeTypicalWithInitializationData() 123 TestUtil.getByteArray(ApplicationProvider.getApplicationContext(), TYPICAL_DIALOGUE_ONLY); in decodeTypicalWithInitializationData() 136 TestUtil.getByteArray(ApplicationProvider.getApplicationContext(), OVERLAPPING_TIMECODES); in decodeOverlappingTimecodes() 185 byte[] bytes = TestUtil.getByteArray(ApplicationProvider.getApplicationContext(), POSITIONS); in decodePositions() 239 TestUtil.getByteArray(ApplicationProvider.getApplicationContext(), INVALID_POSITIONS); in decodeInvalidPositions() 275 TestUtil.getByteArray( in decodePositionsWithMissingPlayResY() [all …]
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/test/java/com/google/android/exoplayer2/text/ssa/ |
H A D | SsaDecoderTest.java | 60 byte[] bytes = TestUtil.getByteArray(ApplicationProvider.getApplicationContext(), EMPTY); in decodeEmpty() 70 TestUtil.getByteArray(ApplicationProvider.getApplicationContext(), EMPTY_STYLE_LINE); in decodeEmptyStyleLine() 90 byte[] bytes = TestUtil.getByteArray(ApplicationProvider.getApplicationContext(), TYPICAL); in decodeTypical() 115 TestUtil.getByteArray(ApplicationProvider.getApplicationContext(), TYPICAL_HEADER_ONLY); in decodeTypicalWithInitializationData() 117 TestUtil.getByteArray(ApplicationProvider.getApplicationContext(), TYPICAL_FORMAT_ONLY); in decodeTypicalWithInitializationData() 123 TestUtil.getByteArray(ApplicationProvider.getApplicationContext(), TYPICAL_DIALOGUE_ONLY); in decodeTypicalWithInitializationData() 136 TestUtil.getByteArray(ApplicationProvider.getApplicationContext(), OVERLAPPING_TIMECODES); in decodeOverlappingTimecodes() 185 byte[] bytes = TestUtil.getByteArray(ApplicationProvider.getApplicationContext(), POSITIONS); in decodePositions() 239 TestUtil.getByteArray(ApplicationProvider.getApplicationContext(), INVALID_POSITIONS); in decodeInvalidPositions() 275 TestUtil.getByteArray( in decodePositionsWithMissingPlayResY() [all …]
|
/aosp_15_r20/packages/modules/Uwb/service/java/com/android/server/uwb/secure/csml/ |
D | SessionData.java | 89 return sessionDataBuilder.build().getByteArray(); in toBytes() 97 tlvDecoderBuffer.getByteArray(tagType); in isPresent() 112 byte[] sessionDataVersion = tlvs.getByteArray(UWB_SESSION_DATA_VERSION_HEADER); in fromBytes() 117 ByteBuffer.wrap(tlvs.getByteArray(UWB_SESSION_ID)).getInt()); in fromBytes() 121 ByteBuffer.wrap(tlvs.getByteArray(UWB_SUB_SESSION_ID)).getInt()); in fromBytes() 124 byte[] configurationParams = tlvs.getByteArray(CONFIGURATION_PARAMS); in fromBytes() 129 byte[] secureRangingInfo = tlvs.getByteArray(SECURE_RANGING_INFO_TAG); in fromBytes()
|
D | ControleeInfo.java | 64 return controleeInfoBuilder.build().getByteArray(); in toBytes() 73 tlvDecoderBuffer.getByteArray(tagType); in isPresent() 93 byte[] controleeInfoVersion = tlvs.getByteArray(UWB_CONTROLEE_INFO_VERSION_HEADER); in fromBytes() 97 byte[] uwbCapability = tlvs.getByteArray(UWB_CAPABILITY); in fromBytes()
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/ |
D | ObexAppParametersTest.java | 52 assertThat(params.getByteArray(KEY)).isEqualTo(expected); in constructorWithByteArrays_withOneInvalidElement() 67 assertThat(params.getByteArray(KEY)).isEqualTo(expected); in constructorWithByteArrays_withTwoInvalidElements() 82 assertThat(params.getByteArray(KEY)).isEqualTo(expected); in fromHeaderSet() 131 byte[] byteArray = params.getByteArray(KEY); in add_long() 150 assertThat(params.getByteArray(KEY)).isEqualTo(value); in add_byteArray() 162 assertThat(emptyParams.getByteArray(KEY)).isNull(); in get_errorCases()
|
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/build/ |
H A D | AbstractOriginTest.java | 68 … assertArrayEquals(Files.readAllBytes(Paths.get(FILE_NAME_RO)), getOriginRo().getByteArray()); in testGetByteArray() 73 assertArrayEquals(new byte[] {}, getOriginRo().getByteArray(0, 0)); in testGetByteArrayAt_0_0() 78 assertArrayEquals(new byte[] { '1' }, getOriginRo().getByteArray(0, 1)); in testGetByteArrayAt_0_1() 83 assertArrayEquals(new byte[] { '2' }, getOriginRo().getByteArray(1, 1)); in testGetByteArrayAt_1_1() 131 assertEquals(Files.size(Paths.get(FILE_NAME_RO)), getOriginRo().getByteArray().length); in testSize()
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | apicoll.cpp | 521 sortkNone.getByteArray(length); in TestCollationKey() 527 const uint8_t* byteArrayEmpty = sortkEmpty.getByteArray(length); in TestCollationKey() 540 sortkIgnorable.getByteArray(length); in TestCollationKey() 549 doAssert(sortk1.isBogus() && (sortk1.getByteArray(length), length) == 0, in TestCollationKey() 586 const uint8_t* byteArray1 = sortk1.getByteArray(cnt1); in TestCollationKey() 587 const uint8_t* byteArray2 = sortk2.getByteArray(cnt2); in TestCollationKey() 590 byteArray3 = sortk1.getByteArray(cnt3); in TestCollationKey() 593 byteArray4 = sortk2.getByteArray(cnt4); in TestCollationKey() 1127 const uint8_t *key2primary_alias = key2.getByteArray(keylength); in TestSortKey() 1135 const uint8_t *tempkey = key1.getByteArray(keylength); in TestSortKey() [all …]
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | apicoll.cpp | 521 sortkNone.getByteArray(length); in TestCollationKey() 527 const uint8_t* byteArrayEmpty = sortkEmpty.getByteArray(length); in TestCollationKey() 540 sortkIgnorable.getByteArray(length); in TestCollationKey() 549 doAssert(sortk1.isBogus() && (sortk1.getByteArray(length), length) == 0, in TestCollationKey() 586 const uint8_t* byteArray1 = sortk1.getByteArray(cnt1); in TestCollationKey() 587 const uint8_t* byteArray2 = sortk2.getByteArray(cnt2); in TestCollationKey() 590 byteArray3 = sortk1.getByteArray(cnt3); in TestCollationKey() 593 byteArray4 = sortk2.getByteArray(cnt4); in TestCollationKey() 1127 const uint8_t *key2primary_alias = key2.getByteArray(keylength); in TestSortKey() 1135 const uint8_t *tempkey = key1.getByteArray(keylength); in TestSortKey() [all …]
|
/aosp_15_r20/packages/modules/Uwb/service/java/com/android/server/uwb/params/ |
D | CccDecoder.java | 109 byte[] hopModeKey = tlvs.getByteArray(ConfigParam.HOP_MODE_KEY); in getCccRangingStartedParamsFromTlvBuffer() 134 byte[] versions = tlvs.getByteArray(CCC_SUPPORTED_VERSIONS); in getCccSpecificationParamsFromTlvBuffer() 142 byte[] configs = tlvs.getByteArray(CCC_SUPPORTED_UWB_CONFIGS); in getCccSpecificationParamsFromTlvBuffer() 158 byte[] pulse_shape_combos = tlvs.getByteArray(CCC_SUPPORTED_PULSE_SHAPE_COMBOS); in getCccSpecificationParamsFromTlvBuffer() 195 byte[] syncCodes = tlvs.getByteArray(CCC_SUPPORTED_SYNC_CODES); in getCccSpecificationParamsFromTlvBuffer() 206 int syncCodes = ByteBuffer.wrap(tlvs.getByteArray(CCC_SUPPORTED_SYNC_CODES)).getInt(); in getCccSpecificationParamsFromTlvBuffer() 215 byte[] prioritizedChannels = tlvs.getByteArray(CCC_PRIORITIZED_CHANNEL_LIST); in getCccSpecificationParamsFromTlvBuffer()
|
D | AliroDecoder.java | 110 byte[] hopModeKey = tlvs.getByteArray(ConfigParam.HOP_MODE_KEY); in getAliroRangingStartedParamsFromTlvBuffer() 136 byte[] versions = tlvs.getByteArray(CCC_SUPPORTED_VERSIONS); in getAliroSpecificationParamsFromTlvBuffer() 144 byte[] configs = tlvs.getByteArray(CCC_SUPPORTED_UWB_CONFIGS); in getAliroSpecificationParamsFromTlvBuffer() 148 byte[] pulse_shape_combos = tlvs.getByteArray(CCC_SUPPORTED_PULSE_SHAPE_COMBOS); in getAliroSpecificationParamsFromTlvBuffer() 177 byte[] syncCodes = tlvs.getByteArray(CCC_SUPPORTED_SYNC_CODES); in getAliroSpecificationParamsFromTlvBuffer() 188 int syncCodes = ByteBuffer.wrap(tlvs.getByteArray(CCC_SUPPORTED_SYNC_CODES)).getInt(); in getAliroSpecificationParamsFromTlvBuffer() 197 byte[] prioritizedChannels = tlvs.getByteArray(CCC_PRIORITIZED_CHANNEL_LIST); in getAliroSpecificationParamsFromTlvBuffer()
|
/aosp_15_r20/packages/services/Car/service/src/com/android/car/hal/ |
D | HalPropValue.java | 166 public abstract byte[] getByteArray(); in getByteArray() method in HalPropValue 292 if (!Arrays.equals(other.getByteArray(), getByteArray())) { in equals() 293 Slogf.i(TAG, "ByteValues mismatch, got " + Arrays.toString(other.getByteArray()) in equals() 294 + " want " + Arrays.toString(getByteArray())); in equals() 366 value = getByteArray(); in toRegularRawPropertyValue()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/hls/src/test/java/com/google/android/exoplayer2/source/hls/ |
H A D | DefaultHlsExtractorFactoryTest.java | 71 TestUtil.getByteArray( in createExtractor_withFileTypeInFormat_returnsExtractorMatchingFormat() 96 TestUtil.getByteArray( in createExtractor_withFileTypeInResponseHeaders_returnsExtractorMatchingResponseHeaders() 119 TestUtil.getByteArray( in createExtractor_withFileTypeInUri_returnsExtractorMatchingUri() 143 TestUtil.getByteArray( in createExtractor_withFileTypeNotInMediaInfo_returnsExpectedExtractor() 166 TestUtil.getByteArray( in createExtractor_withInvalidFileTypeInUri_returnsSniffedType()
|