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/service/common/android/bluetooth/
DIBluetoothAvrcpTargetCallback.aidl33 void OnVolumeChange(String addr, int volume, int ctype); in OnVolumeChange()
/system/bt/btif/src/
Dbtif_rc.cc118 uint8_t ctype; member
428 void fill_pdu_queue(int index, uint8_t ctype, uint8_t label, bool pending, in fill_pdu_queue()
1173 uint8_t ctype = AVRC_RSP_REJ; in send_reject_response() local
1235 uint8_t ctype; in send_metamsg_rsp() local
1417 uint8_t ctype, uint8_t label, in btif_rc_upstreams_evt()
1669 tAVRC_RESPONSE* pavrc_resp, uint8_t ctype, in btif_rc_upstreams_rsp_evt()
1981 tBTA_AV_CODE code = 0, ctype = 0; in get_folder_items_list_rsp() local
2186 tBTA_AV_CODE ctype = 0; in set_browsed_player_rsp() local
/system/bt/profile/avrcp/
Dconnection_handler.cc523 uint8_t ctype = AVRC_RSP_ACCEPT; in SendMessage() local
/system/bt/stack/avrc/
Davrc_api.cc1100 uint16_t AVRC_MsgReq(uint8_t handle, uint8_t label, uint8_t ctype, in AVRC_MsgReq()
/system/bt/service/ipc/binder/
Dbluetooth_avrcp_target_binder_server.cc297 int32_t ctype) { in OnVolumeChange()
/system/bt/service/
Davrcp_target.cc352 void AvrcpTarget::VolumeChangeCallback(uint8_t volume, uint8_t ctype, in VolumeChangeCallback()
/system/bt/service/hal/
Dbluetooth_avrcp_interface.cc168 void VolumeChangeCallback(uint8_t volume, uint8_t ctype, in VolumeChangeCallback()
689 uint8_t volume, uint8_t ctype, const RawAddress& bd_addr) { in VolumeChangeCallback()
/system/bt/btif/avrcp/
Davrcp_service.cc101 uint16_t MsgReq(uint8_t handle, uint8_t label, uint8_t ctype, in MsgReq()
/system/bt/bta/av/
Dbta_av_act.cc855 uint8_t ctype = 0; in bta_av_rc_msg() local
/system/vold/
Dcryptfs.cpp369 for (auto const& ctype : supported_crypto_types) { in get_device_crypto_algorithm() local
/system/bt/stack/include/
Davrc_defs.h876 uint8_t ctype; /* Command type. */ member