HomeSort by relevance Sort by last modified time
    Searched defs:conn_type (Results 1 - 2 of 2) sorted by null

  /system/update_engine/update_manager/
chromeos_policy.cc 505 ConnectionType conn_type = *conn_type_p; local
508 if (conn_type != ConnectionType::kCellular) {
513 conn_type = ConnectionType::kCellular;
521 switch (conn_type) {
553 if (allowed_conn_types_p->count(conn_type)) {
557 } else if (conn_type == ConnectionType::kCellular) {
    [all...]
  /system/bt/stack/btm/
btm_sec.cc 94 static bool btm_sec_set_security_level(CONNECTION_TYPE conn_type,
459 CONNECTION_TYPE conn_type; local
462 conn_type = CONN_ORIENT_ORIG;
464 conn_type = CONN_ORIENT_TERM;
466 return (btm_sec_set_security_level(conn_type, p_name, service_id, sec_level,
480 * Parameters: conn_type - true if originating the connection
494 static bool btm_sec_set_security_level(CONNECTION_TYPE conn_type,
507 if (conn_type & CONNECTION_TYPE_ORIG_MASK)
512 if (conn_type & CONNECTION_TYPE_CONNLESS_MASK) {
518 is_originator = conn_type;
    [all...]

Completed in 5638 milliseconds