Home
last modified time | relevance | path

Searched refs:AVRC_DEFAULT_LABEL (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_tg.h498 uint8_t playStatus, uint32_t playbackPos, uint8_t label = AVRC_DEFAULT_LABEL) = 0;
509 virtual void NotifyTrackChanged(uint64_t uid, uint32_t playbackPos, uint8_t label = AVRC_DEFAULT_LABEL) = 0;
519 virtual void NotifyTrackReachedEnd(uint32_t playbackPos, uint8_t label = AVRC_DEFAULT_LABEL) = 0;
529 virtual void NotifyTrackReachedStart(uint32_t playbackPos, uint8_t label = AVRC_DEFAULT_LABEL) = 0;
539 virtual void NotifyPlaybackPosChanged(uint32_t playbackPos, uint8_t label = AVRC_DEFAULT_LABEL) = 0;
551 uint8_t label = AVRC_DEFAULT_LABEL) = 0;
560 virtual void NotifyNowPlayingContentChanged(uint8_t label = AVRC_DEFAULT_LABEL) = 0;
569 virtual void NotifyAvailablePlayersChanged(uint8_t label = AVRC_DEFAULT_LABEL) = 0;
581 uint16_t playerId, uint16_t uidCounter, uint8_t label = AVRC_DEFAULT_LABEL) = 0;
591 virtual void NotifyUidChanged(uint16_t uidCounter, uint8_t label = AVRC_DEFAULT_LABEL)
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_pass_through.cpp21 : stateFlag_(AVRC_KEY_STATE_INVALID), operationId_(AVRC_KEY_OPERATION_INVALID), label_(AVRC_DEFAULT_LABEL) in AvrcTgPassPacket()
27 : stateFlag_(AVRC_KEY_STATE_INVALID), operationId_(AVRC_KEY_OPERATION_INVALID), label_(AVRC_DEFAULT_LABEL) in AvrcTgPassPacket()
37 : stateFlag_(AVRC_KEY_STATE_INVALID), operationId_(AVRC_KEY_OPERATION_INVALID), label_(AVRC_DEFAULT_LABEL) in AvrcTgPassPacket()
H A Davrcp_tg_service.h855 uint8_t playStatus, uint32_t playbackPos, uint8_t label = AVRC_DEFAULT_LABEL) override;
864 void NotifyTrackChanged(uint64_t uid, uint32_t playbackPos, uint8_t label = AVRC_DEFAULT_LABEL) override;
872 void NotifyTrackReachedEnd(uint32_t playbackPos, uint8_t label = AVRC_DEFAULT_LABEL) override;
880 void NotifyTrackReachedStart(uint32_t playbackPos, uint8_t label = AVRC_DEFAULT_LABEL) override;
888 void NotifyPlaybackPosChanged(uint32_t playbackPos, uint8_t label = AVRC_DEFAULT_LABEL) override;
898 uint8_t label = AVRC_DEFAULT_LABEL) override;
905 void NotifyNowPlayingContentChanged(uint8_t label = AVRC_DEFAULT_LABEL) override;
912 void NotifyAvailablePlayersChanged(uint8_t label = AVRC_DEFAULT_LABEL) override;
922 uint16_t playerId, uint16_t uidCounter, uint8_t label = AVRC_DEFAULT_LABEL) override;
930 void NotifyUidChanged(uint16_t uidCounter, uint8_t label = AVRC_DEFAULT_LABEL) overrid
[all...]
H A Davrcp_tg_unit_info.h130 uint8_t label_ {AVRC_DEFAULT_LABEL}; // The label which is used to distinguish different call.
H A Davrcp_tg_pass_through.h207 uint8_t label_ {AVRC_DEFAULT_LABEL}; // The label which is used to distinguish different call.
H A Davrcp_tg_unit_info.cpp26 AvrcTgUnitPacket::AvrcTgUnitPacket() : label_(AVRC_DEFAULT_LABEL) in AvrcTgUnitPacket()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_state_machine.cpp499 cnManager->GetConnectId(rawAddr_), AVRC_DEFAULT_LABEL, AVCT_COMMAND, packet->AssemblePacket()); in Dispatch()
508 cnManager->GetConnectId(rawAddr_), AVRC_DEFAULT_LABEL, AVCT_COMMAND, packet->AssemblePacket()); in Dispatch()
532 cnManager->GetConnectId(rawAddr_), AVRC_DEFAULT_LABEL, AVCT_COMMAND, packet->AssemblePacket()); in Dispatch()
808 cnManager->GetConnectId(rawAddr_), AVRC_DEFAULT_LABEL, AVCT_COMMAND, packet->AssemblePacket()); in Dispatch()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_def.h724 #define AVRC_DEFAULT_LABEL (0x00) macro
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_def.h823 #define AVRC_DEFAULT_LABEL (0x00) macro

Completed in 12 milliseconds