HomeSort by relevance Sort by last modified time
    Searched defs:cfm (Results 1 - 2 of 2) sorted by null

  /external/strace/
util.c 1286 unsigned long cfm, sof, sol; local
1297 if (upeek(tcp, PT_CFM, (long *) &cfm) < 0)
1300 sof = (cfm >> 0) & 0x7f;
1301 sol = (cfm >> 7) & 0x7f;
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_int.h 177 tL2C_FCR_CFM_TEST_CB cfm; /* Conformance test structure */ member in struct:__anon3466
    [all...]

Completed in 112 milliseconds