HomeSort by relevance Sort by last modified time
    Searched refs:MCA_NUM_TC_TBL (Results 1 - 3 of 3) sorted by null

  /system/bt/stack/mcap/
mca_main.cc 118 for (i = 0; i < MCA_NUM_TC_TBL; i++, p_tbl++) {
125 CHECK(i != MCA_NUM_TC_TBL);
156 for (i = 0; i < MCA_NUM_TC_TBL; i++, p_tbl++) {
163 CHECK(i != MCA_NUM_TC_TBL);
196 if (idx < MCA_NUM_TC_TBL) {
219 if (idx < MCA_NUM_TC_TBL) {
mca_int.h 189 tMCA_TC_TBL tc_tbl[MCA_NUM_TC_TBL];
  /system/bt/stack/include/
mca_api.h 32 #define MCA_NUM_TC_TBL ((MCA_NUM_REGS) * (MCA_NUM_LINKS) * (MCA_NUM_MDLS + 1))

Completed in 5423 milliseconds