Home
last modified time | relevance | path

Searched defs:interfaces (Results 26 – 50 of 69) sorted by relevance

123

/aosp12/frameworks/wilhelm/src/
H A Dsles.cpp159 const struct iid_vtable *interfaces = clazz->mInterfaces; in checkInterfaces() local
/aosp12/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DStubClassAdapter.java185 String signature, String superName, String[] interfaces) { in visit()
H A DAbstractClassAdapter.java169 String superName, String[] interfaces) { in visit()
H A DDependencyFinder.java398 String signature, String superName, String[] interfaces) { in visit()
H A DAsmAnalyzer.java577 String signature, String superName, String[] interfaces) { in visit()
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/hdhomerun/
H A DHdHomeRunDiscover.java167 Enumeration<NetworkInterface> interfaces; in getLocalIpInfo() local
/aosp12/system/core/init/
H A Dservice.h120 const std::set<std::string>& interfaces() const { return interfaces_; } in interfaces() function
/aosp14/system/core/init/
H A Dservice.h126 const std::set<std::string>& interfaces() const { return interfaces_; } in interfaces() function
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DTetherSettings.java642 public void onTetheredInterfacesChanged(List<String> interfaces) { in onTetheredInterfacesChanged()
/aosp14/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
H A DLockFindingClassVisitor.java82 String[] interfaces) { in visit()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
H A DWifiAwareDataPathStateManagerTest.java746 Set<String> interfaces = new HashSet<>(); in testMultipleNdiToSamePeer() local
828 Set<String> interfaces = new HashSet<>(); in testMultipleNdiToDifferentPeer() local
918 Set<String> interfaces = new HashSet<>(); in testMultipleNdpToDifferentPeerOnSingleNdi() local
/aosp12/art/runtime/mirror/
H A Dclass-inl.h962 ObjPtr<ObjectArray<Class>> interfaces = GetProxyInterfaces(); in NumDirectInterfaces() local
965 const dex::TypeList* interfaces = GetInterfaceTypeList(); in NumDirectInterfaces() local
/aosp12/system/tools/aidl/
H A Dast_java.h326 std::vector<std::string> interfaces; member
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dcommon.h138 interface_info **interfaces; // array of interfaces member
H A Dwifi_hal.cpp1878 wifi_interface_handle **interfaces) in wifi_get_ifaces()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DProxyManager.java498 public void addServiceInterfacesLocked(@NonNull List<IAccessibilityServiceClient> interfaces, in addServiceInterfacesLocked()
/aosp12/art/dexlayout/
H A Ddexlayout.cc1444 const dex_ir::TypeList* interfaces = class_def->Interfaces(); in DumpClass() local
1634 const dex_ir::TypeList* interfaces = class_def->Interfaces(); in LayoutStringData() local
/aosp12/system/libvintf/
H A Dparse_xml.cpp566 std::vector<HalInterface> interfaces; in buildObject() local
741 std::vector<HalInterface> interfaces; in buildObject() local
/aosp12/frameworks/base/core/proto/android/service/
H A Dusb.proto147 repeated UsbInterfaceProto interfaces = 5; field
/aosp12/art/runtime/
H A Dhidden_api_test.cc578 std::vector<Handle<mirror::Class>> interfaces; in TEST_F() local
H A Dclass_linker.cc3228 auto interfaces = hs.NewHandle<mirror::ObjectArray<mirror::Class>>(nullptr); in DefineClass() local
4900 jobjectArray interfaces, in CreateProxyClass()
5974 Handle<mirror::ObjectArray<mirror::Class>> interfaces, in LinkClass()
6145 const dex::TypeList* interfaces = dex_file.GetInterfacesList(class_def); in LoadSuperAndInterfaces() local
6325 Handle<mirror::ObjectArray<mirror::Class>> interfaces, in LinkMethods()
7203 ObjPtr<mirror::ObjectArray<mirror::Class>> interfaces, in FillIfTable()
7283 Handle<mirror::ObjectArray<mirror::Class>> interfaces) { in SetupInterfaceLookupTable()
/aosp14/frameworks/base/core/proto/android/service/
H A Dusb.proto150 repeated UsbInterfaceProto interfaces = 5; field
/aosp12/art/runtime/native/
H A Djava_lang_Class.cc247 Handle<mirror::ObjectArray<mirror::Class>> interfaces = in Class_getInterfacesInternal() local
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceHalTest.java2772 ArrayList<ISupplicant.IfaceInfo> interfaces; in executeAndValidateInitializationSequence() local
/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dcommon.h328 interface_info **interfaces; // array of interfaces member

123