Searched refs:BluetoothAudioSession (Results 1 – 5 of 5) sorted by relevance
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 …]
35 const CodecConfiguration BluetoothAudioSession::kInvalidCodecConfiguration = {41 AudioConfiguration BluetoothAudioSession::invalidSoftwareAudioConfiguration =43 AudioConfiguration BluetoothAudioSession::invalidOffloadAudioConfiguration = {};53 BluetoothAudioSession::BluetoothAudioSession(const SessionType& session_type) in BluetoothAudioSession() function in android::bluetooth::audio::BluetoothAudioSession62 void BluetoothAudioSession::OnSessionStarted( in OnSessionStarted()91 void BluetoothAudioSession::OnSessionEnded() { in OnSessionEnded()104 void BluetoothAudioSession::ReportSessionStatus() { in ReportSessionStatus()124 void BluetoothAudioSession::ReportControlStatus( in ReportControlStatus()146 bool BluetoothAudioSession::IsSessionReady() { in IsSessionReady()154 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 {107 BluetoothAudioSession(const SessionType& session_type);173 static std::shared_ptr<BluetoothAudioSession> GetSessionInstance(179 std::unordered_map<SessionType, std::shared_ptr<BluetoothAudioSession>>
33 "session/BluetoothAudioSession.cpp",