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

  /system/nfc/src/nfc/nfc/
nfc_utils.cc 48 int xx, max = NCI_MAX_CONN_CBS;
100 for (xx = 0; xx < NCI_MAX_CONN_CBS; xx++) {
126 for (xx = 0; xx < NCI_MAX_CONN_CBS; xx++) {
185 for (xx = 0; xx < NCI_MAX_CONN_CBS; xx++, p_conn_cb++) {
nfc_main.cc 728 for (xx = 0; xx < NCI_MAX_CONN_CBS; xx++) {
    [all...]
  /system/nfc/src/include/
nfc_target.h 202 #ifndef NCI_MAX_CONN_CBS
203 #define NCI_MAX_CONN_CBS 4
  /system/nfc/src/nfc/include/
nfc_int.h 163 tNFC_CONN_CB conn_cb[NCI_MAX_CONN_CBS];

Completed in 55 milliseconds