Home
last modified time | relevance | path

Searched refs:StreamCallbacks (Results 1 – 25 of 36) sorted by relevance

12

/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/
Dle_audio_software_host_transport.h36 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);
Da2dp_encoding.h51 class StreamCallbacks {
53 virtual ~StreamCallbacks() {} in ~StreamCallbacks()
72 StreamCallbacks const* strean_callbacks, bool offload_enabled);
Da2dp_encoding_host.cc229 static StreamCallbacks null_stream_callbacks_;
230 static StreamCallbacks const* stream_callbacks_ = &null_stream_callbacks_;
234 StreamCallbacks const* strean_callbacks, bool /*offload_enabled*/) { in init()
Dle_audio_software.h63 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);
Dle_audio_software_unittest.cc40 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_;
Dhearing_aid_software_encoding.h27 struct StreamCallbacks { struct
36 bool init(StreamCallbacks stream_cb, bluetooth::common::MessageLoopThread* message_loop); argument
Dle_audio_software_host_transport.cc28 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()
Dhearing_aid_software_encoding_host.cc25 bool init(StreamCallbacks /*stream_cb*/, bluetooth::common::MessageLoopThread* /*message_loop*/) { in init() argument
Dle_audio_software_host.cc475 StreamCallbacks stream_cb, bluetooth::common::MessageLoopThread* /*message_loop*/, in GetSink()
521 StreamCallbacks stream_cb, bluetooth::common::MessageLoopThread* /*message_loop*/) { in GetSource()
Dhearing_aid_software_encoding.cc36 bool init(StreamCallbacks stream_cb, bluetooth::common::MessageLoopThread* message_loop) { in init()
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dle_audio_software_hidl.h49 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);
Dhearing_aid_software_encoding_hidl.cc45 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()
Dhearing_aid_software_encoding_hidl.h29 using ::bluetooth::audio::hearing_aid::StreamCallbacks;
35 bool init(StreamCallbacks stream_cb, bluetooth::common::MessageLoopThread* message_loop);
Dle_audio_software_hidl.cc96 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()
Da2dp_encoding_hidl.cc56 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()
Da2dp_encoding_hidl.h41 bluetooth::audio::a2dp::StreamCallbacks const* stream_callbacks, bool offload_enabled);
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dle_audio_software_aidl.h56 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);
Dhearing_aid_software_encoding_aidl.cc43 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()
Dhearing_aid_software_encoding_aidl.h28 using ::bluetooth::audio::hearing_aid::StreamCallbacks;
34 bool init(StreamCallbacks stream_cb, bluetooth::common::MessageLoopThread* message_loop);
Dle_audio_software_aidl.cc48 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 Dgrpc_channel_output.h30 class StreamCallbacks {
37 void set_callbacks(StreamCallbacks& callbacks) { callbacks_ = callbacks; } in set_callbacks()
82 std::optional<std::reference_wrapper<StreamCallbacks>> callbacks_;
H A Dpw_rpc_handler.h33 public GrpcChannelOutput::StreamCallbacks {
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/audio_hal_client/
Daudio_hal_client_test.cc137 (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/
Dmock_audio_hal_interface_a2dp_encoding.h140 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/
Da2dp_encoding_aidl.cc99 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()

12