Searched refs:A2DP_IS_PLAYING (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_state_machine.cpp | 687 profile->AudioStateChangedNotify(msgData.stream.addr, A2DP_IS_PLAYING, (void *)&gavdpRole); in ProcessStartInd() 785 profile->AudioStateChangedNotify(addr, A2DP_IS_PLAYING, (void *)&gavdpRole); in ProcessStartCfm() 1008 profile->AudioStateChangedNotify(msgData.stream.addr, A2DP_IS_PLAYING, (void *)&gavdpRole); in ProcessStartInd() 1030 profile->AudioStateChangedNotify(addr, A2DP_IS_PLAYING, (void *)&gavdpRole); in ProcessStartCfm()
|
H A D | a2dp_profile.cpp | 228 if (state == A2DP_IS_PLAYING) { in AudioStateChangedNotify()
|
H A D | a2dp_service.cpp | 570 state = info->GetPlayingState() ? A2DP_IS_PLAYING : A2DP_NOT_PLAYING; in GetPlayingState()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_def.h | 1242 enum A2DP_PLAYING_STATE { A2DP_NOT_PLAYING, A2DP_IS_PLAYING }; enumerator
|
/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | bt_def.h | 1341 enum A2DP_PLAYING_STATE { A2DP_NOT_PLAYING, A2DP_IS_PLAYING }; enumerator
|
Completed in 13 milliseconds