Home
last modified time | relevance | path

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

/system/bt/stack/test/
Dstack_a2dp_test.cc776 EXPECT_EQ(avdt_cfg.protect_info[1], (AVDT_CP_SCMS_T_ID & 0xFF)); in TEST_F()
777 EXPECT_EQ(avdt_cfg.protect_info[2], ((AVDT_CP_SCMS_T_ID >> 8) & 0xFF)); in TEST_F()
804 EXPECT_EQ(avdt_cfg.protect_info[1], (AVDT_CP_SCMS_T_ID & 0xFF)); in TEST_F()
805 EXPECT_EQ(avdt_cfg.protect_info[2], ((AVDT_CP_SCMS_T_ID >> 8) & 0xFF)); in TEST_F()
/system/bt/stack/include/
Davdt_api.h135 #define AVDT_CP_SCMS_T_ID 0x0002 macro
/system/bt/stack/a2dp/
Da2dp_vendor_aptx.cc437 UINT16_TO_STREAM(p, AVDT_CP_SCMS_T_ID); in A2DP_VendorInitCodecConfigAptx()
Da2dp_vendor_aptx_hd.cc455 UINT16_TO_STREAM(p, AVDT_CP_SCMS_T_ID); in A2DP_VendorInitCodecConfigAptxHd()
Da2dp_aac.cc717 UINT16_TO_STREAM(p, AVDT_CP_SCMS_T_ID); in A2DP_InitCodecConfigAac()
Da2dp_vendor_ldac.cc633 UINT16_TO_STREAM(p, AVDT_CP_SCMS_T_ID); in A2DP_VendorInitCodecConfigLdac()
Da2dp_sbc.cc836 UINT16_TO_STREAM(p, AVDT_CP_SCMS_T_ID); in A2DP_InitCodecConfigSbc()
/system/bt/btif/co/
Dbta_av_co.cc1696 if (cp_id == AVDT_CP_SCMS_T_ID) { in ContentProtectIsScmst()