/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/ |
D | le_audio_software_host_transport.h | 36 using ::bluetooth::audio::le_audio::StreamCallbacks; 42 LeAudioTransport(std::function<void()> flush, StreamCallbacks stream_cb, 75 StreamCallbacks stream_cb_; 86 LeAudioSinkTransport(StreamCallbacks stream_cb); 127 LeAudioSourceTransport(StreamCallbacks stream_cb);
|
D | a2dp_encoding.h | 51 class StreamCallbacks { 53 virtual ~StreamCallbacks() {} in ~StreamCallbacks() 72 StreamCallbacks const* strean_callbacks, bool offload_enabled);
|
D | a2dp_encoding_host.cc | 229 static StreamCallbacks null_stream_callbacks_; 230 static StreamCallbacks const* stream_callbacks_ = &null_stream_callbacks_; 234 StreamCallbacks const* strean_callbacks, bool /*offload_enabled*/) { in init()
|
D | le_audio_software.h | 63 struct StreamCallbacks { struct 157 Sink* GetSink(StreamCallbacks stream_cb, bluetooth::common::MessageLoopThread* message_loop, 168 Source* GetSource(StreamCallbacks stream_cb, bluetooth::common::MessageLoopThread* message_loop);
|
D | le_audio_software_unittest.cc | 40 using bluetooth::audio::le_audio::StreamCallbacks; 519 unicast_sink_stream_cb_.reset(new StreamCallbacks{ in SetUp() 529 unicast_source_stream_cb_.reset(new StreamCallbacks{ in SetUp() 585 std::unique_ptr<StreamCallbacks> unicast_sink_stream_cb_; 586 std::unique_ptr<StreamCallbacks> unicast_source_stream_cb_;
|
D | hearing_aid_software_encoding.h | 27 struct StreamCallbacks { struct 36 bool init(StreamCallbacks stream_cb, bluetooth::common::MessageLoopThread* message_loop); argument
|
D | le_audio_software_host_transport.cc | 28 LeAudioTransport::LeAudioTransport(std::function<void()> flush, StreamCallbacks stream_cb, in LeAudioTransport() 180 LeAudioSinkTransport::LeAudioSinkTransport(StreamCallbacks stream_cb) { in LeAudioSinkTransport() 246 LeAudioSourceTransport::LeAudioSourceTransport(StreamCallbacks stream_cb) { in LeAudioSourceTransport()
|
D | hearing_aid_software_encoding_host.cc | 25 bool init(StreamCallbacks /*stream_cb*/, bluetooth::common::MessageLoopThread* /*message_loop*/) { in init() argument
|
D | le_audio_software_host.cc | 475 StreamCallbacks stream_cb, bluetooth::common::MessageLoopThread* /*message_loop*/, in GetSink() 521 StreamCallbacks stream_cb, bluetooth::common::MessageLoopThread* /*message_loop*/) { in GetSource()
|
D | hearing_aid_software_encoding.cc | 36 bool init(StreamCallbacks stream_cb, bluetooth::common::MessageLoopThread* message_loop) { in init()
|
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/hidl/ |
D | le_audio_software_hidl.h | 49 using ::bluetooth::audio::le_audio::StreamCallbacks; 59 LeAudioTransport(void (*flush)(void), StreamCallbacks stream_cb, PcmParameters pcm_config); 92 StreamCallbacks stream_cb_; 104 LeAudioSinkTransport(SessionType_2_1 session_type, StreamCallbacks stream_cb); 146 LeAudioSourceTransport(SessionType_2_1 session_type, StreamCallbacks stream_cb);
|
D | hearing_aid_software_encoding_hidl.cc | 45 using ::bluetooth::audio::hidl::hearing_aid::StreamCallbacks; 52 HearingAidTransport(StreamCallbacks stream_cb) in HearingAidTransport() 137 StreamCallbacks stream_cb_; 173 bool init(StreamCallbacks stream_cb, bluetooth::common::MessageLoopThread* message_loop) { in init()
|
D | hearing_aid_software_encoding_hidl.h | 29 using ::bluetooth::audio::hearing_aid::StreamCallbacks; 35 bool init(StreamCallbacks stream_cb, bluetooth::common::MessageLoopThread* message_loop);
|
D | le_audio_software_hidl.cc | 96 LeAudioTransport::LeAudioTransport(void (*flush)(void), StreamCallbacks stream_cb, in LeAudioTransport() 255 LeAudioSinkTransport::LeAudioSinkTransport(SessionType_2_1 session_type, StreamCallbacks stream_cb) in LeAudioSinkTransport() 326 StreamCallbacks stream_cb) in LeAudioSourceTransport()
|
D | a2dp_encoding_hidl.cc | 56 static bluetooth::audio::a2dp::StreamCallbacks null_stream_callbacks; 57 static bluetooth::audio::a2dp::StreamCallbacks const* stream_callbacks_ = &null_stream_callbacks; 301 bluetooth::audio::a2dp::StreamCallbacks const* stream_callbacks, bool offload_enabled) { in init()
|
D | a2dp_encoding_hidl.h | 41 bluetooth::audio::a2dp::StreamCallbacks const* stream_callbacks, bool offload_enabled);
|
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/aidl/ |
D | le_audio_software_aidl.h | 56 using ::bluetooth::audio::le_audio::StreamCallbacks; 70 LeAudioTransport(void (*flush)(void), StreamCallbacks stream_cb, PcmConfiguration pcm_config); 112 StreamCallbacks stream_cb_; 127 LeAudioSinkTransport(SessionType session_type, StreamCallbacks stream_cb); 180 LeAudioSourceTransport(SessionType session_type, StreamCallbacks stream_cb);
|
D | hearing_aid_software_encoding_aidl.cc | 43 using ::bluetooth::audio::aidl::hearing_aid::StreamCallbacks; 49 HearingAidTransport(StreamCallbacks stream_cb) in HearingAidTransport() 138 StreamCallbacks stream_cb_; 174 bool init(StreamCallbacks stream_cb, bluetooth::common::MessageLoopThread* /*message_loop*/) { in init()
|
D | hearing_aid_software_encoding_aidl.h | 28 using ::bluetooth::audio::hearing_aid::StreamCallbacks; 34 bool init(StreamCallbacks stream_cb, bluetooth::common::MessageLoopThread* message_loop);
|
D | le_audio_software_aidl.cc | 48 using ::bluetooth::audio::le_audio::StreamCallbacks; 62 LeAudioTransport::LeAudioTransport(void (*flush)(void), StreamCallbacks stream_cb, in LeAudioTransport() 334 LeAudioSinkTransport::LeAudioSinkTransport(SessionType session_type, StreamCallbacks stream_cb) in LeAudioSinkTransport() 423 LeAudioSourceTransport::LeAudioSourceTransport(SessionType session_type, StreamCallbacks stream_cb) in LeAudioSourceTransport()
|
/aosp_15_r20/external/pigweed/pw_grpc/public/pw_grpc/ |
H A D | grpc_channel_output.h | 30 class StreamCallbacks { 37 void set_callbacks(StreamCallbacks& callbacks) { callbacks_ = callbacks; } in set_callbacks() 82 std::optional<std::reference_wrapper<StreamCallbacks>> callbacks_;
|
H A D | pw_rpc_handler.h | 33 public GrpcChannelOutput::StreamCallbacks {
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/audio_hal_client/ |
D | audio_hal_client_test.cc | 137 (bluetooth::audio::le_audio::StreamCallbacks stream_cb, 141 (bluetooth::audio::le_audio::StreamCallbacks stream_cb, 159 StreamCallbacks stream_cb, bluetooth::common::MessageLoopThread* message_loop, in GetSink() 165 StreamCallbacks stream_cb, bluetooth::common::MessageLoopThread* message_loop) { in GetSource() 327 bluetooth::audio::le_audio::StreamCallbacks source_audio_hal_stream_cb; 328 bluetooth::audio::le_audio::StreamCallbacks sink_audio_hal_stream_cb;
|
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/ |
D | mock_audio_hal_interface_a2dp_encoding.h | 140 bluetooth::audio::a2dp::StreamCallbacks const*, bool)> 142 bluetooth::audio::a2dp::StreamCallbacks const* /* audio_port */, 145 bluetooth::audio::a2dp::StreamCallbacks const* audio_port, bool offload_enabled) { in operator()
|
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/aidl/a2dp/ |
D | a2dp_encoding_aidl.cc | 99 using ::bluetooth::audio::a2dp::StreamCallbacks; 101 static StreamCallbacks null_stream_callbacks_; 102 static StreamCallbacks const* stream_callbacks_ = &null_stream_callbacks_; 369 StreamCallbacks const* stream_callbacks, bool offload_enabled) { in init()
|