Searched refs:id (Results 251 - 275 of 283) sorted by relevance

<<1112

/system/connectivity/shill/cellular/
H A Dcellular_capability_universal.cc64 const char CellularCapabilityUniversal::kConnectOperatorId[] = "operator-id";
1677 void CellularCapabilityUniversal::OnSimIdentifierChanged(const string& id) { argument
1678 cellular()->set_sim_identifier(id);
1679 cellular()->home_provider_info()->UpdateICCID(id);
1681 cellular()->serving_operator_info()->UpdateICCID(id);
H A Dcellular_capability_universal.h366 void OnSimIdentifierChanged(const std::string& id);
/system/extras/simpleperf/
H A Drecord.h61 uint64_t id; member in struct:PerfSampleIdType
H A Dcmd_report.cpp414 int id; local
415 if (!android::base::ParseInt(s.c_str(), &id, 0)) {
416 LOG(ERROR) << "invalid id in " << args[i] << " option: " << s;
419 ids.push_back(id);
H A Dcmd_stat.cpp357 ", id %" PRIu64 "\n",
361 counter_info.counter.id);
H A Drecord.cpp135 PrintIndented(indent, "sample_id: stream_id %" PRId64 "\n", id_data.id);
472 PrintIndented(indent, "id %" PRId64 "\n", id_data.id);
/system/extras/tests/net_test/
H A Dnet_test.py75 id=random.randint(0, 65535), variable
H A Dping6_test.py329 scapy.ICMP(type=8, id=port, seq=1))
335 scapy.ICMPv6EchoRequest(id=port, seq=1, data="foobarbaz"))
/system/webservd/libwebserv/
H A Ddbus_protocol_handler.cc306 return pair.second->id() == handler_id;
/system/bt/stack/sdp/
H A Dsdp_discovery.c839 UINT16 id; local
876 BE_STREAM_TO_UINT16 (id, p);
877 if(id != ATTR_ID_PROTOCOL_DESC_LIST)
1044 /* SDP_TRACE_DEBUG ("parent:0x%x(id:%d), ch:0x%x(id:%d)",
1050 /* SDP_TRACE_DEBUG ("parent:0x%x(id:%d), ch1:0x%x(id:%d)",
1057 /* SDP_TRACE_DEBUG ("new ch:0x%x(id:%d)", p_attr, p_attr->attr_id); */
/system/connectivity/shill/vpn/
H A Dopenvpn_driver.cc824 string id = args()->LookupString(kOpenVPNClientCertIdProperty, ""); local
825 if (!id.empty()) {
832 AppendOption("pkcs11-id", id, options);
/system/bt/bta/dm/
H A Dbta_dm_act.c67 static void bta_dm_policy_cback(tBTA_SYS_CONN_STATUS status, UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
80 static void bta_dm_rm_cback(tBTA_SYS_CONN_STATUS status, UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
1054 static void bta_dm_policy_cback(tBTA_SYS_CONN_STATUS status, UINT8 id, UINT8 app_id, BD_ADDR peer_addr) argument
1058 UINT32 mask = (UINT32)(1 << id);
2595 /* get the BTA service id corresponding to BTM id */
3385 static void bta_dm_rm_cback(tBTA_SYS_CONN_STATUS status, UINT8 id, UINT8 app_id, BD_ADDR peer_addr) argument
3406 && (p_bta_dm_rm_cfg[j].id == id))
3418 if((BTA_ID_AV == id)||(BTA_ID_AV
[all...]
/system/bt/btif/include/
H A Duinput.h572 struct uinput_id id; member in struct:uinput_dev
/system/core/include/log/
H A Dlog.h596 /* Submit the composed list context to the specified logger id */
598 int android_log_write_list(android_log_context ctx, log_id_t id);
/system/bt/btif/src/
H A Dbtif_hf.c295 ag_res.ind.id = indicator;
1147 ag_res.ind.id = ind_id;
H A Dbtif_rc.c282 static char const* key_id_to_str(uint16_t id);
374 dev.id.bustype = BUS_BLUETOOTH;
375 dev.id.vendor = 0x0000;
376 dev.id.product = 0x0000;
377 dev.id.version = 0x0000;
1723 BTIF_TRACE_ERROR("Avrcp Event id not registered: event_id = %x", event_id);
2315 ** Description Handles the get_cap_response to populate company id info
2396 ** valid track id
4255 static char const* key_id_to_str(uint16_t id) { argument
4257 if (id
[all...]
/system/bt/stack/gatt/
H A Dgatt_main.c597 static void gatt_l2cif_connect_ind_cback (BD_ADDR bd_addr, UINT16 lcid, UINT16 psm, UINT8 id) argument
625 L2CA_ConnectRsp(bd_addr, id, lcid, result, 0);
/system/core/logcat/
H A Dlogcat.cpp1221 if (android_name_to_log_id(d->device) == log_msg.id()) {
1228 d->binary = log_msg.id() == LOG_ID_EVENTS;
/system/core/logcat/tests/
H A Dlogcat_test.cpp67 log_id_t id = android_name_to_log_id(buffer + sizeof(begin) - 1); local
68 ids |= 1 << id;
/system/bt/bta/include/
H A Dbta_gatt_api.h239 UINT8 id; member in struct:__anon352
/system/bt/stack/avdt/
H A Davdt_int.h523 UINT8 tcid; /* transport channel id */
527 UINT8 id; member in struct:__anon847
/system/connectivity/shill/
H A Dmanager.cc1102 Technology::Identifier id = Technology::IdentifierFromName(technology_name); local
1103 if (id == Technology::kUnknown) {
1107 if (enabled_state && IsTechnologyProhibited(id)) {
1115 if (device->technology() != id)
/system/connectivity/shill/net/
H A Dnl80211_attribute.h581 size_t id,
/system/core/debuggerd/
H A Dtombstone.cpp557 if (log_entry.id() == LOG_ID_EVENTS) {
/system/extras/verity/fec/
H A Dimage.cpp578 args[i].id = i;

Completed in 758 milliseconds

<<1112