Home
last modified time | relevance | path

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

/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()
887 A2dpCodecThread *codecThread = A2dpCodecThread::GetInstance(); in Entry() local
888 if (codecThread == nullptr) { in Entry()
891 if (codecThread->GetInitStatus()) { in Entry()
892 codecThread->StartTimer(); in Entry()
894 if (codecThread != nullptr) { in Entry()
895 codecThread in Entry()
903 A2dpCodecThread *codecThread = A2dpCodecThread::GetInstance(); Exit() local
[all...]
H A Da2dp_profile.cpp367 A2dpCodecThread *codecThread = A2dpCodecThread::GetInstance(); in GetRenderPosition() local
369 codecThread->GetRenderPosition(sendDataSize, timeStamp); in GetRenderPosition()
1020 A2dpCodecThread *codecThread = A2dpCodecThread::GetInstance(); in DeletePeer() local
1021 if (codecThread != nullptr) { in DeletePeer()
1022 codecThread->StopA2dpCodecThread(); in DeletePeer()
1023 delete codecThread; in DeletePeer()
1125 A2dpCodecThread *codecThread = A2dpCodecThread::GetInstance(); in ProcessSinkStream() local
1126 if (codecThread == nullptr) { in ProcessSinkStream()
1141 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()

Completed in 7 milliseconds