Lines Matching refs:BluetoothAudioSession

48 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()
275 void BluetoothAudioSession::StopStream() { in StopStream()
293 bool BluetoothAudioSession::UpdateDataPath(const DataMQDesc* mq_desc) { in UpdateDataPath()
309 bool BluetoothAudioSession::UpdateAudioConfig( in UpdateAudioConfig()
361 void BluetoothAudioSession::ReportSessionStatus() { in ReportSessionStatus()
384 size_t BluetoothAudioSession::OutWritePcmData(const void* buffer, in OutWritePcmData()
423 size_t BluetoothAudioSession::InReadPcmData(void* buffer, size_t bytes) { in InReadPcmData()
466 void BluetoothAudioSession::ReportControlStatus(bool start_resp, in ReportControlStatus()
486 void BluetoothAudioSession::ReportLowLatencyModeAllowedChanged(bool allowed) { in ReportLowLatencyModeAllowedChanged()
518 bool BluetoothAudioSession::GetPresentationPosition( in GetPresentationPosition()
534 void BluetoothAudioSession::UpdateSourceMetadata( in UpdateSourceMetadata()
558 void BluetoothAudioSession::UpdateSinkMetadata( in UpdateSinkMetadata()
580 bool BluetoothAudioSession::UpdateSourceMetadata( in UpdateSourceMetadata()
605 bool BluetoothAudioSession::UpdateSinkMetadata( in UpdateSinkMetadata()
630 std::vector<LatencyMode> BluetoothAudioSession::GetSupportedLatencyModes() { in GetSupportedLatencyModes()
680 void BluetoothAudioSession::SetLatencyMode(const LatencyMode& latency_mode) { in SetLatencyMode()
695 bool BluetoothAudioSession::IsAidlAvailable() { in IsAidlAvailable()
710 std::unordered_map<SessionType, std::shared_ptr<BluetoothAudioSession>>
713 std::shared_ptr<BluetoothAudioSession>
724 std::shared_ptr<BluetoothAudioSession> session_ptr = in GetSessionInstance()
725 std::make_shared<BluetoothAudioSession>(session_type); in GetSessionInstance()