Home
last modified time | relevance | path

Searched refs:interfaces (Results 1 – 25 of 157) sorted by relevance

1234567

/packages/modules/NetworkStack/common/networkstackclient/
DAndroid.bp17 // AIDL interfaces between the core system and the networking mainline module.
24 name: "ipmemorystore-aidl-interfaces",
106 name: "networkstack-aidl-interfaces",
170 imports: ["ipmemorystore-aidl-interfaces-V10"],
181 imports: ["ipmemorystore-aidl-interfaces-V10"],
185 imports: ["ipmemorystore-aidl-interfaces-V10"],
189 imports: ["ipmemorystore-aidl-interfaces-V10"],
193 imports: ["ipmemorystore-aidl-interfaces-V10"],
197 imports: ["ipmemorystore-aidl-interfaces-V10"],
201 imports: ["ipmemorystore-aidl-interfaces-V10"],
[all …]
/packages/modules/Connectivity/tests/cts/net/util/java/android/net/cts/util/
DCtsTetheringUtils.java218 public void onTetherableInterfacesChanged(List<String> interfaces) { in onTetherableInterfacesChanged() argument
219 mTetherableIfaces = interfaces; in onTetherableInterfacesChanged()
226 public void onTetherableInterfacesChanged(Set<TetheringInterface> interfaces) { in onTetherableInterfacesChanged() argument
227 TetheringEventCallback.super.onTetherableInterfacesChanged(interfaces); in onTetherableInterfacesChanged()
228 assertHasAllTetheringInterfaces(interfaces, mTetherableIfaces); in onTetherableInterfacesChanged()
229 mHistory.add(new CallbackValue(CallbackType.ON_TETHERABLE_IFACES, interfaces, 0)); in onTetherableInterfacesChanged()
233 public void onTetheredInterfacesChanged(List<String> interfaces) { in onTetheredInterfacesChanged() argument
234 mTetheredIfaces = interfaces; in onTetheredInterfacesChanged()
238 public void onTetheredInterfacesChanged(Set<TetheringInterface> interfaces) { in onTetheredInterfacesChanged() argument
239 TetheringEventCallback.super.onTetheredInterfacesChanged(interfaces); in onTetheredInterfacesChanged()
[all …]
/packages/services/Car/tools/emulator/
DREADME.md14 * hardware/interfaces/automotive/vehicle/2.0/default/VehicleService.cpp
15 * hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/VehicleEmulator.cpp
16 * hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/SocketComm.cpp
31 * hardware/interfaces/automotive/vehicle/2.0/types.hal
37 * Generated from hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/proto/VehicleH…
40 protoDir=$ANDROID_BUILD_TOP/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/proto
/packages/modules/Bluetooth/pandora/interfaces/
DAndroid.bp26 "external/pandora/bt-test-interfaces",
28 "packages/modules/Bluetooth/pandora/interfaces",
58 "external/pandora/bt-test-interfaces",
60 "packages/modules/Bluetooth/pandora/interfaces",
/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMulticastNetworkInterfaceProvider.java130 Enumeration<NetworkInterface> interfaces = NetworkInterface.getNetworkInterfaces(); in getNetworkInterfaces() local
131 if (interfaces != null) { in getNetworkInterfaces()
132 while (interfaces.hasMoreElements()) { in getNetworkInterfaces()
134 new NetworkInterfaceWrapper(interfaces.nextElement())); in getNetworkInterfaces()
/packages/services/Car/tests/carservice_unit_test/src/android/car/
DBinderInterfaceContainerTest.java44 Collection<BinderInterface<IInterface>> interfaces = container.getInterfaces(); in getInterfaces_returnsCopy() local
49 assertThat(interfaces).hasSize(1); in getInterfaces_returnsCopy()
50 List<BinderInterface<IInterface>> interfaceList = new ArrayList<>(interfaces); in getInterfaces_returnsCopy()
/packages/apps/ManagedProvisioning/studio-dev/StubGenerator/src/main/java/com/android/development/
DDexToStubConverter.java141 List<String> interfaces = classDef.getInterfaces(); in expectClass() local
143 if (interfaces.contains(INTERFACE_I_INTERFACE)) { in expectClass()
145 } else if (interfaces.contains(INTERFACE_PARCELABLE)) { in expectClass()
206 String[] interfaces = null; in writeClass() local
209 interfaces = interfaceList.toArray(new String[interfaceList.size()]); in writeClass()
210 for (int i = 0; i < interfaces.length; i++) { in writeClass()
211 interfaces[i] = typeToPath(interfaces[i]); in writeClass()
212 dependentInnerClasses.add(interfaces[i]); in writeClass()
229 interfaces); in writeClass()
/packages/modules/Connectivity/Tethering/tests/integration/base/android/net/
DEthernetTetheringTestBase.java374 public void onTetheredInterfacesChanged(List<String> interfaces) { in onTetheredInterfacesChanged() argument
379 public void onTetheredInterfacesChanged(Set<TetheringInterface> interfaces) { in onTetheredInterfacesChanged() argument
383 if (!mInterfaceWasTethered && interfaces.contains(mIface)) { in onTetheredInterfacesChanged()
385 Log.d(TAG, "Tethering started: " + interfaces); in onTetheredInterfacesChanged()
388 } else if (mInterfaceWasTethered && !interfaces.contains(mIface)) { in onTetheredInterfacesChanged()
389 Log.d(TAG, "Tethering stopped: " + interfaces); in onTetheredInterfacesChanged()
395 public void onLocalOnlyInterfacesChanged(List<String> interfaces) { in onLocalOnlyInterfacesChanged() argument
400 public void onLocalOnlyInterfacesChanged(Set<TetheringInterface> interfaces) { in onLocalOnlyInterfacesChanged() argument
404 if (!mInterfaceWasLocalOnly && interfaces.contains(mIface)) { in onLocalOnlyInterfacesChanged()
406 Log.d(TAG, "Local-only started: " + interfaces); in onLocalOnlyInterfacesChanged()
[all …]
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dservice_watcher.rs207 let (object_path, interfaces) = in start_watch_interface()
209 let interfaces: Vec<String> = interfaces.unwrap().map(|e| e.0).collect(); in start_watch_interface() localVariable
210 if interfaces.contains(&interface) { in start_watch_interface()
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/service/
DRemoteProvisioningService.java34 import com.android.rkpdapp.interfaces.ServerInterface;
35 import com.android.rkpdapp.interfaces.ServiceManagerInterface;
36 import com.android.rkpdapp.interfaces.SystemInterface;
/packages/modules/AdServices/sdksandbox/tests/manual-test-apps/sdkinterfaces/src/android/app/sdksandbox/interfaces/
DISdkApi.aidl15 package android.app.sdksandbox.interfaces;
17 import android.app.sdksandbox.interfaces.IActivityStarter;
/packages/apps/Launcher3/src_plugins/
DREADME.md1 This directory contains plugin interfaces that launcher listens for and plugins implement. In other…
3 Details about how to create a new plugin interface, or to use existing interfaces to write a plugin…
/packages/modules/RemoteKeyProvisioning/app/tests/util/src/com/android/rkpdapp/testutil/
DSystemInterfaceSelector.java24 import com.android.rkpdapp.interfaces.ServiceManagerInterface;
25 import com.android.rkpdapp.interfaces.SystemInterface;
/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/
Dsocket.rs147 ReadIndexList { num_intf: u16, interfaces: Vec<u16> },
223 let interfaces: Vec<u16> = rest in try_from() localVariable
230 MgmtCommandResponse::ReadIndexList { num_intf: len, interfaces } in try_from()
446 if let MgmtCommandResponse::ReadIndexList { num_intf, interfaces } = response { in mgmt_tryfrom_indexlist()
448 assert_eq!(vec![0x0, 0x5, 0xbeef], interfaces); in mgmt_tryfrom_indexlist()
/packages/modules/RemoteKeyProvisioning/app/tests/avf/src/com/android/avf/rkpdapp/e2etest/
DAvfIntegrationTest.java35 import com.android.rkpdapp.interfaces.ServerInterface;
36 import com.android.rkpdapp.interfaces.ServiceManagerInterface;
37 import com.android.rkpdapp.interfaces.SystemInterface;
/packages/modules/RemoteKeyProvisioning/app/tests/stress/src/com/android/rkpdapp/stress/
DRegistrationBinderStressTest.java37 import com.android.rkpdapp.interfaces.ServerInterface;
38 import com.android.rkpdapp.interfaces.ServiceManagerInterface;
39 import com.android.rkpdapp.interfaces.SystemInterface;
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/provisioner/
DPeriodicProvisioner.java31 import com.android.rkpdapp.interfaces.ServerInterface;
32 import com.android.rkpdapp.interfaces.ServiceManagerInterface;
33 import com.android.rkpdapp.interfaces.SystemInterface;
/packages/apps/Settings/src/com/android/settings/network/tether/
DTetheringManagerModel.java93 public void onTetheredInterfacesChanged(List<String> interfaces) { in onTetheredInterfacesChanged() argument
94 mTetheredInterfaces.setValue(interfaces); in onTetheredInterfacesChanged()
/packages/modules/Bluetooth/system/log/
DAndroid.bp27 // "//hardware/interfaces/bluetooth/aidl/vts"), _never_ with open selection
31 "//hardware/interfaces/bluetooth/aidl/vts",
/packages/modules/RemoteKeyProvisioning/app/tests/unit/src/com/android/rkpdapp/unittest/
DBootReceiverTest.java34 import com.android.rkpdapp.interfaces.ServiceManagerInterface;
35 import com.android.rkpdapp.interfaces.SystemInterface;
/packages/services/Car/cpp/computepipe/aidl/
DAndroid.bp17 // freeze Auto interfaces when the mainline Android launches.
46 // freeze Auto interfaces when the mainline Android launches.
/packages/modules/RemoteKeyProvisioning/app/
Dproguard.flags2 -keep class com.android.rkpdapp.interfaces.ServiceManagerInterface { *; }
17 …ion,allowobfuscation,allowaccessmodification class com.android.rkpdapp.interfaces.SystemInterface …
/packages/modules/RemoteKeyProvisioning/app/tests/e2e/src/com/android/rkpdapp/e2etest/
DRkpdHostTestHelperTests.java38 import com.android.rkpdapp.interfaces.ServerInterface;
39 import com.android.rkpdapp.interfaces.ServiceManagerInterface;
40 import com.android.rkpdapp.interfaces.SystemInterface;
/packages/modules/Connectivity/Tethering/common/TetheringLib/src/android/net/
DTetheringManager.java1146 default void onTetherableInterfacesChanged(@NonNull List<String> interfaces) {}
1156 default void onTetherableInterfacesChanged(@NonNull Set<TetheringInterface> interfaces) {
1159 onTetherableInterfacesChanged(toIfaces(interfaces));
1169 default void onTetheredInterfacesChanged(@NonNull List<String> interfaces) {}
1179 default void onTetheredInterfacesChanged(@NonNull Set<TetheringInterface> interfaces) {
1182 onTetheredInterfacesChanged(toIfaces(interfaces));
1192 default void onLocalOnlyInterfacesChanged(@NonNull List<String> interfaces) {}
1202 default void onLocalOnlyInterfacesChanged(@NonNull Set<TetheringInterface> interfaces) {
1205 onLocalOnlyInterfacesChanged(toIfaces(interfaces));
/packages/apps/TV/tuner/src/com/android/tv/tuner/hdhomerun/
DHdHomeRunDiscover.java167 Enumeration<NetworkInterface> interfaces; in getLocalIpInfo() local
169 interfaces = NetworkInterface.getNetworkInterfaces(); in getLocalIpInfo()
174 while (interfaces.hasMoreElements()) { in getLocalIpInfo()
175 NetworkInterface networkInterface = interfaces.nextElement(); in getLocalIpInfo()

1234567