Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_a2dp_sbc.cc62 struct A2DP_InitCodecConfigSbc A2DP_InitCodecConfigSbc; variable
108 bool A2DP_InitCodecConfigSbc::return_value = false;
232 bool A2DP_InitCodecConfigSbc(AvdtpSepConfig* p_cfg) { in A2DP_InitCodecConfigSbc() function
234 return test::mock::stack_a2dp_sbc::A2DP_InitCodecConfigSbc(p_cfg); in A2DP_InitCodecConfigSbc()
Dmock_stack_a2dp_sbc.h323 struct A2DP_InitCodecConfigSbc { struct
329 extern struct A2DP_InitCodecConfigSbc A2DP_InitCodecConfigSbc; argument
/packages/modules/Bluetooth/system/stack/include/
Da2dp_sbc.h266 bool A2DP_InitCodecConfigSbc(AvdtpSepConfig* p_cfg);
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_sbc.cc825 bool A2DP_InitCodecConfigSbc(AvdtpSepConfig* p_cfg) { in A2DP_InitCodecConfigSbc() function
Da2dp_codec_config.cc1549 return A2DP_InitCodecConfigSbc(p_cfg); in A2DP_InitCodecConfig()