Searched refs:label (Results 1 - 25 of 66) sorted by relevance

123

/system/bt/stack/avct/
H A Davct_defs.h51 #define AVCT_BLD_HDR(p, label, type, cr_ipid) \
52 *(p)++ = ((label) << 4) | ((type) << 2) | (cr_ipid);
54 #define AVCT_PRS_HDR(p, label, type, cr_ipid) \
55 label = *(p) >> 4; \
/system/extras/tests/workloads/
H A Dsystemapps.sh74 label=$1
83 curMax=$(eval "echo \$${label}max")
85 curMin=$(eval "echo \$${label}min")
87 curSum=$(eval "echo \$${label}sum")
89 curRestart=$(eval "echo \$${label}restart")
91 curReclaim=$(eval "echo \$${label}reclaim")
93 curFrames=$(eval "echo \$${label}frames")
95 curJanks=$(eval "echo \$${label}janks")
97 cur90=$(eval "echo \$${label}90")
99 cur95=$(eval "echo \$${label}9
[all...]
/system/bt/stack/include/
H A Davdtc_api.h90 extern void AVDTC_DiscoverRsp(BD_ADDR bd_addr, UINT8 label,
102 extern void AVDTC_GetCapRsp(BD_ADDR bd_addr, UINT8 label, tAVDT_CFG *p_cap);
113 extern void AVDTC_GetAllCapRsp(BD_ADDR bd_addr, UINT8 label, tAVDT_CFG *p_cap);
135 extern void AVDTC_GetConfigRsp(UINT8 handle, UINT8 label, tAVDT_CFG *p_cfg);
157 extern void AVDTC_OpenRsp(UINT8 handle, UINT8 label);
168 extern void AVDTC_StartRsp(UINT8 *p_handles, UINT8 num_handles, UINT8 label);
179 extern void AVDTC_CloseRsp(UINT8 handle, UINT8 label);
190 extern void AVDTC_SuspendRsp(UINT8 *p_handles, UINT8 num_handles, UINT8 label);
212 extern void AVDTC_AbortRsp(UINT8 handle, UINT8 label);
223 extern void AVDTC_Rej(UINT8 handle, BD_ADDR bd_addr, UINT8 cmd, UINT8 label,
[all...]
H A Davrc_api.h153 typedef void (tAVRC_MSG_CBACK) (UINT8 handle, UINT8 label, UINT8 opcode,
363 extern UINT16 AVRC_MsgReq (UINT8 handle, UINT8 label, UINT8 ctype, BT_HDR *p_pkt);
377 ** label: Transaction label.
386 extern UINT16 AVRC_UnitCmd(UINT8 handle, UINT8 label);
400 ** label: Transaction label.
413 extern UINT16 AVRC_SubCmd(UINT8 handle, UINT8 label, UINT8 page);
428 ** label: Transaction label
[all...]
H A Davct_api.h108 typedef void (tAVCT_MSG_CBACK)(UINT8 handle, UINT8 label, UINT8 cr,
272 extern UINT16 AVCT_MsgReq(UINT8 handle, UINT8 label, UINT8 cr, BT_HDR *p_msg);
/system/media/alsa_utils/include/
H A Dalsa_logging.h24 void log_pcm_config(struct pcm_config * config, const char* label);
/system/vold/
H A DEmulatedVolume.cpp59 std::string label = mLabel; local
61 label = "emulated";
64 mFuseDefault = StringPrintf("/mnt/runtime/default/%s", label.c_str());
65 mFuseRead = StringPrintf("/mnt/runtime/read/%s", label.c_str());
66 mFuseWrite = StringPrintf("/mnt/runtime/write/%s", label.c_str());
69 setPath(StringPrintf("/storage/%s", label.c_str()));
87 label.c_str(),
H A Dcryptfs.h224 int cryptfs_setup_ext_volume(const char* label, const char* real_blkdev,
226 int cryptfs_revert_ext_volume(const char* label);
/system/bt/stack/avrc/
H A Davrc_opt.c90 ** label: Transaction label.
99 UINT16 AVRC_UnitCmd(UINT8 handle, UINT8 label) argument
116 return AVCT_MsgReq( handle, label, AVCT_CMD, p_cmd);
131 ** label: Transaction label.
144 UINT16 AVRC_SubCmd(UINT8 handle, UINT8 label, UINT8 page) argument
162 return AVCT_MsgReq( handle, label, AVCT_CMD, p_cmd);
177 ** label: Transaction label
188 AVRC_VendorCmd(UINT8 handle, UINT8 label, tAVRC_MSG_VENDOR *p_msg) argument
223 AVRC_VendorRsp(UINT8 handle, UINT8 label, tAVRC_MSG_VENDOR *p_msg) argument
[all...]
H A Davrc_api.c186 static void avrc_send_continue_frag(UINT8 handle, UINT8 label) argument
197 AVRC_TRACE_DEBUG("%s handle = %u label = %u len = %d",
198 __func__, handle, label, p_pkt->len);
247 AVCT_MsgReq( handle, label, cr, p_pkt);
259 static BT_HDR * avrc_proc_vendor_command(UINT8 handle, UINT8 label, argument
305 AVCT_MsgReq( handle, label, AVCT_RSP, p_pkt);
312 avrc_send_continue_frag(handle, label);
372 static UINT8 avrc_proc_far_msg(UINT8 handle, UINT8 label, UINT8 cr, BT_HDR **pp_pkt, argument
507 p_rsp = avrc_proc_vendor_command(handle, label, *pp_pkt, p_msg);
510 AVCT_MsgReq( handle, label, AVCT_RS
548 avrc_msg_cback(UINT8 handle, UINT8 label, UINT8 cr, BT_HDR *p_pkt) argument
984 AVRC_MsgReq(UINT8 handle, UINT8 label, UINT8 ctype, BT_HDR *p_pkt) argument
1117 AVRC_PassCmd(UINT8 handle, UINT8 label, tAVRC_MSG_PASS *p_msg) argument
1156 AVRC_PassRsp(UINT8 handle, UINT8 label, tAVRC_MSG_PASS *p_msg) argument
[all...]
/system/extras/ext4_utils/
H A Dext4_sb.h42 const char *label; member in struct:fs_info
H A Dext4_sb.c40 info->label = sb->s_volume_name;
/system/core/libpixelflinger/codeflinger/
H A 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 in struct:android::ArmToMipsAssembler::cond_mode_t
257 void label(const char* string);
260 uint32_t* pcForLabel(const char* label);
362 void B(const char* label);
363 void BEQ(int Rs, int Rt, const char* label);
364 void BNE(int Rs, int Rt, const char* label);
420 const char* label; member in struct:android::MIPSAssembler::branch_target_t
[all...]
H A DMIPSAssembler.cpp137 void ArmToMipsAssembler::label(const char* theLabel) function in class:android::ArmToMipsAssembler
139 mMips->label(theLabel);
151 sprintf(cond.label[i], "cond_%d", i);
194 uint32_t* ArmToMipsAssembler::pcForLabel(const char* label) argument
196 return mMips->pcForLabel(label);
427 ArmToMipsAssembler::B(cc^1, cond.label[++cond.labelnum]);
597 mMips->label(cond.label[cond.labelnum]);
705 void ArmToMipsAssembler::B(int cc, const char* label) argument
711 case EQ: mMips->BEQ(cond.r1, cond.r2, label); brea
735 BL(int cc, const char* label) argument
1349 ssize_t label = mLabelsInverseMapping.indexOfKey(mipsPC); local
1371 void MIPSAssembler::label(const char* theLabel) function in class:android::MIPSAssembler
1427 pcForLabel(const char* label) argument
1801 B(const char* label) argument
1812 BEQ(int Rs, int Rt, const char* label) argument
1819 BNE(int Rs, int Rt, const char* label) argument
1826 BLEZ(int Rs, const char* label) argument
1833 BLTZ(int Rs, const char* label) argument
1840 BGTZ(int Rs, const char* label) argument
1848 BGEZ(int Rs, const char* label) argument
1868 BEQZ(int Rs, const char* label) argument
1873 BNEZ(int Rs, const char* label) argument
1878 BGE(int Rs, int Rt, const char* label) argument
1884 BGEU(int Rs, int Rt, const char* label) argument
1890 BGT(int Rs, int Rt, const char* label) argument
1896 BGTU(int Rs, int Rt, const char* label) argument
1902 BLE(int Rs, int Rt, const char* label) argument
1908 BLEU(int Rs, int Rt, const char* label) argument
1914 BLT(int Rs, int Rt, const char* label) argument
1920 BLTU(int Rs, int Rt, const char* label) argument
[all...]
H A 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);
175 inline branch_target_t() : label(0), pc(0) { }
177 : label(l), pc(p) { }
178 const char* label; member in struct:android::ARMAssembler::branch_target_t
H A DARMAssemblerProxy.cpp198 void ARMAssemblerProxy::label(const char* theLabel) { function in class:android::ARMAssemblerProxy
199 mTarget->label(theLabel);
201 void ARMAssemblerProxy::B(int cc, const char* label) { argument
202 mTarget->B(cc, label);
204 void ARMAssemblerProxy::BL(int cc, const char* label) { argument
205 mTarget->BL(cc, label);
208 uint32_t* ARMAssemblerProxy::pcForLabel(const char* label) { argument
209 return mTarget->pcForLabel(label);
H A DARMAssembler.cpp94 ssize_t label = mLabelsInverseMapping.indexOfKey(i); local
95 if (label >= 0) {
96 printf("%s:\n", mLabelsInverseMapping.valueAt(label));
113 void ARMAssembler::label(const char* theLabel) function in class:android::ARMAssembler
119 void ARMAssembler::B(int cc, const char* label) argument
121 mBranchTargets.add(branch_target_t(label, mPC));
125 void ARMAssembler::BL(int cc, const char* label) argument
127 mBranchTargets.add(branch_target_t(label, mPC));
173 uint32_t* target_pc = mLabels.valueFor(bt.label);
204 uint32_t* ARMAssembler::pcForLabel(const char* label) argument
[all...]
H A DARMAssemblerProxy.h98 virtual void label(const char* theLabel);
99 virtual void B(int cc, const char* label);
100 virtual void BL(int cc, const char* label);
102 uint32_t* pcForLabel(const char* label);
/system/bt/btif/src/
H A Dbtif_rc.c73 #define FILL_PDU_QUEUE(index, ctype, label, pending) \
76 btif_rc_cb.rc_pdu_info[index].label = label; \
87 send_metamsg_rsp(btif_rc_cb.rc_handle, btif_rc_cb.rc_pdu_info[index].label, \
90 btif_rc_cb.rc_pdu_info[index].label = 0; \
99 UINT8 label; member in struct:__anon678
104 UINT8 label; member in struct:__anon679
165 static void send_reject_response (UINT8 rc_handle, UINT8 label,
168 static void send_metamsg_rsp (UINT8 rc_handle, UINT8 label,
170 static void register_volumechange(UINT8 label);
888 send_reject_response(UINT8 rc_handle, UINT8 label, UINT8 pdu, UINT8 status) argument
919 send_metamsg_rsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE code, tAVRC_RESPONSE *pmetamsg_resp) argument
1048 btif_rc_upstreams_evt(UINT16 event, tAVRC_COMMAND *pavrc_cmd, UINT8 ctype, UINT8 label) argument
1179 btif_rc_upstreams_rsp_evt(UINT16 event, tAVRC_RESPONSE *pavrc_resp, UINT8 ctype, UINT8 label) argument
[all...]
/system/bt/bta/av/
H A Dbta_av_api.c404 void BTA_AvRemoteCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_RC rc_id, tBTA_AV_STATE key_state) argument
416 p_buf->label = label;
432 void BTA_AvVendorCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE cmd_code, UINT8 *p_data, UINT16 len) argument
444 p_buf->label = label;
471 void BTA_AvVendorRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code, UINT8 *p_data, UINT16 len, UINT32 company_id) argument
486 p_buf->label = label;
556 void BTA_AvMetaRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_COD argument
590 BTA_AvMetaCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_CMD cmd_code, BT_HDR *p_pkt) argument
[all...]
/system/core/toolbox/
H A Dgetevent.c15 struct label { struct
23 static struct label key_value_labels[] = {
54 static const char *get_label(const struct label *labels, int value)
98 const char* label; local
101 struct label* bit_labels;
122 label = "KEY";
126 label = "REL";
130 label = "ABS";
134 label = "MSC";
139 label
[all...]
/system/bt/bta/include/
H A Dbta_av_api.h376 UINT8 label; member in struct:__anon336
388 UINT8 label; member in struct:__anon337
396 UINT8 label; member in struct:__anon338
407 UINT8 label; member in struct:__anon339
700 void BTA_AvRemoteCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_RC rc_id,
714 void BTA_AvVendorCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE cmd_code,
729 void BTA_AvVendorRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code,
768 void BTA_AvMetaRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code,
785 void BTA_AvMetaCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_CMD cmd_code, BT_HDR *p_pkt);
/system/extras/tests/net_test/
H A Dnet_test.py243 def MakeFlowLabelOption(addr, label):
259 label = htonl(label & 0xfffff)
264 return struct.pack(fmt, addr, label, action, share, flags, 0, 0, pad)
267 def SetFlowLabel(s, addr, label):
268 opt = MakeFlowLabelOption(addr, label)
/system/media/alsa_utils/
H A Dalsa_logging.c103 void log_pcm_config(struct pcm_config * config, const char* label) { argument
104 ALOGV("log_pcm_config() - %s", label);
/system/core/fs_mgr/include/
H A Dfs_mgr.h64 char *label; member in struct:fstab_rec

Completed in 673 milliseconds

123