Searched refs:A2DP_NOT_PLAYING (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_state_machine.cpp | 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() 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(addr, A2DP_NOT_PLAYING, (void *)&gavdpRole); in ProcessDisconnectCfm()
|
H A D | a2dp_service.cpp | 192 if (state == A2DP_NOT_PLAYING) { in OnAudioStateChanged() 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 10 milliseconds