Searched refs:ci (Results 1 - 8 of 8) sorted by relevance

/system/core/adb/
H A Dfile_sync_client.cpp561 for (const copyinfo& ci : file_list) {
563 // target of the link rather than just creating a link. (But ci.size is the link size.)
564 if (!ci.skip) current_ledger_.bytes_expected += ci.size;
835 copyinfo ci(lpath, rpath, de->d_name, st.st_mode);
837 dirlist.push_back(ci);
841 ci.skip = true;
843 ci.time = st.st_mtime;
844 ci.size = st.st_size;
845 file_list->push_back(ci);
[all...]
/system/chre/apps/chqts/src/general_test/
H A Dcell_info_lte.cc30 } else if (!isBoundedInt32(identity.ci, 0, 268435455, INT32_MAX)) {
31 sendFatalFailureInt32("Invalid LTE Cell Identity: %d", identity.ci);
/system/core/libpixelflinger/
H A Dscanline.cpp656 iterators_t& ci = c->iterators; local
658 r = (xs * c->shade.drdx) + ci.ydrdy;
659 g = (xs * c->shade.dgdx) + ci.ydgdy;
660 b = (xs * c->shade.dbdx) + ci.ydbdy;
661 a = (xs * c->shade.dadx) + ci.ydady;
667 r = ci.ydrdy;
668 g = ci.ydgdy;
669 b = ci.ydbdy;
670 a = ci.ydady;
674 GGLfixed z = (xs * c->shade.dzdx) + ci
1642 iterators_t& ci = c->iterators; local
1816 iterators_t& ci = c->iterators; local
1855 iterators_t& ci = c->iterators; local
1866 iterators_t& ci = c->iterators; local
1874 iterators_t& ci = c->iterators; local
1917 const iterators_t& ci = c->iterators; local
2006 const iterators_t& ci = c->iterators; local
[all...]
/system/bt/stack/l2cap/
H A Dl2c_link.cc148 tL2C_CONN_INFO ci; local
156 ci.status = status;
157 ci.bd_addr = p_bda;
160 p_lcb = l2cu_find_lcb_by_bd_addr(ci.bd_addr, BT_TRANSPORT_BR_EDR);
180 if (ci.status == HCI_SUCCESS) {
190 btm_acl_created(ci.bd_addr, p_dev_info->dev_class,
194 btm_acl_created(ci.bd_addr, NULL, NULL, handle, p_lcb->link_role,
197 BTM_SetLinkSuperTout(ci.bd_addr, btm_cb.btm_def_link_super_tout);
212 l2c_csm_execute(p_ccb, L2CEVT_LP_CONNECT_CFM, &ci);
227 else if ((ci
282 tL2C_CONN_INFO ci; local
613 tL2C_CONN_INFO ci; local
[all...]
H A Dl2c_main.cc262 tL2C_CONN_INFO ci; local
368 ci.status = HCI_SUCCESS;
369 ci.bd_addr = p_lcb->remote_bd_addr;
374 l2c_csm_execute(p_ccb, L2CEVT_L2CAP_INFO_RSP, &ci);
799 ci.status = HCI_SUCCESS;
800 ci.bd_addr = p_lcb->remote_bd_addr;
803 l2c_csm_execute(p_ccb, L2CEVT_L2CAP_INFO_RSP, &ci);
/system/chre/chre_api/include/chre_api/chre/
H A Dwwan.h168 int32_t ci; member in struct:chreWwanCellIdentityLte
/system/chre/apps/wwan_world/
H A Dwwan_world.cc74 LOGI(" ci %" PRId32, cell->CellInfo.lte.cellIdentityLte.ci);
/system/core/logd/
H A DLogTags.cpp748 uid2count_const_iterator ci = uid2count.find(uid); local
749 if (ci != uid2count.end()) {
750 count = ci->second;

Completed in 176 milliseconds