Home
last modified time | relevance | path

Searched defs:label (Results 1 – 25 of 68) sorted by relevance

123

/system/bt/gd/cert/
Dperformance_test_logger.py32 def log_single_point(self, label=""): argument
37 def start_interval(self, label=""): argument
42 def end_interval(self, label=""): argument
47 def _check_interval_label(self, label): argument
53 def get_duration_of_intervals(self, label): argument
Dhost_config.json20 "label": "cert", string
35 "label": "dut", string
Drust_host_config.json20 "label": "cert", string
35 "label": "dut", string
Drust_android_devices_config.json13 "label": "cert", string
34 "label": "dut", string
Ddevices_config.json13 "label": "cert", string
35 "label": "dut", string
/system/bt/profile/avrcp/
Ddevice.cc39 base::Callback<void(uint8_t label, bool browse, in Device()
96 void Device::VendorPacketHandler(uint8_t label, in VendorPacketHandler()
216 uint8_t label, const std::shared_ptr<GetCapabilitiesRequest>& pkt) { in HandleGetCapabilities()
263 uint8_t label, const std::shared_ptr<RegisterNotificationRequest>& pkt) { in HandleNotification()
349 uint8_t label = MAX_TRANSACTION_LABEL; in RegisterVolumeChanged() local
368 uint8_t label, const std::shared_ptr<RegisterNotificationResponse>& pkt) { in HandleVolumeChanged()
416 uint8_t label = MAX_TRANSACTION_LABEL; in SetVolume() local
429 void Device::TrackChangedNotificationResponse(uint8_t label, bool interim, in TrackChangedNotificationResponse()
472 void Device::PlaybackStatusNotificationResponse(uint8_t label, bool interim, in PlaybackStatusNotificationResponse()
506 void Device::PlaybackPosNotificationResponse(uint8_t label, bool interim, in PlaybackPosNotificationResponse()
[all …]
/system/bt/stack/avrc/
Davrc_opt.cc93 uint16_t AVRC_UnitCmd(uint8_t handle, uint8_t label) { in AVRC_UnitCmd()
136 uint16_t AVRC_SubCmd(uint8_t handle, uint8_t label, uint8_t page) { in AVRC_SubCmd()
179 uint16_t AVRC_VendorCmd(uint8_t handle, uint8_t label, in AVRC_VendorCmd()
214 uint16_t AVRC_VendorRsp(uint8_t handle, uint8_t label, in AVRC_VendorRsp()
Davrc_api.cc199 void avrc_start_cmd_timer(uint8_t handle, uint8_t label, uint8_t msg_mask) { in avrc_start_cmd_timer()
304 static uint16_t avrc_send_continue_frag(uint8_t handle, uint8_t label) { in avrc_send_continue_frag()
353 static BT_HDR* avrc_proc_vendor_command(uint8_t handle, uint8_t label, in avrc_proc_vendor_command()
452 static uint8_t avrc_proc_far_msg(uint8_t handle, uint8_t label, uint8_t cr, in avrc_proc_far_msg()
620 static void avrc_msg_cback(uint8_t handle, uint8_t label, uint8_t cr, in avrc_msg_cback()
1128 uint16_t AVRC_MsgReq(uint8_t handle, uint8_t label, uint8_t ctype, in AVRC_MsgReq()
1313 uint16_t AVRC_PassCmd(uint8_t handle, uint8_t label, tAVRC_MSG_PASS* p_msg) { in AVRC_PassCmd()
1356 uint16_t AVRC_PassRsp(uint8_t handle, uint8_t label, tAVRC_MSG_PASS* p_msg) { in AVRC_PassRsp()
/system/bt/test/mock/
Dmock_stack_avrc_api.cc54 uint16_t AVRC_MsgReq(uint8_t handle, uint8_t label, uint8_t ctype, in AVRC_MsgReq()
68 uint16_t AVRC_PassCmd(uint8_t handle, uint8_t label, tAVRC_MSG_PASS* p_msg) { in AVRC_PassCmd()
72 uint16_t AVRC_PassRsp(uint8_t handle, uint8_t label, tAVRC_MSG_PASS* p_msg) { in AVRC_PassRsp()
81 void avrc_start_cmd_timer(uint8_t handle, uint8_t label, uint8_t msg_mask) { in avrc_start_cmd_timer()
Dmock_bta_av_api.cc49 void BTA_AvMetaCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CMD cmd_code, in BTA_AvMetaCmd()
53 void BTA_AvMetaRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvMetaRsp()
85 void BTA_AvRemoteCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_RC rc_id, in BTA_AvRemoteCmd()
89 void BTA_AvRemoteVendorUniqueCmd(uint8_t rc_handle, uint8_t label, in BTA_AvRemoteVendorUniqueCmd()
98 void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code, in BTA_AvVendorCmd()
102 void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvVendorRsp()
/system/bt/service/common/android/bluetooth/
DIBluetoothAvrcpControlCallback.aidl29 void OnSetAbsVolumeRequest(String device_address, int abs_vol, int label); in OnSetAbsVolumeRequest()
30 void OnRegisterForAbsVolumeCallbackRequest(String device_address, int label); in OnRegisterForAbsVolumeCallbackRequest()
DIBluetoothAvrcpControl.aidl33 int label); in SetAbsVolumeResponse()
36 int response_type, int abs_vol, int label); in RegisterForAbsVolumeCallbackResponse()
/system/bt/stack/avct/
Davct_defs.h51 #define AVCT_BUILD_HDR(p, label, type, cr_ipid) \ argument
54 #define AVCT_PARSE_HDR(p, label, type, cr_ipid) \ argument
/system/bt/bta/av/
Dbta_av_api.cc397 void BTA_AvRemoteCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_RC rc_id, in BTA_AvRemoteCmd()
424 void BTA_AvRemoteVendorUniqueCmd(uint8_t rc_handle, uint8_t label, in BTA_AvRemoteVendorUniqueCmd()
456 void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code, in BTA_AvVendorCmd()
491 void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvVendorRsp()
569 void BTA_AvMetaRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvMetaRsp()
601 void BTA_AvMetaCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CMD cmd_code, in BTA_AvMetaCmd()
/system/bt/btif/test/
Dbtif_rc_test.cc64 void BTA_AvMetaCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CMD cmd_code, in BTA_AvMetaCmd()
66 void BTA_AvMetaRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvMetaRsp()
68 void BTA_AvRemoteCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_RC rc_id, in BTA_AvRemoteCmd()
70 void BTA_AvRemoteVendorUniqueCmd(uint8_t rc_handle, uint8_t label, in BTA_AvRemoteVendorUniqueCmd()
73 void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code, in BTA_AvVendorCmd()
75 void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvVendorRsp()
/system/vold/model/
DEmulatedVolume.cpp94 std::string label = getLabel(); in mountFuseBindMounts() local
158 std::string label = getLabel(); in unmountFuseBindMounts() local
248 std::string label = getLabel(); in doMount() local
417 std::string label = getLabel(); in doUnmount() local
/system/bt/service/
Davrcp_control.cc87 int32_t abs_vol, int32_t label) { in SetAbsVolumeResponse()
111 int32_t label) { in RegisterForAbsVolumeCallbackResponse()
145 uint8_t abs_vol, uint8_t label) { in CtrlSetabsvolCmdCallback()
153 const RawAddress& bd_addr, uint8_t label) { in CtrlRegisternotificationAbsVolCallback()
/system/keymaster/tests/
Dckdf_test.cpp31 const char* label; member
90 auto label = hex2blob(test.label); in TEST() local
/system/keymaster/include/keymaster/km_openssl/
Dckdf.h36 inline keymaster_error_t ckdf(const KeymasterKeyBlob& key, const KeymasterBlob& label, in ckdf()
/system/core/fs_mgr/libsnapshot/
Dcow_writer.cpp69 bool ICowWriter::AddLabel(uint64_t label) { in AddLabel()
156 bool CowWriter::InitializeAppend(android::base::unique_fd&& fd, uint64_t label) { in InitializeAppend()
161 bool CowWriter::InitializeAppend(android::base::borrowed_fd fd, uint64_t label) { in InitializeAppend()
229 bool CowWriter::OpenForAppend(uint64_t label) { in OpenForAppend()
321 bool CowWriter::EmitLabel(uint64_t label) { in EmitLabel()
Dcow_reader.cpp68 bool CowReader::Parse(android::base::unique_fd&& fd, std::optional<uint64_t> label) { in Parse()
73 bool CowReader::Parse(android::base::borrowed_fd fd, std::optional<uint64_t> label) { in Parse()
133 bool CowReader::ParseOps(std::optional<uint64_t> label) { in ParseOps()
412 bool CowReader::GetLastLabel(uint64_t* label) { in GetLastLabel()
/system/bt/stack/test/
Dstack_avdtp_test.cc104 uint8_t label = 0; in TEST_F() local
139 uint8_t label = 0; in TEST_F() local
158 uint8_t label = 0; in TEST_F() local
/system/keymaster/include/keymaster/cppcose/
Dcppcose.h206 std::optional<int> getIntValue(Label label) { in getIntValue()
212 std::optional<bytevec> getBstrValue(Label label) { in getBstrValue()
221 bool checkIntValue(Label label, int expectedValue) { in checkIntValue()
226 void add(Label label, int value) { key_->add(label, value); } in add()
227 void add(Label label, bytevec value) { key_->add(label, std::move(value)); } in add()
/system/bt/service/ipc/binder/
Dbluetooth_avrcp_control_binder_server.cc125 int32_t label, bool* _aidl_return) { in SetAbsVolumeResponse()
147 int32_t abs_vol, int32_t label, bool* _aidl_return) { in RegisterForAbsVolumeCallbackResponse()
192 const std::string& device_address, int32_t abs_vol, int32_t label) { in OnSetAbsVolumeRequest()
203 const std::string& device_address, int32_t label) { in OnRegisterForAbsVolumeCallbackRequest()
/system/core/toolbox/
Dgetevent.c16 struct label { struct
24 static struct label key_value_labels[] = { argument
99 const char* label; in print_possible_events() local

123