Searched defs:fc (Results 1 - 5 of 5) sorted by relevance

/system/bt/stack/rfcomm/
H A Dport_utils.cc388 bool fc = p_port->tx.peer_fc || !p_port->rfc.p_mcb || local
393 if (p_port->tx.user_fc == fc) return (0);
395 p_port->tx.user_fc = fc;
397 if (fc)
486 /* if queue count reached credit rx max, set peer fc */
H A Dport_int.h84 bool fc; /* true when the device is unable to accept frames */ member in struct:__anon1309
/system/bt/stack/test/rfcomm/
H A Dstack_rfcomm_test_utils.cc79 std::vector<uint8_t> CreateMccMscFrame(uint8_t dlci, bool fc, bool rtc, argument
87 v24_signals.set(1, fc);
185 bool fc, bool rtc, bool rtr, bool ic,
190 CreateMccMscFrame(dlci, fc, rtc, rtr, ic, dv);
182 CreateQuickMscPacket(bool rfc_cr, uint8_t dlci, uint16_t l2cap_lcid, uint16_t acl_handle, bool mx_cr, bool fc, bool rtc, bool rtr, bool ic, bool dv) argument
/system/bt/bta/jv/
H A Dbta_jv_act.cc1943 struct fc_channel* fc = fcchan_get(chan, true); local
1947 if (!fc) return NULL;
1949 if (fc->has_server && server)
1975 t->next_chan_list = fc->clients;
1976 fc->clients = t;
1979 if (server) fc->has_server = true;
1984 static void fcclient_free(struct fc_client* fc) { argument
1986 struct fc_channel* tc = fcchan_get(fc->chan, false);
1989 while (t && t->next_all_list != fc) t = t->next_all_list;
1991 if (!t && fc !
[all...]
/system/core/libpixelflinger/
H A Dscanline.cpp907 GGLfixed fc = (c->state.fog.color[i] * 0x10000) / 0xFF; local
911 c = gglMulAddx(c, f, gglMulx(fc, 0x10000 - f));

Completed in 94 milliseconds