Searched defs:songPosition (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_ct.h | 196 PlayStatus(uint32_t songLength, uint32_t songPosition, uint8_t playStatus) in PlayStatus() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_proxy.cpp | 489 OnGetPlayStatus(const RawAddress &rawAddr, uint32_t songLength, uint32_t songPosition, uint8_t playStatus, int result) OnGetPlayStatus() argument
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_stub.cpp | 395 uint32_t songPosition = data.ReadUint32(); in OnGetPlayStatusInner() local 400 stub->OnGetPlayStatus(RawAddress(addr), songLength, songPosition, playStatus, result); in OnGetPlayStatusInner() local
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_vendor.cpp | 1668 AvrcTgGpsPacket( uint8_t crCode, uint32_t songLength, uint32_t songPosition, uint8_t playStatus, uint8_t label) AvrcTgGpsPacket() argument
|
H A D | avrcp_tg_profile.cpp | 839 void AvrcTgProfile::SendGetPlayStatusRsp(const RawAddress &rawAddr, uint32_t songLength, uint32_t songPosition, in SendGetPlayStatusRsp() argument
|
H A D | avrcp_tg_service.cpp | 157 void AvrcpTgService::ObserverImpl::OnGetPlayStatus(const std::string &addr, uint32_t songLength, uint32_t songPosition, in OnGetPlayStatus() argument 1613 void AvrcpTgService::OnGetPlayStatus(const RawAddress &rawAddr, uint32_t songLength, uint32_t songPosition, in GetPlayStatus() argument 1640 OnGetPlayStatusNative( RawAddress rawAddr, uint32_t songLength, uint32_t songPosition, uint8_t playStatus, uint8_t label, uint8_t context) GetPlayStatus() argument [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.cpp | 1400 OnGetPlayStatus( const RawAddress &rawAddr, uint32_t songLength, uint32_t songPosition, uint8_t playStatus, int result) const OnGetPlayStatus() argument
|
Completed in 18 milliseconds