Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_vendor.h573 return songLength_; in GetSongLength()
597 uint32_t songLength_ {AVRC_PLAY_STATUS_INVALID_SONG_LENGTH}; // The value of the "SongLength".
H A Davrcp_ct_vendor.cpp1118 songLength_(AVRC_PLAY_STATUS_INVALID_SONG_LENGTH), in AvrcCtGpsPacket()
1131 songLength_(AVRC_PLAY_STATUS_INVALID_SONG_LENGTH), in AvrcCtGpsPacket()
1189 songLength_ = AVRC_PLAY_STATUS_INVALID_SONG_LENGTH; in DisassembleParameters()
1190 HILOGI("songLength_: %{public}d", songLength_); in DisassembleParameters()
1202 songLength_ = static_cast<uint32_t>(payload); in DisassembleParameters()
1203 HILOGI("songLength_: %{public}d", songLength_); in DisassembleParameters()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_vendor.h676 return songLength_; in GetSongLength()
700 uint32_t songLength_ {AVRC_PLAY_STATUS_INVALID_SONG_LENGTH}; // The value of the "SongLength".
H A Davrcp_tg_vendor.cpp1678 songLength_ = songLength; in AvrcTgGpsPacket()
1688 songLength_(AVRC_PLAY_STATUS_INVALID_SONG_LENGTH), in AvrcTgGpsPacket()
1728 offset += PushOctets4((bufferPtr + offset), songLength_); in AssembleParameters()
1729 HILOGI("songLength_: %{public}u", songLength_); in AssembleParameters()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h197 : songLength_(songLength), songPosition_(songPosition), playStatus_(playStatus) in PlayStatus()
201 uint32_t songLength_; // The total length of the playing song in milliseconds. member in OHOS::Bluetooth::AvrcpCtResponse::PlayStatus

Completed in 10 milliseconds