Home
last modified time | relevance | path

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

/system/libufdt/utils/src/
Dmkdtboimg.py530 def parse_config_option(line, is_global, dt_keys, global_keys): argument
552 if is_global and key in global_keys:
/system/bt/stack/include/
Dl2c_api.h659 extern bool L2CA_SetIdleTimeout(uint16_t cid, uint16_t timeout, bool is_global);
/system/bt/stack/l2cap/
Dl2c_api.cc1100 bool L2CA_SetIdleTimeout(uint16_t cid, uint16_t timeout, bool is_global) { in L2CA_SetIdleTimeout() argument
1104 if (is_global) { in L2CA_SetIdleTimeout()