Home
last modified time | relevance | path

Searched refs:songPosition_ (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_vendor.h583 return songPosition_; in GetSongPosition()
598 uint32_t songPosition_ {AVRC_PLAY_STATUS_INVALID_SONG_POSITION}; // The value of the "SongPosition".
H A Davrcp_ct_vendor.cpp1119 songPosition_(AVRC_PLAY_STATUS_INVALID_SONG_POSITION), in AvrcCtGpsPacket()
1132 songPosition_(AVRC_PLAY_STATUS_INVALID_SONG_POSITION), in AvrcCtGpsPacket()
1192 songPosition_ = AVRC_PLAY_STATUS_INVALID_SONG_POSITION; in DisassembleParameters()
1193 HILOGI("songPosition_: %{public}d", songPosition_); in DisassembleParameters()
1207 songPosition_ = static_cast<uint32_t>(payload); in DisassembleParameters()
1208 HILOGI("songPosition_: %{public}d", songPosition_); in DisassembleParameters()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_vendor.h686 return songPosition_; in GetSongPosition()
701 uint32_t songPosition_ {AVRC_PLAY_STATUS_INVALID_SONG_POSITION}; // The value of the "SongPosition".
H A Davrcp_tg_vendor.cpp1679 songPosition_ = songPosition; in AvrcTgGpsPacket()
1689 songPosition_(AVRC_PLAY_STATUS_INVALID_SONG_POSITION), in AvrcTgGpsPacket()
1731 offset += PushOctets4((bufferPtr + offset), songPosition_); in AssembleParameters()
1732 HILOGI("songPosition_: %{public}u", songPosition_); in AssembleParameters()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h197 : songLength_(songLength), songPosition_(songPosition), playStatus_(playStatus) in PlayStatus()
202 uint32_t songPosition_; // The current position of the playing in milliseconds elapsed. member in OHOS::Bluetooth::AvrcpCtResponse::PlayStatus

Completed in 9 milliseconds