| /system/bt/stack/avrc/ |
| D | avrc_opt.cc | 98 uint16_t AVRC_UnitCmd(uint8_t handle, uint8_t label) { in AVRC_UnitCmd() 141 uint16_t AVRC_SubCmd(uint8_t handle, uint8_t label, uint8_t page) { in AVRC_SubCmd() 184 uint16_t AVRC_VendorCmd(uint8_t handle, uint8_t label, in AVRC_VendorCmd() 219 uint16_t AVRC_VendorRsp(uint8_t handle, uint8_t label, in AVRC_VendorRsp()
|
| D | avrc_api.cc | 198 void avrc_start_cmd_timer(uint8_t handle, uint8_t label, uint8_t msg_mask) { in avrc_start_cmd_timer() 305 static uint16_t avrc_send_continue_frag(uint8_t handle, uint8_t label) { in avrc_send_continue_frag() 354 static BT_HDR* avrc_proc_vendor_command(uint8_t handle, uint8_t label, in avrc_proc_vendor_command() 453 static uint8_t avrc_proc_far_msg(uint8_t handle, uint8_t label, uint8_t cr, in avrc_proc_far_msg() 618 static void avrc_msg_cback(uint8_t handle, uint8_t label, uint8_t cr, in avrc_msg_cback() 900 static uint16_t AVRC_HandleContinueRsp(uint8_t handle, uint8_t label, in AVRC_HandleContinueRsp() 1132 uint16_t AVRC_MsgReq(uint8_t handle, uint8_t label, uint8_t ctype, in AVRC_MsgReq() 1318 uint16_t AVRC_PassCmd(uint8_t handle, uint8_t label, tAVRC_MSG_PASS* p_msg) { in AVRC_PassCmd() 1361 uint16_t AVRC_PassRsp(uint8_t handle, uint8_t label, tAVRC_MSG_PASS* p_msg) { in AVRC_PassRsp()
|
| /system/tpm/attestation/client/ |
| D | main.cc | 274 void CallCreateGoogleAttestedKey(const std::string& label, in CallCreateGoogleAttestedKey() 288 void CallGetKeyInfo(const std::string& label, const std::string& username) { in CallGetKeyInfo() 367 void CallCreateCertifiableKey(const std::string& label, in CallCreateCertifiableKey() 381 void Encrypt(const std::string& label, in Encrypt() 402 void CallDecrypt(const std::string& label, in CallDecrypt() 414 void CallSign(const std::string& label, in CallSign() 433 void VerifySignature(const std::string& label, in VerifySignature() 457 void CallRegister(const std::string& label, const std::string& username) { in CallRegister()
|
| /system/bt/bta/av/ |
| D | bta_av_api.cc | 384 void BTA_AvRemoteCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_RC rc_id, in BTA_AvRemoteCmd() 411 void BTA_AvRemoteVendorUniqueCmd(uint8_t rc_handle, uint8_t label, in BTA_AvRemoteVendorUniqueCmd() 443 void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code, in BTA_AvVendorCmd() 478 void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvVendorRsp() 556 void BTA_AvMetaRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvMetaRsp() 588 void BTA_AvMetaCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CMD cmd_code, in BTA_AvMetaCmd()
|
| /system/bt/stack/avct/ |
| D | avct_defs.h | 51 #define AVCT_BUILD_HDR(p, label, type, cr_ipid) \ argument 54 #define AVCT_PARSE_HDR(p, label, type, cr_ipid) \ argument
|
| D | avct_api.cc | 379 uint16_t AVCT_MsgReq(uint8_t handle, uint8_t label, uint8_t cr, BT_HDR* p_msg) { in AVCT_MsgReq()
|
| /system/core/libpixelflinger/codeflinger/ |
| D | MIPSAssembler.cpp | 132 void ArmToMipsAssembler::label(const char* theLabel) in label() function in android::ArmToMipsAssembler 189 uint32_t* ArmToMipsAssembler::pcForLabel(const char* label) in pcForLabel() 700 void ArmToMipsAssembler::B(int cc, const char* label) in B() 730 void ArmToMipsAssembler::BL(int cc, const char* label) in BL() 1350 ssize_t label = mLabelsInverseMapping.indexOfKey(mipsPC); in disassemble() local 1372 void MIPSAssembler::label(const char* theLabel) in label() function in android::MIPSAssembler 1421 uint32_t* MIPSAssembler::pcForLabel(const char* label) in pcForLabel() 1795 void MIPSAssembler::B(const char* label) in B() 1806 void MIPSAssembler::BEQ(int Rs, int Rt, const char* label) in BEQ() 1813 void MIPSAssembler::BNE(int Rs, int Rt, const char* label) in BNE() [all …]
|
| D | ARMAssembler.h | 175 const char* label; member
|
| D | ARMAssembler.cpp | 87 ssize_t label = mLabelsInverseMapping.indexOfKey(i); in disassemble() local 106 void ARMAssembler::label(const char* theLabel) in label() function in android::ARMAssembler 112 void ARMAssembler::B(int cc, const char* label) in B() 118 void ARMAssembler::BL(int cc, const char* label) in BL() 190 uint32_t* ARMAssembler::pcForLabel(const char* label) in pcForLabel()
|
| D | Arm64Assembler.h | 256 const char* label; member
|
| D | MIPS64Assembler.cpp | 111 void ArmToMips64Assembler::label(const char* theLabel) in label() function in android::ArmToMips64Assembler 173 uint32_t* ArmToMips64Assembler::pcForLabel(const char* label) in pcForLabel() 690 void ArmToMips64Assembler::B(int cc, const char* label) in B() 720 void ArmToMips64Assembler::BL(int cc, const char* label) in BL() 1346 ssize_t label = mLabelsInverseMapping.indexOfKey(mipsPC); in disassemble() local
|
| D | ARMAssemblerProxy.cpp | 198 void ARMAssemblerProxy::label(const char* theLabel) { in label() function in android::ARMAssemblerProxy 201 void ARMAssemblerProxy::B(int cc, const char* label) { in B() 204 void ARMAssemblerProxy::BL(int cc, const char* label) { in BL() 208 uint32_t* ARMAssemblerProxy::pcForLabel(const char* label) { in pcForLabel()
|
| /system/vold/ |
| D | EmulatedVolume.cpp | 59 std::string label = mLabel; in doMount() local
|
| /system/core/toolbox/ |
| D | getevent.c | 16 struct label { struct 24 static struct label key_value_labels[] = { argument 99 const char* label; in print_possible_events() local
|
| /system/core/libcutils/arch-x86_64/ |
| D | android_memset32.S | 24 # define L(label) .L##label argument
|
| D | android_memset16.S | 24 # define L(label) .L##label argument
|
| /system/media/alsa_utils/ |
| D | alsa_logging.c | 103 void log_pcm_config(struct pcm_config * config, const char* label) { in log_pcm_config()
|
| /system/core/sdcard/ |
| D | sdcard.cpp | 214 static void run(const char* source_path, const char* label, uid_t uid, in run() 355 static void run_sdcardfs(const std::string& source_path, const std::string& label, uid_t uid, in run_sdcardfs() 444 const char *label = NULL; in main() local
|
| /system/tpm/trunks/ |
| D | hmac_authorization_delegate.cc | 245 const std::string& label, in CreateKey() 286 std::string label("CFB", kLabelSize); in AesOperation() local
|
| /system/tpm/attestation/server/ |
| D | pkcs11_key_store_test.cc | 179 std::string label = GetValue(attributes, CKA_LABEL); in CreateObject() local 190 std::string label = handles_[object_handle]; in DestroyObject() local 203 std::string label = handles_[object_handle]; in GetAttributeValue() local 237 std::string label = GetValue(attributes, CKA_LABEL); in FindObjectsInit() local
|
| /system/bt/btif/src/ |
| D | btif_rc.cc | 111 uint8_t label; member 115 uint8_t label; member 133 uint8_t label; member 139 uint8_t label; member 144 uint8_t label; member 209 uint8_t label; member 428 void fill_pdu_queue(int index, uint8_t ctype, uint8_t label, bool pending, in fill_pdu_queue() 1187 static void send_reject_response(uint8_t rc_handle, uint8_t label, uint8_t pdu, in send_reject_response() 1249 uint8_t label, tBTA_AV_CODE code, in send_metamsg_rsp() 1435 uint8_t ctype, uint8_t label, in btif_rc_upstreams_evt() [all …]
|
| /system/extras/cpustats/ |
| D | cpustats.c | 303 char label[8]; in print_stats() local 320 static void print_cpu_stats(char *label, struct cpu_info *new_cpu, struct cpu_info *old_cpu, in print_cpu_stats()
|
| /system/extras/ext4_utils/include/ext4_utils/ |
| D | ext4_sb.h | 46 const char *label; member
|
| /system/bt/stack/avdt/ |
| D | avdt_api.cc | 483 uint16_t AVDT_ConfigRsp(uint8_t handle, uint8_t label, uint8_t error_code, in AVDT_ConfigRsp() 693 uint16_t AVDT_ReconfigRsp(uint8_t handle, uint8_t label, uint8_t error_code, in AVDT_ReconfigRsp() 762 uint16_t AVDT_SecurityRsp(uint8_t handle, uint8_t label, uint8_t error_code, in AVDT_SecurityRsp()
|
| /system/core/libcutils/arch-x86/ |
| D | android_memset32.S | 24 # define L(label) .L##label argument
|