Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_state_machine.cpp678 profile->AudioStateChangedNotify(msgData.stream.addr, A2DP_IS_PLAYING, (void *)&gavdpRole); in ProcessStartInd()
776 profile->AudioStateChangedNotify(addr, A2DP_IS_PLAYING, (void *)&gavdpRole); in ProcessStartCfm()
916 profile->AudioStateChangedNotify(msgData.stream.addr, A2DP_NOT_PLAYING, (void *)&gavdpRole); in ProcessSuspendInd()
938 profile->AudioStateChangedNotify(msgData.stream.addr, A2DP_NOT_PLAYING, (void *)&gavdpRole); in ProcessSuspendCfm()
1001 profile->AudioStateChangedNotify(addr, A2DP_NOT_PLAYING, (void *)&gavdpRole); in ProcessDisconnectInd()
1136 profile->AudioStateChangedNotify(addr, A2DP_NOT_PLAYING, (void *)&gavdpRole); in ProcessDisconnectCfm()
H A Da2dp_profile.h421 void AudioStateChangedNotify(const BtAddr &addr, const int state, void *context) const;
H A Da2dp_profile.cpp225 void A2dpProfile::AudioStateChangedNotify(const BtAddr &addr, const int state, void *context) const in AudioStateChangedNotify() function in OHOS::bluetooth::A2dpProfile