Searched refs:BluetoothAudioSession (Results 1 – 13 of 13) sorted by relevance
34 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 …]
48 BluetoothAudioSession::BluetoothAudioSession(const SessionType& session_type) in BluetoothAudioSession() function in aidl::android::hardware::bluetooth::audio::BluetoothAudioSession57 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 …]
38 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()
110 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>>
617 return BluetoothAudioSession::IsAidlAvailable(); in IsAidlAvailable()
30 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 …]
38 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::BluetoothAudioSession68 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 …]
33 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()
81 class BluetoothAudioSession {110 BluetoothAudioSession(const SessionType& session_type);179 static std::shared_ptr<BluetoothAudioSession> GetSessionInstance(185 std::unordered_map<SessionType, std::shared_ptr<BluetoothAudioSession>>
31 std::shared_ptr<BluetoothAudioSession> audio_session;54 std::shared_ptr<BluetoothAudioSession> GetAudioSession();
83 std::shared_ptr<BluetoothAudioSession>
15 "session/BluetoothAudioSession.cpp",42 "aidl_session/BluetoothAudioSession.cpp",
220 if (!::aidl::android::hardware::bluetooth::audio::BluetoothAudioSession::IsAidlAvailable()) { in populateConnectedDevicePort()