Searched refs:id (Results 126 - 150 of 283) sorted by relevance

1234567891011>>

/system/core/include/usbhost/
H A Dusbhost.h132 char* usb_device_get_name_from_unique_id(int id);
147 char* usb_device_get_string(struct usb_device *device, int id);
/system/core/init/
H A Dueventd.cpp87 static int get_android_id(const char *id) argument
91 if (!strcmp(id, android_ids[i].name))
/system/core/liblog/tests/
H A Dlibc_test.cpp60 || ((int)log_msg.id() != LOG_ID_EVENTS)) {
120 if ((int)log_msg.id() != LOG_ID_CRASH) {
/system/core/libpixelflinger/codeflinger/
H A DCodeCache.h67 void incStrong(const void* id) const;
68 void decStrong(const void* id) const;
/system/core/metricsd/uploader/
H A Dmetrics_log_base.cc40 // Any id less than 16 bytes is considered to be a testing id.
41 bool IsTestingID(const std::string& id) { argument
42 return id.size() < 16;
/system/netd/server/
H A DSockDiag.cpp242 return IN_LOOPBACK(htonl(msg->id.idiag_src[0])) ||
243 IN_LOOPBACK(htonl(msg->id.idiag_dst[0])) ||
244 msg->id.idiag_src[0] == msg->id.idiag_dst[0];
247 const struct in6_addr *src = (const struct in6_addr *) &msg->id.idiag_src;
248 const struct in6_addr *dst = (const struct in6_addr *) &msg->id.idiag_dst;
273 .id = msg->id,
/system/vold/
H A DVolumeBase.h96 std::shared_ptr<VolumeBase> findVolume(const std::string& id);
113 status_t setId(const std::string& id);
H A DLoop.cpp83 int Loop::lookupActive(const char *id, char *buffer, size_t len) { argument
117 if (!strncmp((const char*) li.lo_crypt_name, id, LO_NAME_SIZE)) {
130 int Loop::create(const char *id, const char *loopFile, char *loopDeviceBuffer, size_t len) { argument
216 strlcpy((char*) li.lo_crypt_name, id, LO_NAME_SIZE);
H A DVolumeBase.cpp102 status_t VolumeBase::setId(const std::string& id) { argument
104 LOG(WARNING) << getId() << " id change requires not created";
108 mId = id;
154 std::shared_ptr<VolumeBase> VolumeBase::findVolume(const std::string& id) { argument
156 if (vol->getId() == id) {
H A DCommandListener.cpp167 std::string id(argv[2]);
168 auto disk = vm->findDisk(id);
210 std::string id(argv[2]);
211 auto vol = vm->findVolume(id);
230 std::string id(argv[2]);
231 auto vol = vm->findVolume(id);
240 std::string id(argv[2]);
242 auto vol = vm->findVolume(id);
262 std::string id(argv[2]);
263 nsecs_t res = vm->benchmarkPrivate(id);
380 char id[255]; local
[all...]
/system/weaved/buffet/
H A Dhttp_transport_client.cc58 int id,
66 int id,
57 OnSuccessCallback(const HttpClient::SendRequestCallback& callback, int id, std::unique_ptr<brillo::http::Response> response) argument
65 OnErrorCallback(const HttpClient::SendRequestCallback& callback, int id, const brillo::Error* brillo_error) argument
H A Dmanager.h75 android::binder::Status getDeviceId(android::String16* id) override;
76 android::binder::Status getCloudId(android::String16* id) override;
84 android::binder::Status getModelId(android::String16* id) override;
85 android::binder::Status getPairingSessionId(android::String16* id) override;
/system/bt/bta/sys/
H A Dbta_sys_int.h50 UINT8 id[MAX_COLLISION_REG]; member in struct:__anon557
/system/bt/stack/l2cap/
H A Dl2c_ble.c624 UINT8 cmd_code, id; local
635 STREAM_TO_UINT8 (id, p);
655 l2cu_send_peer_cmd_reject (p_lcb, L2CAP_CMD_REJ_NOT_UNDERSTOOD, id, 0, 0);
676 l2cu_send_peer_ble_par_rsp (p_lcb, L2CAP_CFG_UNACCEPTABLE_PARAMS, id);
681 l2cu_send_peer_ble_par_rsp (p_lcb, L2CAP_CFG_OK, id);
693 l2cu_send_peer_cmd_reject (p_lcb, L2CAP_CMD_REJ_NOT_UNDERSTOOD, id, 0, 0);
715 l2cu_reject_ble_connection (p_lcb, id, L2CAP_LE_NO_PSM);
723 l2cu_reject_ble_connection (p_lcb, id, L2CAP_CONN_NO_PSM);
732 l2cu_reject_ble_connection (p_lcb, id, L2CAP_CONN_NO_RESOURCES);
740 l2cu_reject_ble_connection (p_lcb, id, L2CAP_CONN_NO_RESOURCE
[all...]
H A Dl2c_utils.c76 p_lcb->id = 1; /* spec does not allow '0' */
332 BOOLEAN l2c_is_cmd_rejected (UINT8 cmd_code, UINT8 id, tL2C_LCB *p_lcb) argument
344 l2cu_send_peer_cmd_reject (p_lcb, L2CAP_CMD_REJ_MTU_EXCEEDED, id, L2CAP_DEFAULT_MTU, 0);
362 BT_HDR *l2cu_build_header (tL2C_LCB *p_lcb, UINT16 len, UINT8 cmd, UINT8 id) argument
404 UINT8_TO_STREAM (p, id);
415 ** and adjusts the id if invalid.
422 if ((adj_mask & L2CAP_ADJ_ZERO_ID) && !p_lcb->id)
424 p_lcb->id++;
490 p_ccb->p_lcb->id++;
493 p_ccb->local_id = p_ccb->p_lcb->id;
1042 l2cu_send_peer_echo_rsp(tL2C_LCB *p_lcb, UINT8 id, UINT8 *p_data, UINT16 data_len) argument
[all...]
/system/connectivity/shill/vpn/
H A Dvpn_service.cc117 string id = StringPrintf("vpn_%s_%s", host.c_str(), name.c_str()); local
118 replace_if(id.begin(), id.end(), &Service::IllegalChar, '_');
119 return id;
/system/core/healthd/include/healthd/
H A Dhealthd.h85 android::status_t healthd_get_property(int id,
/system/core/include/private/
H A Dandroid_logger.h42 typeof_log_id_t id; member in struct:__anon1542
/system/core/include/system/
H A Dcamera.h255 * An unique id per face while the face is visible to the tracker. If
257 * id. If the value is 0, id is not supported.
259 int32_t id; member in struct:camera_face
/system/extras/simpleperf/
H A Devent_fd.h34 uint64_t id; // The id of the perf_event_file. member in struct:PerfCounter
/system/core/adb/
H A Dshell_service.cpp185 ScopedFd* PassOutput(ScopedFd* sfd, ShellProtocol::Id id);
582 switch (input_->id()) {
640 ScopedFd* Subprocess::PassOutput(ScopedFd* sfd, ShellProtocol::Id id) { argument
651 if (bytes > 0 && !output_->Write(id, bytes)) {
724 ShellProtocol::Id id = ShellProtocol::kIdStderr; local
726 WriteFdExactly(pipefd[1], &id, sizeof(id));
733 ShellProtocol::Id id = ShellProtocol::kIdExit; local
736 WriteFdExactly(pipefd[1], &id, sizeof(id));
[all...]
/system/bt/bta/ag/
H A Dbta_ag_cmd.c515 static void bta_ag_send_ind(tBTA_AG_SCB *p_scb, UINT16 id, UINT16 value, BOOLEAN on_demand) argument
522 if ((p_scb->bia_masked_out & ((UINT32)1 << id)) &&
523 ((id != BTA_AG_IND_CALL) && (id != BTA_AG_IND_CALLSETUP) && (id != BTA_AG_IND_CALLHELD)))
528 if (id == BTA_AG_IND_CALL)
536 if ((id == BTA_AG_IND_CALLSETUP) && (on_demand == FALSE))
544 if ((id == BTA_AG_IND_SERVICE) && (on_demand == FALSE))
551 if ((id == BTA_AG_IND_SIGNAL) && (on_demand == FALSE))
558 if ((id
[all...]
/system/core/toolbox/
H A Dgetevent.c323 struct input_id id; local
337 if(ioctl(fd, EVIOCGID, &id)) {
339 fprintf(stderr, "could not get driver id for %s, %s\n", device, strerror(errno));
383 id.bustype, id.vendor, id.product, id.version);
388 " id: \"%s\"\n", location, idstr);
401 print_hid_descriptor(id.bustype, id
[all...]
/system/media/camera/docs/
H A Dhtml.mako213 <tr><td colspan="6" id="section_${section.name}" class="section">${section.name}</td></tr>
250 <tr class="entry" id="${prop.kind}_${prop.name}">
311 % if value.id is not None:
312 <span class="entry_type_enum_value">${value.id}</span>
349 <li><a href="#tag_${tag.id}">${tag.id}</a></li>
394 <div class="tags" id="tag_index">
398 <li id="tag_${tag.id}">${tag.id}
[all...]
/system/connectivity/shill/ethernet/
H A Dethernet.cc176 const string id = GetStorageIdentifier(); local
177 if (!storage->ContainsGroup(id)) {
178 SLOG(this, 2) << "Device is not available in the persistent store: " << id;
183 storage->GetBool(id, kPPPoEProperty, &pppoe);
195 const string id = GetStorageIdentifier(); local
196 storage->SetBool(id, kPPPoEProperty, GetPPPoEMode(nullptr));

Completed in 685 milliseconds

1234567891011>>