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

  /system/update_engine/
metrics_reporter_omaha_unittest.cc 219 metrics::ConnectionType connection_type = metrics::ConnectionType::kCellular; local
240 static_cast<int>(connection_type),
248 connection_type);
  /external/dnsmasq/src/
log.c 44 static int connection_type = SOCK_DGRAM; variable
123 log_fd = socket(AF_UNIX, connection_type, 0);
238 connection_type = connection_type == SOCK_DGRAM ? SOCK_STREAM : SOCK_DGRAM;
  /external/libchrome/dbus/
bus.h 192 ConnectionType connection_type; // PRIVATE by default. member in struct:dbus::Bus::Options
  /system/bt/btif/src/
btif_sock_l2cap.cc 783 int connection_type = local
789 BTA_JvGetChannelId(connection_type, sock->id, 0);
802 BTA_JvL2capStartServer(connection_type, sock->security, 0,
849 int connection_type = local
862 connection_type, sock->security, 0, std::move(ertm_info), channel,
    [all...]
  /hardware/interfaces/bluetooth/1.0/vts/functional/
VtsHalBluetoothV1_0TargetTest.cpp 552 uint8_t connection_type = event[EVENT_CONNECTION_COMPLETE_TYPE]; local
554 EXPECT_TRUE(connection_type == EVENT_CONNECTION_COMPLETE_TYPE_SCO ||
555 connection_type == EVENT_CONNECTION_COMPLETE_TYPE_ACL);
560 if (connection_type == EVENT_CONNECTION_COMPLETE_TYPE_SCO)
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_common_rpc.h 592 rpc_loc_server_connection_e_type connection_type; member in struct:rpc_loc_server_multi_open_req_s_type
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_common_rpc.h 592 rpc_loc_server_connection_e_type connection_type; member in struct:rpc_loc_server_multi_open_req_s_type
    [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_common_rpc.h 592 rpc_loc_server_connection_e_type connection_type; member in struct:rpc_loc_server_multi_open_req_s_type
    [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_common_rpc.h 592 rpc_loc_server_connection_e_type connection_type; member in struct:rpc_loc_server_multi_open_req_s_type
    [all...]
  /hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_common_rpc.h 592 rpc_loc_server_connection_e_type connection_type; member in struct:rpc_loc_server_multi_open_req_s_type
    [all...]

Completed in 431 milliseconds