Home
last modified time | relevance | path

Searched refs:NotifyDecoder (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile.h485 void NotifyDecoder(const BtAddr &addr) const;
H A Da2dp_profile_peer.h449 void NotifyDecoder();
H A Da2dp_profile.cpp324 void A2dpProfile::NotifyDecoder(const BtAddr &addr) const in NotifyDecoder() function in OHOS::bluetooth::A2dpProfile
330 peer->NotifyDecoder(); in NotifyDecoder()
726 peer->NotifyDecoder(); in Start()
H A Da2dp_state_machine.cpp682 profile->NotifyDecoder(msgData.stream.addr); in ProcessStartInd()
781 profile->NotifyDecoder(addr); in ProcessStartCfm()
H A Da2dp_profile_peer.cpp856 void A2dpProfilePeer::NotifyDecoder() in NotifyDecoder() function in OHOS::bluetooth::A2dpProfilePeer