Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_state_machine.cpp687 profile->AudioStateChangedNotify(msgData.stream.addr, A2DP_IS_PLAYING, (void *)&gavdpRole); in ProcessStartInd()
785 profile->AudioStateChangedNotify(addr, A2DP_IS_PLAYING, (void *)&gavdpRole); in ProcessStartCfm()
845 profile->AudioStateChangedNotify(msgData.stream.addr, A2DP_NOT_PLAYING, (void *)&gavdpRole); in ProcessSuspendInd()
867 profile->AudioStateChangedNotify(msgData.stream.addr, A2DP_NOT_PLAYING, (void *)&gavdpRole); in ProcessSuspendCfm()
1008 profile->AudioStateChangedNotify(msgData.stream.addr, A2DP_IS_PLAYING, (void *)&gavdpRole); in ProcessStartInd()
1030 profile->AudioStateChangedNotify(addr, A2DP_IS_PLAYING, (void *)&gavdpRole); in ProcessStartCfm()
1054 profile->AudioStateChangedNotify(msgData.stream.addr, A2DP_NOT_PLAYING, (void *)&gavdpRole); in ProcessSuspendInd()
1076 profile->AudioStateChangedNotify(msgData.stream.addr, A2DP_NOT_PLAYING, (void *)&gavdpRole); in ProcessSuspendCfm()
1139 profile->AudioStateChangedNotify(addr, A2DP_NOT_PLAYING, (void *)&gavdpRole); in ProcessDisconnectInd()
1274 profile->AudioStateChangedNotify(add in ProcessDisconnectCfm()
[all...]
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

Completed in 5 milliseconds