Searched refs:AudioStateChangedNotify (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_state_machine.cpp | 678 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 D | a2dp_profile.h | 421 void AudioStateChangedNotify(const BtAddr &addr, const int state, void *context) const;
|
H A D | a2dp_profile.cpp | 225 void A2dpProfile::AudioStateChangedNotify(const BtAddr &addr, const int state, void *context) const in AudioStateChangedNotify() function in OHOS::bluetooth::A2dpProfile
|