HomeSort by relevance Sort by last modified time
    Searched refs:max_allowed (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)
254 bdla(section && *section && max_allowed > 0);
256 section, filter[0], filter_count, max_allowed);
258 if(section && *section && max_allowed > 0)
261 ret = remove_filter_node(section, filter, filter_count, max_allowed);
643 static int remove_filter_node(const char* section, const char* filter[], int filter_count, int max_allowed)
654 if(child_count < max_allowed)
657 int total_rm = child_count - max_allowed / 2;
  /art/runtime/gc/space/
dlmalloc_space.cc 256 size_t max_allowed = Capacity(); local
257 mspace_set_footprint_limit(mspace_, max_allowed);
  /external/chromium_org/third_party/opus/src/celt/
celt.c 1032 opus_int32 max_allowed; local
1038 max_allowed = IMIN(IMAX(tell==1?2:0,
1041 if(max_allowed < nbAvailableBytes)
1043 nbCompressedBytes = nbFilledBytes+max_allowed;
1044 nbAvailableBytes = max_allowed;
    [all...]

Completed in 188 milliseconds