Home
last modified time | relevance | path

Searched refs:codecThread (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_state_machine.cpp30 A2dpCodecThread *codecThread = A2dpCodecThread::GetInstance(); in Entry() local
31 if (codecThread->GetInitStatus()) { in Entry()
32 codecThread->StopA2dpCodecThread(); in Entry()
33 delete codecThread; in Entry()
818 if (codecThread == nullptr) { in Entry()
821 if (codecThread->GetInitStatus()) { in Entry()
822 codecThread->StartTimer(); in Entry()
824 if (codecThread != nullptr) { in Entry()
825 codecThread->StartA2dpCodecThread(); in Entry()
834 if (codecThread->GetInitStatus()) { in Exit()
[all …]
H A Da2dp_profile.cpp367 A2dpCodecThread *codecThread = A2dpCodecThread::GetInstance(); in GetRenderPosition() local
369 codecThread->GetRenderPosition(sendDataSize, timeStamp); in GetRenderPosition()
1018 A2dpCodecThread *codecThread = A2dpCodecThread::GetInstance(); in DeletePeer() local
1019 if (codecThread != nullptr) { in DeletePeer()
1020 codecThread->StopA2dpCodecThread(); in DeletePeer()
1021 delete codecThread; in DeletePeer()
1123 A2dpCodecThread *codecThread = A2dpCodecThread::GetInstance(); in ProcessSinkStream() local
1124 if (codecThread == nullptr) { in ProcessSinkStream()
1139 codecThread->PostMessage(msg, peerParams, nullptr, nullptr); in ProcessSinkStream()
H A Da2dp_profile_peer.cpp828 A2dpCodecThread *codecThread = A2dpCodecThread::GetInstance(); in NotifyEncoder() local
833 if (codecThread != nullptr) { in NotifyEncoder()
850 codecThread->ProcessMessage(msg, peerParams, config, nullptr); in NotifyEncoder()
858 A2dpCodecThread *codecThread = A2dpCodecThread::GetInstance(); in NotifyDecoder() local
863 if (codecThread != nullptr) { in NotifyDecoder()
868 codecThread->ProcessMessage(msg, peerParams, config, decoderObserver_.get()); in NotifyDecoder()
877 A2dpCodecThread *codecThread = A2dpCodecThread::GetInstance(); in NotifyAudioConfigChanged() local
881 if (codecThread != nullptr) { in NotifyAudioConfigChanged()
882 codecThread->ProcessMessage(msg, peerParams, nullptr, nullptr); in NotifyAudioConfigChanged()