Home
last modified time | relevance | path

Searched refs:label (Results 1 – 25 of 120) sorted by relevance

12345

/system/extras/tests/workloads/
Dsystemapps.sh76 label=$1
85 curMax=$(eval "echo \$${label}max")
87 curMin=$(eval "echo \$${label}min")
89 curSum=$(eval "echo \$${label}sum")
91 curRestart=$(eval "echo \$${label}restart")
93 curReclaim=$(eval "echo \$${label}reclaim")
95 curFrames=$(eval "echo \$${label}frames")
97 curJanks=$(eval "echo \$${label}janks")
99 cur90=$(eval "echo \$${label}90")
101 cur95=$(eval "echo \$${label}95")
[all …]
/system/bt/stack/include/
Davdtc_api.h97 extern void AVDTC_DiscoverRsp(const RawAddress& bd_addr, uint8_t label,
109 extern void AVDTC_GetCapRsp(const RawAddress& bd_addr, uint8_t label,
121 extern void AVDTC_GetAllCapRsp(const RawAddress& bd_addr, uint8_t label,
144 extern void AVDTC_GetConfigRsp(uint8_t handle, uint8_t label, tAVDT_CFG* p_cfg);
166 extern void AVDTC_OpenRsp(uint8_t handle, uint8_t label);
178 uint8_t label);
189 extern void AVDTC_CloseRsp(uint8_t handle, uint8_t label);
201 uint8_t label);
223 extern void AVDTC_AbortRsp(uint8_t handle, uint8_t label);
235 uint8_t label, uint8_t err_code, uint8_t err_param);
Davrc_api.h175 typedef void(tAVRC_MSG_CBACK)(uint8_t handle, uint8_t label, uint8_t opcode,
188 uint8_t label; member
399 extern uint16_t AVRC_MsgReq(uint8_t handle, uint8_t label, uint8_t ctype,
423 extern uint16_t AVRC_UnitCmd(uint8_t handle, uint8_t label);
450 extern uint16_t AVRC_SubCmd(uint8_t handle, uint8_t label, uint8_t page);
475 extern uint16_t AVRC_PassCmd(uint8_t handle, uint8_t label,
504 extern uint16_t AVRC_PassRsp(uint8_t handle, uint8_t label,
530 extern uint16_t AVRC_VendorCmd(uint8_t handle, uint8_t label,
559 extern uint16_t AVRC_VendorRsp(uint8_t handle, uint8_t label,
/system/extras/simpleperf/scripts/
Dprofile_pb2.py38 number=1, type=11, cpp_type=10, label=3,
45 number=2, type=11, cpp_type=10, label=3,
52 number=3, type=11, cpp_type=10, label=3,
59 number=4, type=11, cpp_type=10, label=3,
66 number=5, type=11, cpp_type=10, label=3,
73 number=6, type=9, cpp_type=9, label=3,
80 number=7, type=3, cpp_type=2, label=1,
87 number=8, type=3, cpp_type=2, label=1,
94 number=9, type=3, cpp_type=2, label=1,
101 number=10, type=3, cpp_type=2, label=1,
[all …]
Dreport.py202 label = Label(frame, text=line, font=font)
203 label.pack(anchor=W, padx=PAD_X, pady=PAD_Y)
206 label = Label(frame, text='', font=font)
207 label.pack(anchor=W, padx=PAD_X, pady=PAD_Y)
210 label = Label(frame, text=' ' + title_line, font=font)
211 label.pack(anchor=W, padx=PAD_X, pady=PAD_Y)
/system/update_engine/scripts/update_payload/
Dupdate_metadata_pb2.py83 number=1, type=4, cpp_type=4, label=1,
90 number=2, type=4, cpp_type=4, label=1,
118 number=1, type=13, cpp_type=3, label=1,
125 number=2, type=12, cpp_type=9, label=1,
152 number=1, type=11, cpp_type=10, label=3,
180 number=1, type=4, cpp_type=4, label=1,
187 number=2, type=12, cpp_type=9, label=1,
215 number=1, type=9, cpp_type=9, label=1,
222 number=2, type=9, cpp_type=9, label=1,
229 number=3, type=9, cpp_type=9, label=1,
[all …]
/system/vold/
DEmulatedVolume.cpp60 std::string label = mLabel; in doMount() local
62 label = "emulated"; in doMount()
65 mFuseDefault = StringPrintf("/mnt/runtime/default/%s", label.c_str()); in doMount()
66 mFuseRead = StringPrintf("/mnt/runtime/read/%s", label.c_str()); in doMount()
67 mFuseWrite = StringPrintf("/mnt/runtime/write/%s", label.c_str()); in doMount()
70 setPath(StringPrintf("/storage/%s", label.c_str())); in doMount()
89 label.c_str(), in doMount()
/system/bt/stack/avct/
Davct_defs.h51 #define AVCT_BUILD_HDR(p, label, type, cr_ipid) \ argument
52 *(p)++ = ((label) << 4) | ((type) << 2) | (cr_ipid);
54 #define AVCT_PARSE_HDR(p, label, type, cr_ipid) \ argument
56 (label) = *(p) >> 4; \
/system/bt/stack/avrc/
Davrc_opt.cc98 uint16_t AVRC_UnitCmd(uint8_t handle, uint8_t label) { in AVRC_UnitCmd() argument
113 return AVCT_MsgReq(handle, label, AVCT_CMD, p_cmd); in AVRC_UnitCmd()
141 uint16_t AVRC_SubCmd(uint8_t handle, uint8_t label, uint8_t page) { in AVRC_SubCmd() argument
158 return AVCT_MsgReq(handle, label, AVCT_CMD, p_cmd); in AVRC_SubCmd()
184 uint16_t AVRC_VendorCmd(uint8_t handle, uint8_t label, in AVRC_VendorCmd() argument
188 return AVCT_MsgReq(handle, label, AVCT_CMD, p_buf); in AVRC_VendorCmd()
219 uint16_t AVRC_VendorRsp(uint8_t handle, uint8_t label, in AVRC_VendorRsp() argument
223 return AVCT_MsgReq(handle, label, AVCT_RSP, p_buf); in AVRC_VendorRsp()
Davrc_api.cc137 param->handle, param->label); in avrc_process_timeout()
142 param->handle, AVRC_CMD_TIMEOUT_EVT, param->label, NULL); in avrc_process_timeout()
199 void avrc_start_cmd_timer(uint8_t handle, uint8_t label, uint8_t msg_mask) { in avrc_start_cmd_timer() argument
203 param->label = label; in avrc_start_cmd_timer()
207 label); in avrc_start_cmd_timer()
306 static uint16_t avrc_send_continue_frag(uint8_t handle, uint8_t label) { in avrc_send_continue_frag() argument
316 label, p_pkt->len); in avrc_send_continue_frag()
343 return AVCT_MsgReq(handle, label, cr, p_pkt); in avrc_send_continue_frag()
355 static BT_HDR* avrc_proc_vendor_command(uint8_t handle, uint8_t label, in avrc_proc_vendor_command() argument
394 AVCT_MsgReq(handle, label, AVCT_RSP, p_pkt); in avrc_proc_vendor_command()
[all …]
/system/core/libpixelflinger/codeflinger/
DMIPSAssembler.h109 virtual void label(const char* theLabel);
110 virtual void B(int cc, const char* label);
111 virtual void BL(int cc, const char* label);
113 virtual uint32_t* pcForLabel(const char* label);
226 char label[100][10]; member
258 virtual void label(const char* string);
261 virtual uint32_t* pcForLabel(const char* label);
363 void B(const char* label);
364 void BEQ(int Rs, int Rt, const char* label);
365 void BNE(int Rs, int Rt, const char* label);
[all …]
DMIPSAssembler.cpp132 void ArmToMipsAssembler::label(const char* theLabel) in label() function in android::ArmToMipsAssembler
134 mMips->label(theLabel); in label()
146 sprintf(cond.label[i], "cond_%d", i); in init_conditional_labels()
189 uint32_t* ArmToMipsAssembler::pcForLabel(const char* label) in pcForLabel() argument
191 return mMips->pcForLabel(label); in pcForLabel()
422 ArmToMipsAssembler::B(cc^1, cond.label[++cond.labelnum]); in dataProcessing()
592 mMips->label(cond.label[cond.labelnum]); in dataProcessing()
700 void ArmToMipsAssembler::B(int cc, const char* label) in B() argument
706 case EQ: mMips->BEQ(cond.r1, cond.r2, label); break; in B()
707 case NE: mMips->BNE(cond.r1, cond.r2, label); break; in B()
[all …]
DARMAssembler.h109 virtual void label(const char* theLabel);
110 virtual void B(int cc, const char* label);
111 virtual void BL(int cc, const char* label);
113 virtual uint32_t* pcForLabel(const char* label);
172 inline branch_target_t() : label(0), pc(0) { } in branch_target_t()
174 : label(l), pc(p) { } in branch_target_t()
175 const char* label; member
DMIPS64Assembler.cpp111 void ArmToMips64Assembler::label(const char* theLabel) in label() function in android::ArmToMips64Assembler
113 mMips->label(theLabel); in label()
125 sprintf(cond.label[i], "cond_%d", i); in init_conditional_labels()
173 uint32_t* ArmToMips64Assembler::pcForLabel(const char* label) in pcForLabel() argument
175 return mMips->pcForLabel(label); in pcForLabel()
403 ArmToMips64Assembler::B(cc^1, cond.label[++cond.labelnum]); in dataProcessing()
581 mMips->label(cond.label[cond.labelnum]); in dataProcessing()
690 void ArmToMips64Assembler::B(int cc, const char* label) in B() argument
696 case EQ: mMips->BEQ(cond.r1, cond.r2, label); break; in B()
697 case NE: mMips->BNE(cond.r1, cond.r2, label); break; in B()
[all …]
DARMAssembler.cpp87 ssize_t label = mLabelsInverseMapping.indexOfKey(i); in disassemble() local
88 if (label >= 0) { in disassemble()
89 printf("%s:\n", mLabelsInverseMapping.valueAt(label)); in disassemble()
106 void ARMAssembler::label(const char* theLabel) in label() function in android::ARMAssembler
112 void ARMAssembler::B(int cc, const char* label) in B() argument
114 mBranchTargets.add(branch_target_t(label, mPC)); in B()
118 void ARMAssembler::BL(int cc, const char* label) in BL() argument
120 mBranchTargets.add(branch_target_t(label, mPC)); in BL()
166 uint32_t* target_pc = mLabels.valueFor(bt.label); in generate()
190 uint32_t* ARMAssembler::pcForLabel(const char* label) in pcForLabel() argument
[all …]
DARMAssemblerProxy.cpp198 void ARMAssemblerProxy::label(const char* theLabel) { in label() function in android::ARMAssemblerProxy
199 mTarget->label(theLabel); in label()
201 void ARMAssemblerProxy::B(int cc, const char* label) { in B() argument
202 mTarget->B(cc, label); in B()
204 void ARMAssemblerProxy::BL(int cc, const char* label) { in BL() argument
205 mTarget->BL(cc, label); in BL()
208 uint32_t* ARMAssemblerProxy::pcForLabel(const char* label) { in pcForLabel() argument
209 return mTarget->pcForLabel(label); in pcForLabel()
/system/bt/bta/av/
Dbta_av_api.cc384 void BTA_AvRemoteCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_RC rc_id, in BTA_AvRemoteCmd() argument
395 p_buf->label = label; in BTA_AvRemoteCmd()
411 void BTA_AvRemoteVendorUniqueCmd(uint8_t rc_handle, uint8_t label, in BTA_AvRemoteVendorUniqueCmd() argument
417 p_buf->label = label; in BTA_AvRemoteVendorUniqueCmd()
443 void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code, in BTA_AvVendorCmd() argument
454 p_buf->label = label; in BTA_AvVendorCmd()
478 void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvVendorRsp() argument
492 p_buf->label = label; in BTA_AvVendorRsp()
556 void BTA_AvMetaRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvMetaRsp() argument
566 p_buf->label = label; in BTA_AvMetaRsp()
[all …]
/system/tpm/attestation/client/
Dmain.cc274 void CallCreateGoogleAttestedKey(const std::string& label, in CallCreateGoogleAttestedKey() argument
277 request.set_key_label(label); in CallCreateGoogleAttestedKey()
288 void CallGetKeyInfo(const std::string& label, const std::string& username) { in CallGetKeyInfo() argument
290 request.set_key_label(label); in CallGetKeyInfo()
367 void CallCreateCertifiableKey(const std::string& label, in CallCreateCertifiableKey() argument
371 request.set_key_label(label); in CallCreateCertifiableKey()
381 void Encrypt(const std::string& label, in Encrypt() argument
385 request.set_key_label(label); in Encrypt()
402 void CallDecrypt(const std::string& label, in CallDecrypt() argument
406 request.set_key_label(label); in CallDecrypt()
[all …]
/system/core/toolbox/
Dgetevent.c16 struct label { struct
24 static struct label key_value_labels[] = { argument
55 static const char *get_label(const struct label *labels, int value) in get_label()
99 const char* label; in print_possible_events() local
102 struct label* bit_labels; in print_possible_events()
121 label = "KEY"; in print_possible_events()
125 label = "REL"; in print_possible_events()
129 label = "ABS"; in print_possible_events()
133 label = "MSC"; in print_possible_events()
138 label = "LED"; in print_possible_events()
[all …]
/system/core/sdcard/
Dsdcard.cpp214 static void run(const char* source_path, const char* label, uid_t uid, in run() argument
270 snprintf(fuse_default.dest_path, PATH_MAX, "/mnt/runtime/default/%s", label); in run()
271 snprintf(fuse_read.dest_path, PATH_MAX, "/mnt/runtime/read/%s", label); in run()
272 snprintf(fuse_write.dest_path, PATH_MAX, "/mnt/runtime/write/%s", label); in run()
369 static void run_sdcardfs(const std::string& source_path, const std::string& label, uid_t uid, in run_sdcardfs() argument
372 std::string dest_path_default = "/mnt/runtime/default/" + label; in run_sdcardfs()
373 std::string dest_path_read = "/mnt/runtime/read/" + label; in run_sdcardfs()
374 std::string dest_path_write = "/mnt/runtime/write/" + label; in run_sdcardfs()
460 const char *label = NULL; in main() local
502 } else if (!label) { in main()
[all …]
/system/bt/btif/src/
Dbtif_rc.cc111 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
251 static void send_reject_response(uint8_t rc_handle, uint8_t label, uint8_t pdu,
255 uint8_t label, tBTA_AV_CODE code,
257 static void register_volumechange(uint8_t label, btif_rc_device_cb_t* p_dev);
261 static void release_transaction(uint8_t label);
[all …]
/system/bt/bta/include/
Dbta_av_api.h362 uint8_t label; member
373 uint8_t label; member
380 uint8_t label; member
390 uint8_t label; member
661 void BTA_AvRemoteCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_RC rc_id,
675 void BTA_AvRemoteVendorUniqueCmd(uint8_t rc_handle, uint8_t label,
690 void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code,
705 void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code,
743 void BTA_AvMetaRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code,
763 void BTA_AvMetaCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CMD cmd_code,
/system/sepolicy/private/
Dfs_use12 # Label inodes from task label.
16 # Label inodes from combination of task label and fs label.
/system/sepolicy/prebuilts/api/26.0/private/
Dfs_use12 # Label inodes from task label.
16 # Label inodes from combination of task label and fs label.
/system/tpm/attestation/server/
Dpkcs11_key_store_test.cc179 std::string label = GetValue(attributes, CKA_LABEL); in CreateObject() local
180 handles_[*new_object_handle] = label; in CreateObject()
181 values_[label] = GetValue(attributes, CKA_VALUE); in CreateObject()
182 labels_[label] = *new_object_handle; in CreateObject()
190 std::string label = handles_[object_handle]; in DestroyObject() local
192 values_.erase(label); in DestroyObject()
193 labels_.erase(label); in DestroyObject()
203 std::string label = handles_[object_handle]; in GetAttributeValue() local
204 std::string value = values_[label]; in GetAttributeValue()
209 value = label; in GetAttributeValue()
[all …]

12345