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

  /external/bluetooth/bluedroid/btif/include/
btif_config.h 62 int btif_config_filter_remove(const char* section, const char* filter[], int filter_count, int max_allowed);
  /external/bluetooth/bluedroid/btif/src/
btif_config.c 99 static int remove_filter_node(const char* section, const char* filter[], int filter_count, int max_allowed);
252 int btif_config_filter_remove(const char* section, const char* filter[], int filter_count, int max_allowed)
256 section, filter[0], filter_count, max_allowed);
261 ret = remove_filter_node(section, filter, filter_count, max_allowed);
628 static inline int value_in_filter(cfg_node* key, const char* filter[], int filter_count)
636 for(j = 0; j < filter_count; j++)
643 static int remove_filter_node(const char* section, const char* filter[], int filter_count, int max_allowed)
653 bdld("section:%s, curr child count:%d, filter count:%d", section, child_count, filter_count);
662 if(!value_in_filter(&s->child[i], filter, filter_count))
  /external/chromium_org/chrome/common/extensions/docs/examples/api/cookies/
manager.js 167 select("#filter_count").innerText = domains.length;
  /external/libpcap/
pcap-dos.c 94 static u_long filter_count = 0; variable
263 filter_count++;
418 return (filter_count);
    [all...]

Completed in 46 milliseconds