| /packages/modules/DnsResolver/ |
| D | Dns64Configuration.cpp | 62 Dns64Config cfg(getNextId(), netId); in startPrefixDiscovery() local 138 const Dns64Config& cfg = iter->second; in dump() local 151 Dns64Config* cfg) { in doRfc7050PrefixDiscovery() 214 bool Dns64Configuration::shouldContinueDiscovery(const Dns64Config& cfg) { in shouldContinueDiscovery() 223 Dns64Config cfg = iter->second; in removeDns64Config() local 232 void Dns64Configuration::recordDns64Config(const Dns64Config& cfg) { in recordDns64Config() 259 Dns64Config cfg(kNoDiscoveryId, netId); in setPrefix64() local
|
| /packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
| D | TetheringConfigurationTest.java | 243 final TetheringConfiguration cfg = getTetheringConfiguration( in testNoTelephonyManagerMeansNoDun() local 322 final TetheringConfiguration cfg = new TetheringConfiguration( in testNoDefinedUpstreamTypesAddsEthernet() local 345 final TetheringConfiguration cfg = new TetheringConfiguration( in testDefinedUpstreamTypesSansEthernetAddsEthernet() local 363 final TetheringConfiguration cfg = new TetheringConfiguration( in testDefinedUpstreamTypesWithEthernetDoesNotAddEthernet() local 443 final TetheringConfiguration cfg = in testNewDhcpServerEnabled() local 469 final TetheringConfiguration cfg = new TetheringConfiguration( in testGetResourcesBySubId() local 511 final TetheringConfiguration cfg = new TetheringConfiguration( in testGetCarrierConfigBySubId_noCarrierConfigManager_configsAreDefault() local 524 final TetheringConfiguration cfg = new TetheringConfiguration( in testGetCarrierConfigBySubId_carrierConfigMissing_configsAreDefault() local 539 final TetheringConfiguration cfg = new TetheringConfiguration( in testGetCarrierConfigBySubId_hasConfigs_carrierUnsupportAndCheckNotRequired() local 665 final TetheringConfiguration cfg = in assertIsUsingNcm() local [all …]
|
| /packages/modules/Bluetooth/system/bta/le_audio/broadcaster/ |
| D | mock_state_machine.h | 28 le_audio::broadcaster::BroadcastStateMachineConfig cfg, in MockBroadcastStateMachine() 155 le_audio::broadcaster::BroadcastStateMachineConfig cfg; variable
|
| /packages/modules/Bluetooth/system/stack/test/sdp/ |
| D | stack_sdp_test.cc | 88 tL2CAP_CFG_INFO cfg; in TEST_F() local 125 tL2CAP_CFG_INFO cfg; in TEST_F() local 158 tL2CAP_CFG_INFO cfg; in TEST_F() local
|
| /packages/modules/Bluetooth/system/stack/test/eatt/ |
| D | eatt_test.cc | 477 tL2CAP_LE_CFG_INFO cfg = {.result = L2CAP_CFG_OK, .mtu = new_mtu}; in TEST_F() local 504 tL2CAP_LE_CFG_INFO cfg = {.result = L2CAP_CFG_FAILED_NO_REASON, in TEST_F() local 532 tL2CAP_LE_CFG_INFO cfg = {.result = L2CAP_CFG_OK, .mtu = new_mtu}; in TEST_F() local 559 tL2CAP_LE_CFG_INFO cfg = {.result = L2CAP_CFG_FAILED_NO_REASON, in TEST_F() local 579 tL2CAP_LE_CFG_INFO cfg = {.result = L2CAP_CFG_OK, .mtu = new_mtu}; in TEST_F() local 598 tL2CAP_LE_CFG_INFO cfg = {.result = L2CAP_CFG_FAILED_NO_REASON, in TEST_F() local
|
| /packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
| D | NetdWrapper.java | 277 private static InterfaceConfigurationParcel toStableParcel(InterfaceConfiguration cfg, in toStableParcel() 302 InterfaceConfiguration cfg = new InterfaceConfiguration(); in fromStableParcel() local 322 final InterfaceConfiguration cfg = fromStableParcel(result); in getInterfaceConfig() local 329 private void setInterfaceConfig(String iface, InterfaceConfiguration cfg) { in setInterfaceConfig()
|
| /packages/modules/Bluetooth/system/gd/iso/ |
| D | facade.cc | 60 hci::CisParametersConfig cfg; in LeSetCigParameters() local 102 hci::LeCisParametersTestConfig cfg; in LeSetCigParametersTest() local
|
| /packages/modules/NetworkStack/common/networkstackclient/src/android/net/shared/ |
| D | PrivateDnsConfig.java | 50 public PrivateDnsConfig(PrivateDnsConfig cfg) { in PrivateDnsConfig() method in PrivateDnsConfig
|
| /packages/modules/Bluetooth/system/test/mock/ |
| D | mock_bta_jv_api.cc | 133 std::unique_ptr<tL2CAP_CFG_INFO> cfg, in BTA_JvL2capConnect() 142 std::unique_ptr<tL2CAP_CFG_INFO> cfg, in BTA_JvL2capStartServer()
|
| /packages/modules/Bluetooth/system/bta/jv/ |
| D | bta_jv_api.cc | 228 std::unique_ptr<tL2CAP_CFG_INFO> cfg, in BTA_JvL2capConnect() 279 std::unique_ptr<tL2CAP_CFG_INFO> cfg, in BTA_JvL2capStartServer()
|
| /packages/services/Car/cpp/evs/sampleDriver/hidl/ |
| D | ConfigManager.cpp | 203 RawStreamConfiguration cfg = {id, in readCameraCapabilities() local 329 for (auto& cfg : aCamera->streamConfigurations) { in constructCameraMetadata() local 423 RawStreamConfiguration cfg = { in readDisplayInfo() local
|
| /packages/services/Car/cpp/evs/sampleDriver/aidl/src/ |
| D | ConfigManager.cpp | 204 StreamConfiguration cfg = { in readCameraCapabilities() local 331 for (auto& cfg : aCamera->streamConfigurations) { in constructCameraMetadata() local 423 StreamConfiguration cfg = { in readDisplayInfo() local
|
| /packages/services/Car/cpp/evs/manager/aidl/wrappers/src/ |
| D | AidlEnumerator.cpp | 157 ScopedAStatus AidlEnumerator::openCamera(const std::string& id, const Stream& cfg, in openCamera() 364 ScopedAStatus AidlEnumerator::ImplV1::openCamera(const std::string& id, const Stream& cfg, in openCamera()
|
| D | HidlEnumerator.cpp | 210 Stream cfg = std::move(Utils::makeFromHidl(hidlCfg)); in openCamera_1_1() local
|
| /packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
| D | TetheringDependencies.java | 158 TetheringConfiguration cfg) { in getPrivateAddressCoordinator()
|
| /packages/apps/Settings/src/com/android/settings/network/ |
| D | VpnPreferenceController.java | 203 String getNameForVpnConfig(VpnConfig cfg, UserHandle user) { in getNameForVpnConfig()
|
| /packages/services/Car/tools/emulator/ |
| D | vhal_emulator_test.py | 66 def _generateTestValue(self, cfg, idx, origValue): argument
|
| /packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/ |
| D | ConsentNotificationJobService.java | 300 ClientFileGroup cfg = in sendNotificationIfOtaStringsDownloadCompleted() local
|
| /packages/modules/Bluetooth/system/stack/test/common/ |
| D | mock_l2cap_layer.cc | 73 uint16_t sec_level, tL2CAP_LE_CFG_INFO cfg) { in L2CA_RegisterLECoc()
|
| /packages/modules/Connectivity/service-t/native/libs/libnetworkstats/ |
| D | NetworkTraceHandlerTest.cpp | 49 perfetto::TraceConfig cfg; in StartTracing() local
|
| /packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/ |
| D | config_util.rs | 141 let mut cfg = serde_json::from_str::<Value>(config.as_str()).ok()?; in set_default_adapter() localVariable
|
| /packages/modules/Bluetooth/system/stack/avdt/ |
| D | avdt_msg.cc | 473 AvdtpSepConfig cfg = *p_msg->svccap.p_cfg; in avdt_msg_bld_svccap() local 1532 AvdtpSepConfig cfg{}; in avdt_msg_ind() local
|
| /packages/modules/StatsD/tests/src/android/cts/statsd/atom/ |
| D | DeviceAtomTestCase.java | 102 protected List<EventMetricData> doDeviceMethod(String methodName, StatsdConfig.Builder cfg) in doDeviceMethod()
|
| /packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/ |
| D | CarPropertyTest.java | 290 CarPropertyConfig<?> cfg = configs.get(0); in testMixedTypeProperty() local
|
| /packages/modules/Bluetooth/system/stack/eatt/ |
| D | eatt_impl.h | 830 tL2CAP_LE_CFG_INFO cfg = {.mps = eatt_dev->rx_mps_, .mtu = new_mtu}; in reconfigure() local 870 tL2CAP_LE_CFG_INFO cfg = {.mps = eatt_dev->rx_mps_, .mtu = new_mtu}; in reconfigure_all() local
|