Searched defs:ci (Results 1 - 4 of 4) sorted by relevance

/system/bt/stack/l2cap/
H A Dl2c_main.c333 tL2C_CONN_INFO ci; local
422 ci.status = HCI_SUCCESS;
423 memcpy (ci.bd_addr, p_lcb->remote_bd_addr, sizeof(BD_ADDR));
428 l2c_csm_execute (p_ccb, L2CEVT_L2CAP_INFO_RSP, &ci);
786 ci.status = HCI_SUCCESS;
787 memcpy (ci.bd_addr, p_lcb->remote_bd_addr, sizeof(BD_ADDR));
790 l2c_csm_execute (p_ccb, L2CEVT_L2CAP_INFO_RSP, &ci);
H A Dl2c_link.c158 tL2C_CONN_INFO ci; local
166 ci.status = status;
167 memcpy (ci.bd_addr, p_bda, BD_ADDR_LEN);
170 p_lcb = l2cu_find_lcb_by_bd_addr (ci.bd_addr, BT_TRANSPORT_BR_EDR);
192 if (ci.status == HCI_SUCCESS)
203 btm_acl_created (ci.bd_addr, p_dev_info->dev_class,
207 btm_acl_created (ci.bd_addr, NULL, NULL, handle, p_lcb->link_role, BT_TRANSPORT_BR_EDR);
209 BTM_SetLinkSuperTout (ci.bd_addr, btm_cb.btm_def_link_super_tout);
226 l2c_csm_execute (p_ccb, L2CEVT_LP_CONNECT_CFM, &ci);
241 else if ((ci
295 tL2C_CONN_INFO ci; local
663 tL2C_CONN_INFO ci; local
[all...]
/system/core/adb/
H A Dfile_sync_client.cpp578 copyinfo *ci = reinterpret_cast<copyinfo*>( local
580 if(ci == 0) {
585 ci->next = 0;
586 ci->time = 0;
587 ci->mode = 0;
588 ci->size = 0;
589 ci->flag = 0;
590 ci->src = (const char*)(ci + 1);
591 ci
606 copyinfo *ci, *next; local
676 copyinfo *ci, *next; local
815 copyinfo *ci; local
904 copyinfo *ci, *next; local
[all...]
/system/core/libpixelflinger/
H A Dscanline.cpp654 iterators_t& ci = c->iterators; local
656 r = (xs * c->shade.drdx) + ci.ydrdy;
657 g = (xs * c->shade.dgdx) + ci.ydgdy;
658 b = (xs * c->shade.dbdx) + ci.ydbdy;
659 a = (xs * c->shade.dadx) + ci.ydady;
665 r = ci.ydrdy;
666 g = ci.ydgdy;
667 b = ci.ydbdy;
668 a = ci.ydady;
672 GGLfixed z = (xs * c->shade.dzdx) + ci
1640 iterators_t& ci = c->iterators; local
1814 iterators_t& ci = c->iterators; local
1853 iterators_t& ci = c->iterators; local
1864 iterators_t& ci = c->iterators; local
1872 iterators_t& ci = c->iterators; local
1915 const iterators_t& ci = c->iterators; local
2004 const iterators_t& ci = c->iterators; local
[all...]

Completed in 95 milliseconds