Home
last modified time | relevance | path

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

/system/libufdt/utils/src/
Dmkdtboimg.py630 def parse_config_option(line, is_global, dt_keys, global_key_types): argument
652 if is_global and key in global_key_types:
/system/bt/stack/include/
Dl2c_api.h660 extern bool L2CA_SetIdleTimeout(uint16_t cid, uint16_t timeout, bool is_global);
/system/bt/stack/l2cap/
Dl2c_api.cc1096 bool L2CA_SetIdleTimeout(uint16_t cid, uint16_t timeout, bool is_global) { in L2CA_SetIdleTimeout() argument
1100 if (is_global) { in L2CA_SetIdleTimeout()