Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_a2dp_sbc.cc50 struct A2DP_GetAllocationMethodCodeSbc A2DP_GetAllocationMethodCodeSbc; variable
89 int A2DP_GetAllocationMethodCodeSbc::return_value = 0;
151 int A2DP_GetAllocationMethodCodeSbc(const uint8_t* p_codec_info) { in A2DP_GetAllocationMethodCodeSbc() function
153 return test::mock::stack_a2dp_sbc::A2DP_GetAllocationMethodCodeSbc(p_codec_info); in A2DP_GetAllocationMethodCodeSbc()
Dmock_stack_a2dp_sbc.h142 struct A2DP_GetAllocationMethodCodeSbc { struct
148 extern struct A2DP_GetAllocationMethodCodeSbc A2DP_GetAllocationMethodCodeSbc; argument
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/
Dstack_a2dp_test.cc654 EXPECT_EQ(A2DP_GetAllocationMethodCodeSbc(codec_info_sbc), 0); in TEST_F()
655 EXPECT_EQ(A2DP_GetAllocationMethodCodeSbc(codec_info_aac), -1); in TEST_F()
656 EXPECT_EQ(A2DP_GetAllocationMethodCodeSbc(codec_info_non_a2dp), -1); in TEST_F()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/
Da2dp_sbc.h135 int A2DP_GetAllocationMethodCodeSbc(const uint8_t* p_codec_info);
/aosp_15_r20/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_sbc_encoder.cc185 p_encoder_params->s16AllocationMethod = A2DP_GetAllocationMethodCodeSbc(p_codec_info); in a2dp_sbc_encoder_update()
827 A2DP_GetAllocationMethodCodeSbc(codec_info)); in debug_codec_dump()
Da2dp_sbc.cc526 int A2DP_GetAllocationMethodCodeSbc(const uint8_t* p_codec_info) { in A2DP_GetAllocationMethodCodeSbc() function