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

  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/interface/
vie_autotest_main.h 39 // [min_allowed, max_allowed]. Returns kInvalidChoice on failure.
40 int AskUserForNumber(int min_allowed, int max_allowed);
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_main.cc 105 int ViEAutoTestMain::AskUserForNumber(int min_allowed, int max_allowed) {
114 if (result < min_allowed || result > max_allowed) {
116 max_allowed);
  /external/bluetooth/bluedroid/btif/include/
btif_config.h 65 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 101 static int remove_filter_node(const char* section, const char* filter[], int filter_count, int max_allowed);
253 int btif_config_filter_remove(const char* section, const char* filter[], int filter_count, int max_allowed)
255 bdla(section && *section && max_allowed > 0);
257 section, filter[0], filter_count, max_allowed);
259 if(section && *section && max_allowed > 0)
262 ret = remove_filter_node(section, filter, filter_count, max_allowed);
695 static int remove_filter_node(const char* section, const char* filter[], int filter_count, int max_allowed)
706 if(child_count < max_allowed)
709 int total_rm = child_count - max_allowed / 2;
  /art/runtime/gc/space/
dlmalloc_space.cc 134 size_t max_allowed = Capacity(); local
135 mspace_set_footprint_limit(mspace_, max_allowed);
rosalloc_space.cc 152 size_t max_allowed = Capacity(); local
153 rosalloc_->SetFootprintLimit(max_allowed);
  /external/chromium_org/third_party/opus/src/celt/
celt_encoder.c 1420 opus_int32 max_allowed; local
    [all...]
  /external/libopus/celt/
celt_encoder.c 1420 opus_int32 max_allowed; local
    [all...]

Completed in 281 milliseconds