Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_a2dp_sbc.cc47 struct A2DP_GetAllocationMethodCodeSbc A2DP_GetAllocationMethodCodeSbc; variable
91 int A2DP_GetAllocationMethodCodeSbc::return_value = 0;
164 int A2DP_GetAllocationMethodCodeSbc(const uint8_t* p_codec_info) { in A2DP_GetAllocationMethodCodeSbc() function
166 return test::mock::stack_a2dp_sbc::A2DP_GetAllocationMethodCodeSbc( in A2DP_GetAllocationMethodCodeSbc()
Dmock_stack_a2dp_sbc.h150 struct A2DP_GetAllocationMethodCodeSbc { struct
156 extern struct A2DP_GetAllocationMethodCodeSbc A2DP_GetAllocationMethodCodeSbc; argument
/packages/modules/Bluetooth/system/stack/include/
Da2dp_sbc.h168 int A2DP_GetAllocationMethodCodeSbc(const uint8_t* p_codec_info);
/packages/modules/Bluetooth/system/stack/test/
Dstack_a2dp_test.cc689 EXPECT_EQ(A2DP_GetAllocationMethodCodeSbc(codec_info_sbc), 0); in TEST_F()
690 EXPECT_EQ(A2DP_GetAllocationMethodCodeSbc(codec_info_aac), -1); in TEST_F()
691 EXPECT_EQ(A2DP_GetAllocationMethodCodeSbc(codec_info_non_a2dp), -1); in TEST_F()
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_sbc_encoder.cc198 A2DP_GetAllocationMethodCodeSbc(p_codec_info); in a2dp_sbc_encoder_update()
883 A2DP_GetAllocationMethodCodeSbc(codec_info)); in debug_codec_dump()
Da2dp_sbc.cc568 int A2DP_GetAllocationMethodCodeSbc(const uint8_t* p_codec_info) { in A2DP_GetAllocationMethodCodeSbc() function