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

12345

/system/bt/stack/avct/
H A Davct_defs.h51 #define AVCT_BUILD_HDR(p, label, type, cr_ipid) \
52 *(p)++ = ((label) << 4) | ((type) << 2) | (cr_ipid);
54 #define AVCT_PARSE_HDR(p, label, type, cr_ipid) \
56 (label) = *(p) >> 4; \
/system/keymaster/include/keymaster/km_openssl/
H A Dckdf.h28 keymaster_error_t ckdf(const KeymasterKeyBlob& key, const KeymasterBlob& label,
36 inline keymaster_error_t ckdf(const KeymasterKeyBlob& key, const KeymasterBlob& label, argument
38 return ckdf(key, label, &context_chunks, 1 /* num_chunks */, output);
/system/bt/profile/avrcp/
H A Ddevice.h52 base::Callback<void(uint8_t label, bool browse,
104 void MessageReceived(uint8_t label, std::shared_ptr<Packet> pkt);
105 void BrowseMessageReceived(uint8_t label, std::shared_ptr<BrowsePacket> pkt);
106 void VendorPacketHandler(uint8_t label, std::shared_ptr<VendorPacket> pkt);
114 uint8_t label, bool interim, std::string curr_song_id,
119 uint8_t label, const std::shared_ptr<GetCapabilitiesRequest>& pkt);
123 uint8_t label, const std::shared_ptr<RegisterNotificationRequest>& pkt);
131 uint8_t label, bool interim, std::string curr_song_id,
136 virtual void PlaybackPosNotificationResponse(uint8_t label, bool interim,
140 virtual void GetPlayStatusResponse(uint8_t label, PlayStatu
246 send_message(uint8_t label, bool browse, std::unique_ptr<::bluetooth::PacketBuilder> message) argument
[all...]
H A Ddevice.cc34 base::Callback<void(uint8_t label, bool browse,
59 void Device::VendorPacketHandler(uint8_t label, argument
81 HandleVolumeChanged(label, register_notification);
99 HandleGetCapabilities(label,
104 HandleNotification(label,
111 label, Packet::Specialize<GetElementAttributesRequest>(pkt)));
117 label));
121 HandlePlayItem(label, Packet::Specialize<PlayItemRequest>(pkt));
131 send_message(label, false, std::move(response));
138 send_message(label, fals
32 Device( const RawAddress& bdaddr, bool avrcp13_compatibility, base::Callback<void(uint8_t label, bool browse, std::unique_ptr<::bluetooth::PacketBuilder> message)> send_msg_cb, uint16_t ctrl_mtu, uint16_t browse_mtu) argument
143 HandleGetCapabilities( uint8_t label, const std::shared_ptr<GetCapabilitiesRequest>& pkt) argument
183 HandleNotification( uint8_t label, const std::shared_ptr<RegisterNotificationRequest>& pkt) argument
261 uint8_t label = MAX_TRANSACTION_LABEL; local
279 HandleVolumeChanged( uint8_t label, const std::shared_ptr<RegisterNotificationResponse>& pkt) argument
327 uint8_t label = MAX_TRANSACTION_LABEL; local
340 TrackChangedNotificationResponse(uint8_t label, bool interim, std::string curr_song_id, std::vector<SongInfo> song_list) argument
381 PlaybackStatusNotificationResponse(uint8_t label, bool interim, PlayStatus status) argument
413 PlaybackPosNotificationResponse(uint8_t label, bool interim, PlayStatus status) argument
455 AddressedPlayerNotificationResponse( uint8_t label, bool interim, uint16_t curr_player, std::vector<MediaPlayerInfo> ) argument
484 uint8_t label = rejectNotification[i]->second; local
493 GetPlayStatusResponse(uint8_t label, PlayStatus status) argument
503 GetElementAttributesResponse( uint8_t label, std::shared_ptr<GetElementAttributesRequest> pkt, SongInfo info) argument
530 MessageReceived(uint8_t label, std::shared_ptr<Packet> pkt) argument
589 HandlePlayItem(uint8_t label, std::shared_ptr<PlayItemRequest> pkt) argument
621 BrowseMessageReceived(uint8_t label, std::shared_ptr<BrowsePacket> pkt) argument
655 HandleGetFolderItems(uint8_t label, std::shared_ptr<GetFolderItemsRequest> pkt) argument
682 HandleGetTotalNumberOfItems( uint8_t label, std::shared_ptr<GetTotalNumberOfItemsRequest> pkt) argument
710 GetTotalNumberOfItemsMediaPlayersResponse( uint8_t label, uint16_t curr_player, std::vector<MediaPlayerInfo> list) argument
719 GetTotalNumberOfItemsVFSResponse(uint8_t label, std::vector<ListItem> list) argument
728 GetTotalNumberOfItemsNowPlayingResponse( uint8_t label, std::string curr_song_id, std::vector<SongInfo> list) argument
737 HandleChangePath(uint8_t label, std::shared_ptr<ChangePathRequest> pkt) argument
777 ChangePathResponse(uint8_t label, std::shared_ptr<ChangePathRequest> pkt, std::vector<ListItem> list) argument
787 HandleGetItemAttributes( uint8_t label, std::shared_ptr<GetItemAttributesRequest> pkt) argument
821 GetItemAttributesNowPlayingResponse( uint8_t label, std::shared_ptr<GetItemAttributesRequest> pkt, std::string curr_media_id, std::vector<SongInfo> song_list) argument
860 GetItemAttributesVFSResponse( uint8_t label, std::shared_ptr<GetItemAttributesRequest> pkt, std::vector<ListItem> item_list) argument
920 GetMediaPlayerListResponse( uint8_t label, std::shared_ptr<GetFolderItemsRequest> pkt, uint16_t curr_player, std::vector<MediaPlayerInfo> players) argument
969 GetVFSListResponse(uint8_t label, std::shared_ptr<GetFolderItemsRequest> pkt, std::vector<ListItem> items) argument
1025 GetNowPlayingListResponse( uint8_t label, std::shared_ptr<GetFolderItemsRequest> pkt, std::string , std::vector<SongInfo> song_list) argument
1057 HandleSetBrowsedPlayer( uint8_t label, std::shared_ptr<SetBrowsedPlayerRequest> pkt) argument
1066 SetBrowsedPlayerResponse( uint8_t label, std::shared_ptr<SetBrowsedPlayerRequest> pkt, bool success, std::string root_id, uint32_t num_items) argument
1158 HandleNowPlayingNotificationResponse( uint8_t label, bool interim, std::string curr_song_id, std::vector<SongInfo> song_list) argument
[all...]
/system/extras/tests/workloads/
H A 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}9
[all...]
/system/bt/stack/include/
H A 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,
167 extern void AVDTC_OpenRsp(uint8_t handle, uint8_t label);
179 uint8_t label);
190 extern void AVDTC_CloseRsp(uint8_t handle, uint8_t label);
202 uint8_t label);
224 extern void AVDTC_AbortRsp(uint8_t handle, uint8_t label);
236 uint8_t label, uint8_
[all...]
H A Davrc_api.h179 using tAVRC_MSG_CBACK = base::Callback<void(uint8_t handle, uint8_t label,
192 uint8_t label; member in struct:__anon1041
403 extern uint16_t AVRC_MsgReq(uint8_t handle, uint8_t label, uint8_t ctype,
418 * label: Transaction label.
427 extern uint16_t AVRC_UnitCmd(uint8_t handle, uint8_t label);
441 * label: Transaction label.
454 extern uint16_t AVRC_SubCmd(uint8_t handle, uint8_t label, uint8_t page);
468 * label
[all...]
H A Davct_api.h109 typedef void(tAVCT_MSG_CBACK)(uint8_t handle, uint8_t label, uint8_t cr,
273 extern uint16_t AVCT_MsgReq(uint8_t handle, uint8_t label, uint8_t cr,
/system/media/alsa_utils/include/
H A Dalsa_logging.h24 void log_pcm_config(struct pcm_config * config, const char* label);
/system/bt/stack/avrc/
H A Davrc_opt.cc84 * label: Transaction label.
93 uint16_t AVRC_UnitCmd(uint8_t handle, uint8_t label) { argument
108 return AVCT_MsgReq(handle, label, AVCT_CMD, p_cmd);
123 * label: Transaction label.
136 uint16_t AVRC_SubCmd(uint8_t handle, uint8_t label, uint8_t page) { argument
153 return AVCT_MsgReq(handle, label, AVCT_CMD, p_cmd);
168 * label: Transaction label
179 AVRC_VendorCmd(uint8_t handle, uint8_t label, tAVRC_MSG_VENDOR* p_msg) argument
214 AVRC_VendorRsp(uint8_t handle, uint8_t label, tAVRC_MSG_VENDOR* p_msg) argument
[all...]
H A Davrc_api.cc134 AVRC_TRACE_DEBUG("AVRC: command timeout (handle=0x%02x, label=0x%02x)",
135 param->handle, param->label);
140 param->handle, AVRC_CMD_TIMEOUT_EVT, param->label, NULL);
166 next_label = (p_next_cmd->layer_specific) >> 8; /* extract label */
170 "AVRC: Dequeuing command 0x%08x (handle=0x%02x, label=0x%02x)",
197 void avrc_start_cmd_timer(uint8_t handle, uint8_t label, uint8_t msg_mask) { argument
201 param->label = label;
204 AVRC_TRACE_DEBUG("AVRC: starting timer (handle=0x%02x, label=0x%02x)", handle,
205 label);
302 avrc_send_continue_frag(uint8_t handle, uint8_t label) argument
351 avrc_proc_vendor_command(uint8_t handle, uint8_t label, BT_HDR* p_pkt, tAVRC_MSG_VENDOR* p_msg) argument
450 avrc_proc_far_msg(uint8_t handle, uint8_t label, uint8_t cr, BT_HDR** pp_pkt, tAVRC_MSG_VENDOR* p_msg) argument
618 avrc_msg_cback(uint8_t handle, uint8_t label, uint8_t cr, BT_HDR* p_pkt) argument
1073 AVRC_MsgReq(uint8_t handle, uint8_t label, uint8_t ctype, BT_HDR* p_pkt) argument
1249 AVRC_PassCmd(uint8_t handle, uint8_t label, tAVRC_MSG_PASS* p_msg) argument
1292 AVRC_PassRsp(uint8_t handle, uint8_t label, tAVRC_MSG_PASS* p_msg) argument
[all...]
/system/update_engine/scripts/update_payload/
H A Dupdate_metadata_pb2.py87 number=1, type=4, cpp_type=4, label=1,
94 number=2, type=4, cpp_type=4, label=1,
122 number=1, type=13, cpp_type=3, label=1,
129 number=2, type=12, cpp_type=9, label=1,
156 number=1, type=11, cpp_type=10, label=3,
184 number=1, type=4, cpp_type=4, label=1,
191 number=2, type=12, cpp_type=9, label=1,
219 number=1, type=9, cpp_type=9, label=1,
226 number=2, type=9, cpp_type=9, label=1,
233 number=3, type=9, cpp_type=9, label
[all...]
/system/keymaster/tests/
H A Dckdf_test.cpp31 const char* label; member in struct:keymaster::test::CkdfTest
90 auto label = hex2blob(test.label); local
97 ASSERT_EQ(KM_ERROR_OK, ckdf(key, label, context, &output));
/system/vold/model/
H A DEmulatedVolume.cpp61 std::string label = mLabel; local
63 label = "emulated";
66 mFuseDefault = StringPrintf("/mnt/runtime/default/%s", label.c_str());
67 mFuseRead = StringPrintf("/mnt/runtime/read/%s", label.c_str());
68 mFuseWrite = StringPrintf("/mnt/runtime/write/%s", label.c_str());
71 setPath(StringPrintf("/storage/%s", label.c_str()));
91 label.c_str(),
/system/extras/simpleperf/scripts/
H A 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
[all...]
/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
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);
418 const char* label; member in struct:android::MIPSAssembler::branch_target_t
[all...]
H A DMIPSAssembler.cpp135 void ArmToMipsAssembler::label(const char* theLabel) function in class:android::ArmToMipsAssembler
137 mMips->label(theLabel);
149 sprintf(cond.label[i], "cond_%d", i);
192 uint32_t* ArmToMipsAssembler::pcForLabel(const char* label) argument
194 return mMips->pcForLabel(label);
421 ArmToMipsAssembler::B(cc^1, cond.label[++cond.labelnum]);
591 mMips->label(cond.label[cond.labelnum]);
699 void ArmToMipsAssembler::B(int cc, const char* label) argument
705 case EQ: mMips->BEQ(cond.r1, cond.r2, label); brea
1356 ssize_t label = mLabelsInverseMapping.indexOfKey(mipsPC); local
1378 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 __unused, 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);
172 inline branch_target_t() : label(0), pc(0) { }
174 : label(l), pc(p) { }
175 const char* label; member in struct:android::ARMAssembler::branch_target_t
/system/bt/bta/av/
H A Dbta_av_api.cc407 void BTA_AvRemoteCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_RC rc_id, argument
418 p_buf->label = label;
434 void BTA_AvRemoteVendorUniqueCmd(uint8_t rc_handle, uint8_t label, argument
440 p_buf->label = label;
466 void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code, argument
477 p_buf->label = label;
501 void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_COD argument
579 BTA_AvMetaRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, BT_HDR* p_pkt) argument
611 BTA_AvMetaCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CMD cmd_code, BT_HDR* p_pkt) argument
[all...]
/system/extras/ext4_utils/include/ext4_utils/
H A Dext4_sb.h46 const char *label; member in struct:fs_info
/system/bt/bta/include/
H A Dbta_av_api.h281 uint8_t label; member in struct:__anon274
292 uint8_t label; member in struct:__anon275
299 uint8_t label; member in struct:__anon276
309 uint8_t label; member in struct:__anon277
576 void BTA_AvRemoteCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_RC rc_id,
590 void BTA_AvRemoteVendorUniqueCmd(uint8_t rc_handle, uint8_t label,
605 void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code,
620 void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code,
658 void BTA_AvMetaRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code,
678 void BTA_AvMetaCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CM
[all...]
/system/core/toolbox/
H A Dgetevent.c16 struct label { struct
24 static struct label key_value_labels[] = {
55 static const char *get_label(const struct label *labels, int value)
99 const char* label; local
102 struct label* bit_labels;
121 label = "KEY";
125 label = "REL";
129 label = "ABS";
133 label = "MSC";
138 label
[all...]
/system/core/sdcard/
H A Dsdcard.cpp157 static void run_sdcardfs(const std::string& source_path, const std::string& label, uid_t uid, argument
160 std::string dest_path_default = "/mnt/runtime/default/" + label;
161 std::string dest_path_read = "/mnt/runtime/read/" + label;
162 std::string dest_path_write = "/mnt/runtime/write/" + label;
206 LOG(ERROR) << "usage: sdcard [OPTIONS] <source_path> <label>"
218 const char *label = NULL; local
267 } else if (!label) {
268 label = arg;
279 if (!label) {
280 LOG(ERROR) << "no label specifie
[all...]
/system/keymaster/km_openssl/
H A Dckdf.cpp40 keymaster_error_t ckdf(const KeymasterKeyBlob& key, const KeymasterBlob& label, argument
73 // Data to mac is i || label || 0x00 || context || L, with i and L represented in 32 bits,
83 // label
84 if (!CMAC_Update(ctx.get(), label.data, label.data_length)) {
/system/extras/ext4_utils/
H A Dext4_sb.c37 info->label = sb->s_volume_name;

Completed in 4759 milliseconds

12345