Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_a2dp_sbc.cc43 struct A2DP_CodecIndexStrSbcSink A2DP_CodecIndexStrSbcSink; variable
87 const char* A2DP_CodecIndexStrSbcSink::return_value = nullptr;
146 const char* A2DP_CodecIndexStrSbcSink(void) { in A2DP_CodecIndexStrSbcSink() function
148 return test::mock::stack_a2dp_sbc::A2DP_CodecIndexStrSbcSink(); in A2DP_CodecIndexStrSbcSink()
Dmock_stack_a2dp_sbc.h98 struct A2DP_CodecIndexStrSbcSink { struct
103 extern struct A2DP_CodecIndexStrSbcSink A2DP_CodecIndexStrSbcSink; argument
/packages/modules/Bluetooth/system/stack/include/
Da2dp_sbc.h262 const char* A2DP_CodecIndexStrSbcSink(void);
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_sbc.cc823 const char* A2DP_CodecIndexStrSbcSink(void) { return "SBC SINK"; } in A2DP_CodecIndexStrSbcSink() function
1544 A2DP_CodecIndexStrSbcSink(), codec_priority, in A2dpCodecConfigSbcSink()
Da2dp_codec_config.cc1515 return A2DP_CodecIndexStrSbcSink(); in A2DP_CodecIndexStr()