Home
last modified time | relevance | path

Searched refs:max_allowed (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
Dbtif_config.c99 …t remove_filter_node(const char* section, const char* filter[], int filter_count, int max_allowed);
252 …_config_filter_remove(const char* section, const char* filter[], int filter_count, int max_allowed) in btif_config_filter_remove() argument
254 bdla(section && *section && max_allowed > 0); in btif_config_filter_remove()
256 section, filter[0], filter_count, max_allowed); in btif_config_filter_remove()
258 if(section && *section && max_allowed > 0) in btif_config_filter_remove()
261 ret = remove_filter_node(section, filter, filter_count, max_allowed); in btif_config_filter_remove()
643 …nt remove_filter_node(const char* section, const char* filter[], int filter_count, int max_allowed) in remove_filter_node() argument
654 if(child_count < max_allowed) in remove_filter_node()
657 int total_rm = child_count - max_allowed / 2; in remove_filter_node()
/external/bluetooth/bluedroid/btif/include/
Dbtif_config.h62 …config_filter_remove(const char* section, const char* filter[], int filter_count, int max_allowed);
/external/chromium_org/third_party/opus/src/celt/
Dcelt_encoder.c1394 opus_int32 max_allowed; in celt_encode_with_ec() local
1400 max_allowed = IMIN(IMAX(tell==1?2:0, in celt_encode_with_ec()
1403 if(max_allowed < nbAvailableBytes) in celt_encode_with_ec()
1405 nbCompressedBytes = nbFilledBytes+max_allowed; in celt_encode_with_ec()
1406 nbAvailableBytes = max_allowed; in celt_encode_with_ec()