Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Da2dp_provider_info_unittest.cc99 std::vector<uint8_t> test_sbc_codec_info = {0x06, 0x00, 0x00, 0x3f, variable
389 provider_info->SourceCodecIndex(test_sbc_codec_info.data()); in TEST_F_WITH_FLAGS()
606 ASSERT_EQ(std::memcmp(result_sbc_codec_info, test_sbc_codec_info.data(), in TEST_F_WITH_FLAGS()
607 test_sbc_codec_info.size()), in TEST_F_WITH_FLAGS()
675 ASSERT_EQ(std::memcmp(result_codec_info, test_sbc_codec_info.data(), in TEST_F_WITH_FLAGS()
676 test_sbc_codec_info.size()), in TEST_F_WITH_FLAGS()