Home
last modified time | relevance | path

Searched refs:A2DP_NOT_PLAYING (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_state_machine.cpp845 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 Da2dp_service.cpp192 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 Dbluetooth_def.h1242 enum A2DP_PLAYING_STATE { A2DP_NOT_PLAYING, A2DP_IS_PLAYING }; enumerator
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_def.h1341 enum A2DP_PLAYING_STATE { A2DP_NOT_PLAYING, A2DP_IS_PLAYING }; enumerator

Completed in 14 milliseconds