Home
last modified time | relevance | path

Searched refs:playable_ (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_avrcp_meItem.cpp32 if (!parcel.WriteUint8(playable_)) { in Marshalling()
83 if (!parcel.ReadUint8(playable_)) { in ReadFromParcel()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Davrcp_media.cpp37 playable_(playable), in AvrcMeItem()
H A Davrcp_media.h72 uint8_t playable_ = 0; variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmedia_service.h57 uint8_t playable_ {0xFF};
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp265 myItem.playable_ = items.at(i).playable_; in OnGetFolderItems()
685 mediaItem.playable_ = items.at(i).playable_; in OnGetFolderItems()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h222 uint8_t playable_ {AVRC_MEDIA_FOLDER_PLAYABLE_RESERVED};
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_browse.cpp629 newOffset += PushOctets1((buffer + newOffset), item.playable_); in AssembleMeItem()
H A Davrcp_tg_service.cpp237 …item.itemType_, item.uid_, item.mediaType_, item.playable_, item.name_, item.attributes_, item.val… in OnGetFolderItems()