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

  /development/host/windows/usb/api/
adb_interface_enum.h 92 AdbEnumInterfaceArray interfaces_; member in class:AdbInterfaceEnumObject
  /system/connectivity/wificond/
server.h 126 std::vector<InterfaceInfo> interfaces_; member in class:android::wificond::Server
  /external/libbrillo/brillo/dbus/
dbus_object.h 559 std::map<std::string, std::unique_ptr<DBusInterface>> interfaces_; member in class:brillo::dbus_utils::DBusObject
  /art/dexlayout/
dex_ir.h 792 interfaces_(interfaces),
805 const TypeList* Interfaces() { return interfaces_; }
806 uint32_t InterfacesOffset() { return interfaces_ == nullptr ? 0 : interfaces_->GetOffset(); }
820 TypeList* interfaces_; // This can be nullptr. member in class:art::dex_ir::ClassDef
    [all...]

Completed in 241 milliseconds