Home
last modified time | relevance | path

Searched refs:BluetoothAudioSession (Results 1 – 13 of 13) sorted by relevance

/hardware/interfaces/bluetooth/audio/utils/aidl_session/
DBluetoothAudioSessionControl.h34 std::shared_ptr<BluetoothAudioSession> session_ptr = in IsSessionReady()
50 std::shared_ptr<BluetoothAudioSession> session_ptr = in RegisterControlResultCback()
65 std::shared_ptr<BluetoothAudioSession> session_ptr = in UnregisterControlResultCback()
78 std::shared_ptr<BluetoothAudioSession> session_ptr = in GetAudioConfig()
106 std::shared_ptr<BluetoothAudioSession> session_ptr =
115 std::shared_ptr<BluetoothAudioSession> session_ptr = in SuspendStream()
124 std::shared_ptr<BluetoothAudioSession> session_ptr = in StopStream()
134 std::shared_ptr<BluetoothAudioSession> session_ptr = in GetPresentationPosition()
145 std::shared_ptr<BluetoothAudioSession> session_ptr = in UpdateSourceMetadata()
154 std::shared_ptr<BluetoothAudioSession> session_ptr = in UpdateSinkMetadata()
[all …]
DBluetoothAudioSession.cpp48 BluetoothAudioSession::BluetoothAudioSession(const SessionType& session_type) in BluetoothAudioSession() function in aidl::android::hardware::bluetooth::audio::BluetoothAudioSession
57 void BluetoothAudioSession::OnSessionStarted( in OnSessionStarted()
83 void BluetoothAudioSession::OnSessionEnded() { in OnSessionEnded()
101 const AudioConfiguration BluetoothAudioSession::GetAudioConfig() { in GetAudioConfig()
122 void BluetoothAudioSession::ReportAudioConfigChanged( in ReportAudioConfigChanged()
180 bool BluetoothAudioSession::IsSessionReady() { in IsSessionReady()
203 uint16_t BluetoothAudioSession::RegisterStatusCback( in RegisterStatusCback()
228 void BluetoothAudioSession::UnregisterStatusCback(uint16_t cookie) { in UnregisterStatusCback()
243 bool BluetoothAudioSession::StartStream(bool is_low_latency) { in StartStream()
259 bool BluetoothAudioSession::SuspendStream() { in SuspendStream()
[all …]
DBluetoothAudioSessionReport.h38 std::shared_ptr<BluetoothAudioSession> session_ptr = in OnSessionStarted()
51 std::shared_ptr<BluetoothAudioSession> session_ptr = in OnSessionEnded()
65 std::shared_ptr<BluetoothAudioSession> session_ptr = in ReportControlStatus()
77 std::shared_ptr<BluetoothAudioSession> session_ptr = in ReportAudioConfigChanged()
89 std::shared_ptr<BluetoothAudioSession> session_ptr = in ReportLowLatencyModeAllowedChanged()
DBluetoothAudioSession.h110 class BluetoothAudioSession {
112 BluetoothAudioSession(const SessionType& session_type);
236 static std::shared_ptr<BluetoothAudioSession> GetSessionInstance(
241 static std::unordered_map<SessionType, std::shared_ptr<BluetoothAudioSession>>
DHidlToAidlMiddleware.cpp617 return BluetoothAudioSession::IsAidlAvailable(); in IsAidlAvailable()
/hardware/interfaces/bluetooth/audio/utils/session/
DBluetoothAudioSessionControl.h30 std::shared_ptr<BluetoothAudioSession> session_ptr = in IsSessionReady()
43 std::shared_ptr<BluetoothAudioSession> session_ptr = in RegisterControlResultCback()
56 std::shared_ptr<BluetoothAudioSession> session_ptr = in UnregisterControlResultCback()
67 std::shared_ptr<BluetoothAudioSession> session_ptr = in GetAudioConfig()
72 return BluetoothAudioSession::kInvalidOffloadAudioConfiguration; in GetAudioConfig()
74 return BluetoothAudioSession::kInvalidSoftwareAudioConfiguration; in GetAudioConfig()
81 std::shared_ptr<BluetoothAudioSession> session_ptr = in StartStream()
90 std::shared_ptr<BluetoothAudioSession> session_ptr = in SuspendStream()
99 std::shared_ptr<BluetoothAudioSession> session_ptr = in StopStream()
110 std::shared_ptr<BluetoothAudioSession> session_ptr = in GetPresentationPosition()
[all …]
DBluetoothAudioSession.cpp38 const CodecConfiguration BluetoothAudioSession::kInvalidCodecConfiguration = {
44 AudioConfiguration BluetoothAudioSession::invalidSoftwareAudioConfiguration =
46 AudioConfiguration BluetoothAudioSession::invalidOffloadAudioConfiguration = {};
59 BluetoothAudioSession::BluetoothAudioSession(const SessionType& session_type) in BluetoothAudioSession() function in android::bluetooth::audio::BluetoothAudioSession
68 void BluetoothAudioSession::OnSessionStarted( in OnSessionStarted()
97 void BluetoothAudioSession::OnSessionEnded() { in OnSessionEnded()
112 void BluetoothAudioSession::ReportSessionStatus() { in ReportSessionStatus()
132 void BluetoothAudioSession::ReportControlStatus( in ReportControlStatus()
154 bool BluetoothAudioSession::IsSessionReady() { in IsSessionReady()
164 bool BluetoothAudioSession::UpdateDataPath(const DataMQ::Descriptor* dataMQ) { in UpdateDataPath()
[all …]
DBluetoothAudioSessionReport.h33 std::shared_ptr<BluetoothAudioSession> session_ptr = in OnSessionStarted()
42 std::shared_ptr<BluetoothAudioSession> session_ptr = in OnSessionEnded()
53 std::shared_ptr<BluetoothAudioSession> session_ptr = in ReportControlStatus()
DBluetoothAudioSession.h81 class BluetoothAudioSession {
110 BluetoothAudioSession(const SessionType& session_type);
179 static std::shared_ptr<BluetoothAudioSession> GetSessionInstance(
185 std::unordered_map<SessionType, std::shared_ptr<BluetoothAudioSession>>
DBluetoothAudioSession_2_1.h31 std::shared_ptr<BluetoothAudioSession> audio_session;
54 std::shared_ptr<BluetoothAudioSession> GetAudioSession();
DBluetoothAudioSession_2_1.cpp83 std::shared_ptr<BluetoothAudioSession>
/hardware/interfaces/bluetooth/audio/utils/
DAndroid.bp15 "session/BluetoothAudioSession.cpp",
42 "aidl_session/BluetoothAudioSession.cpp",
/hardware/interfaces/audio/aidl/default/bluetooth/
DModuleBluetooth.cpp220 if (!::aidl::android::hardware::bluetooth::audio::BluetoothAudioSession::IsAidlAvailable()) { in populateConnectedDevicePort()