HomeSort by relevance Sort by last modified time
    Searched refs:connection_type (Results 1 - 25 of 35) sorted by null

1 2

  /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;
  /system/bt/service/ipc/dbus/
ipc_handler_dbus.cc 54 bus_options.connection_type = Bus::PRIVATE;
  /system/update_engine/
metrics_reporter_android.h 58 metrics::ConnectionType connection_type) override;
metrics_reporter_interface.h 132 metrics::ConnectionType connection_type) = 0;
metrics_reporter_stub.h 58 metrics::ConnectionType connection_type) override {}
mock_metrics_reporter.h 55 metrics::ConnectionType connection_type));
metrics_reporter_omaha.h 122 metrics::ConnectionType connection_type) override;
metrics_reporter_omaha_unittest.cc 219 metrics::ConnectionType connection_type = metrics::ConnectionType::kCellular; local
240 static_cast<int>(connection_type),
248 connection_type);
metrics_reporter_omaha.cc 315 metrics::ConnectionType connection_type) {
350 LOG(INFO) << "Uploading " << static_cast<int>(connection_type)
354 static_cast<int>(connection_type),
  /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...]
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_lookup_tables.py 73 def is_user_plane_data_type(connection_type):
74 if connection_type in _ConnectionTables.user_plane_data_type:
75 return _ConnectionTables.user_plane_data_type[connection_type]
tel_test_utils.py     [all...]
  /external/libchrome/dbus/
bus.h 192 ConnectionType connection_type; // PRIVATE by default. member in struct:dbus::Bus::Options
bus.cc 183 connection_type(PRIVATE) {
191 connection_type_(options.connection_type),
    [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/xdr/
loc_api_common.xdr 581 rpc_loc_server_connection_e_type connection_type;
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api_common.xdr 581 rpc_loc_server_connection_e_type connection_type;
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api_common.xdr 581 rpc_loc_server_connection_e_type connection_type;
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api_common.xdr 581 rpc_loc_server_connection_e_type connection_type;
  /hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api_common.xdr 581 rpc_loc_server_connection_e_type connection_type;
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp     [all...]
  /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-glue/src/
LocApiRpc.cpp     [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-glue/src/
LocApiRpc.cpp     [all...]

Completed in 1596 milliseconds

1 2