Home
last modified time | relevance | path

Searched defs:ctype (Results 1 – 13 of 13) sorted by relevance

/system/bt/packet/avrcp/
Dvendor_packet.h48 VendorPacketBuilder(CType ctype, CommandPdu pdu, PacketType packet_type) in VendorPacketBuilder()
Dvendor_packet.cc23 CType ctype, CommandPdu pdu, PacketType packet_type, in MakeBuilder()
/system/bt/test/mock/
Dmock_stack_avrc_api.cc54 uint16_t AVRC_MsgReq(uint8_t handle, uint8_t label, uint8_t ctype, in AVRC_MsgReq()
/system/bt/service/common/android/bluetooth/
DIBluetoothAvrcpTargetCallback.aidl33 void OnVolumeChange(String addr, int volume, int ctype); in OnVolumeChange()
/system/bt/btif/src/
Dbtif_rc.cc119 uint8_t ctype; member
492 void fill_pdu_queue(int index, uint8_t ctype, uint8_t label, bool pending, in fill_pdu_queue()
1250 uint8_t ctype = AVRC_RSP_REJ; in send_reject_response() local
1312 uint8_t ctype; in send_metamsg_rsp() local
1494 uint8_t ctype, uint8_t label, in btif_rc_upstreams_evt()
1744 tAVRC_RESPONSE* pavrc_resp, uint8_t ctype, in btif_rc_upstreams_rsp_evt()
2051 tBTA_AV_CODE code = 0, ctype = 0; in get_folder_items_list_rsp() local
2256 tBTA_AV_CODE ctype = 0; in set_browsed_player_rsp() local
/system/bt/profile/avrcp/
Dconnection_handler.cc541 uint8_t ctype = AVRC_RSP_ACCEPT; in SendMessage() local
/system/bt/service/ipc/binder/
Dbluetooth_avrcp_target_binder_server.cc297 int32_t ctype) { in OnVolumeChange()
/system/bt/stack/avrc/
Davrc_api.cc1128 uint16_t AVRC_MsgReq(uint8_t handle, uint8_t label, uint8_t ctype, in AVRC_MsgReq()
/system/bt/service/
Davrcp_target.cc353 void AvrcpTarget::VolumeChangeCallback(uint8_t volume, uint8_t ctype, in VolumeChangeCallback()
/system/bt/service/hal/
Dbluetooth_avrcp_interface.cc169 void VolumeChangeCallback(uint8_t volume, uint8_t ctype, in VolumeChangeCallback()
690 uint8_t volume, uint8_t ctype, const RawAddress& bd_addr) { in VolumeChangeCallback()
/system/bt/btif/avrcp/
Davrcp_service.cc100 uint16_t MsgReq(uint8_t handle, uint8_t label, uint8_t ctype, in MsgReq()
/system/bt/bta/av/
Dbta_av_act.cc852 uint8_t ctype = 0; in bta_av_rc_msg() local
/system/bt/stack/include/
Davrc_defs.h879 uint8_t ctype; /* Command type. */ member