Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile.h478 void NotifyEncoder(const BtAddr &addr) const;
H A Da2dp_profile_peer.h443 void NotifyEncoder();
H A Da2dp_profile.cpp313 void A2dpProfile::NotifyEncoder(const BtAddr &addr) const in NotifyEncoder() function in OHOS::bluetooth::A2dpProfile
318 peer->NotifyEncoder(); in NotifyEncoder()
724 peer->NotifyEncoder(); in Start()
H A Da2dp_state_machine.cpp680 profile->NotifyEncoder(msgData.stream.addr); in ProcessStartInd()
779 profile->NotifyEncoder(addr); in ProcessStartCfm()
H A Da2dp_profile_peer.cpp825 void A2dpProfilePeer::NotifyEncoder() in NotifyEncoder() function in OHOS::bluetooth::A2dpProfilePeer