Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_a2dp_sbc.cc42 struct A2DP_CodecIndexStrSbc A2DP_CodecIndexStrSbc; variable
86 const char* A2DP_CodecIndexStrSbc::return_value = nullptr;
142 const char* A2DP_CodecIndexStrSbc(void) { in A2DP_CodecIndexStrSbc() function
144 return test::mock::stack_a2dp_sbc::A2DP_CodecIndexStrSbc(); in A2DP_CodecIndexStrSbc()
Dmock_stack_a2dp_sbc.h88 struct A2DP_CodecIndexStrSbc { struct
93 extern struct A2DP_CodecIndexStrSbc A2DP_CodecIndexStrSbc; argument
/packages/modules/Bluetooth/system/stack/include/
Da2dp_sbc.h259 const char* A2DP_CodecIndexStrSbc(void);
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_sbc.cc821 const char* A2DP_CodecIndexStrSbc(void) { return "SBC"; } in A2DP_CodecIndexStrSbc() function
864 A2DP_CodecIndexStrSbc(), codec_priority, true) { in A2dpCodecConfigSbcSource()
Da2dp_codec_config.cc1513 return A2DP_CodecIndexStrSbc(); in A2DP_CodecIndexStr()