Home
last modified time | relevance | path

Searched defs:intf (Results 1 – 25 of 439) sorted by relevance

12345678910>>...18

/aosp_15_r20/external/mdnsresponder/mDNSCore/
H A DmDNS.c338 NetworkInterfaceInfo *intf; in mDNS_AddressIsLocalSubnet() local
367 NetworkInterfaceInfo *intf = m->HostInterfaces; in FirstInterfaceForID() local
374 NetworkInterfaceInfo *intf = FirstInterfaceForID(m, InterfaceID); in InterfaceNameForID() local
1050 NetworkInterfaceInfo *intf = FirstInterfaceForID(m, rr->resrec.InterfaceID); in mDNS_Register_internal() local
1108 NetworkInterfaceInfo *intf = FirstInterfaceForID(m, rr->resrec.InterfaceID); in mDNS_Register_internal() local
1666 NetworkInterfaceInfo *intf = FirstInterfaceForID(m, InterfaceID); in SendDelayedUnicastResponse() local
1857 NetworkInterfaceInfo *intf = FirstInterfaceForID(m, rr->resrec.InterfaceID); in SendARP() local
1928 NetworkInterfaceInfo *intf = FirstInterfaceForID(m, rr->resrec.InterfaceID); in SendNDP() local
2005 mDNSlocal void SetupOwnerOpt(const mDNS *const m, const NetworkInterfaceInfo *const intf, rdataOPT … in SetupOwnerOpt()
2046 const NetworkInterfaceInfo *intf = GetFirstActiveInterface(m->HostInterfaces); in SendResponses() local
[all …]
/aosp_15_r20/external/mdnsresponder/mDNSPosix/
H A DmDNSPosix.c231 mDNSlocal void SocketDataReady(mDNS *const m, PosixNetworkInterface *intf, int skt) in SocketDataReady()
538 PosixNetworkInterface *intf; in SearchForInterfaceByName() local
552 PosixNetworkInterface *intf; in mDNSPlatformInterfaceIDfromInterfaceIndex() local
569 PosixNetworkInterface *intf; in mDNSPlatformInterfaceIndexfromInterfaceID() local
605 mDNSlocal void ClosePosixNetworkInterface(PosixNetworkInterface *intf) in ClosePosixNetworkInterface()
626 mDNSlocal void FreePosixNetworkInterface(PosixNetworkInterface *intf) in FreePosixNetworkInterface()
655 PosixNetworkInterface *intf = (PosixNetworkInterface*)(m->HostInterfaces); in CloseInterfaceList() local
901 PosixNetworkInterface *intf = NULL; in SetupOneInterface() local
1515 …port mDNSBool mDNSPlatformValidRecordForInterface(AuthRecord *rr, const NetworkInterfaceInfo *intf) in mDNSPlatformValidRecordForInterface()
/aosp_15_r20/external/wayland/tests/
H A Ddisplay-test.c138 uint32_t id, const char *intf, uint32_t ver) in registry_handle_globals()
195 const struct wl_interface *intf; in check_pending_error() local
932 const struct wl_interface *intf; in check_error_on_destroyed_object() local
999 uint32_t id, const char *intf, uint32_t ver) in registry_handle_filtered()
1111 const struct wl_interface *intf; in check_bind_error() local
1193 uint32_t id, const char *intf, uint32_t ver) in zombie_fd_handle_globals()
1359 uint32_t id, const char *intf, uint32_t ver) in double_zombie_fd_handle_globals()
1423 uint32_t id, const char *intf, in registry_bind_interface_mismatch_handle_global()
1564 uint32_t id, const char *intf, in registry_global_remove_before_handle_global()
1633 uint32_t id, const char *intf, in registry_global_remove_after_handle_global()
/aosp_15_r20/system/tools/aidl/metadata/
Dparser.cpp50 for (const Json::Value& intf : entry["types"]) { in main() local
55 for (const Json::Value& intf : entry["hashes"]) { in main() local
62 for (const Json::Value& intf : entry["versions"]) { in main() local
/aosp_15_r20/frameworks/av/media/codec2/hal/plugin/
H A DFilterWrapper.cpp47 std::shared_ptr<C2ComponentInterface> intf, in WrappedDecoderInterface()
494 std::shared_ptr<C2ComponentInterface> intf() override { return mIntf; } in intf() function in android::__anonbc79e1130111::WrappedDecoder
858 std::shared_ptr<C2ComponentInterface> intf; in createFilters() local
868 const std::shared_ptr<C2ComponentInterface> &intf) { in getTraits()
904 const std::shared_ptr<C2ComponentInterface> intf) { in maybeWrapInterface()
961 bool FilterWrapper::isFilteringEnabled(const std::shared_ptr<C2ComponentInterface> &intf) { in isFilteringEnabled()
1006 const std::shared_ptr<C2ComponentInterface> &intf, in queryParamsForPreviousComponent()
H A DDefaultFilterPlugin.cpp101 bool DefaultFilterPlugin::isFilteringEnabled(const std::shared_ptr<C2ComponentInterface> &intf) { in isFilteringEnabled()
109 const std::shared_ptr<C2ComponentInterface> &intf, in queryParamsForPreviousComponent()
/aosp_15_r20/development/samples/USB/AdbTest/src/com/android/adb/
H A DAdbTestActivity.java61 UsbInterface intf = findAdbInterface(device); in onCreate() local
120 private boolean setAdbInterface(UsbDevice device, UsbInterface intf) { in setAdbInterface()
165 UsbInterface intf = device.getInterface(i); in findAdbInterface() local
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowUsbDeviceConnection.java28 protected boolean claimInterface(UsbInterface intf, boolean force) { in claimInterface()
40 protected boolean releaseInterface(UsbInterface intf) { in releaseInterface()
60 protected boolean setInterface(UsbInterface intf) { in setInterface()
H A DShadowWifiP2pGroup.java18 public void setInterface(String intf) { in setInterface()
36 void setInterface(String intf); in setInterface()
/aosp_15_r20/frameworks/av/media/codec2/hal/plugin/samples/
H A DSampleFilterPlugin.cpp118 static bool IsFilteringEnabled(const std::shared_ptr<C2ComponentInterface> &intf) { in IsFilteringEnabled()
131 [[maybe_unused]] const std::shared_ptr<C2ComponentInterface> &intf, in QueryParamsForPreviousComponent()
606 std::shared_ptr<C2ComponentInterface> intf() override { in intf() function in android::SampleToneMappingFilter
966 std::shared_ptr<C2ComponentInterface> intf{new typename T::Interface(0, reflector)}; in AddFactory() local
1010 bool isFilteringEnabled(const std::shared_ptr<C2ComponentInterface> &intf) override { in isFilteringEnabled()
1018 const std::shared_ptr<C2ComponentInterface> &intf, in queryParamsForPreviousComponent()
/aosp_15_r20/system/libvintf/
H A DMatrixHal.cpp38 for (const auto& intf : iterateValues(interfaces)) { in isValid() local
86 for (const auto& intf : iterateValues(interfaces)) { in forEachInstance() local
109 for (const auto& intf : iterateValues(interfaces)) { in forEachInstance() local
/aosp_15_r20/packages/services/Car/cpp/computepipe/router/include/
DPipeHandle.h35 explicit PipeHandle(std::unique_ptr<T> intf) : mInterface(std::move(intf)) { in PipeHandle()
52 explicit PipeHandle(std::shared_ptr<T> intf) : mInterface(intf){}; in PipeHandle()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/reflect/
DProxy.java457 Key1(Class<?> intf) { in Key1()
469 Class<?> intf; in equals() local
545 Class<?> intf = refs1[i].get(); in equals() local
/aosp_15_r20/frameworks/base/core/java/android/hardware/usb/
H A DUsbDeviceConnection.java184 public boolean claimInterface(UsbInterface intf, boolean force) { in claimInterface()
193 public boolean releaseInterface(UsbInterface intf) { in releaseInterface()
203 public boolean setInterface(UsbInterface intf) { in setInterface()
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/reflect/
H A DProxy.java457 Key1(Class<?> intf) { in Key1()
469 Class<?> intf; in equals() local
545 Class<?> intf = refs1[i].get(); in equals() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/4/libcore/ojluni/src/main/java/java/lang/reflect/
DProxy.java457 Key1(Class<?> intf) { in Key1()
469 Class<?> intf; in equals() local
545 Class<?> intf = refs1[i].get(); in equals() local
/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/apilevels/
H A DApiClass.kt313 val intf = interfacesIter.next() in removeMissingClasses() constant
328 for (intf in interfaces) { in findMissingClasses() constant
/aosp_15_r20/system/core/init/
H A Dinterface_utils.cpp45 for (const FQName& intf : interfaces) { in CheckInterfaceInheritanceHierarchy() local
110 Result<void> IsKnownInterface(const FQName& intf) { in IsKnownInterface()
/aosp_15_r20/frameworks/av/media/codec2/hal/aidl/
H A DComponentStore.cpp310 std::shared_ptr<IComponentInterface> *intf) { in createInterface()
353 void ComponentStore::onInterfaceLoaded(const std::shared_ptr<C2ComponentInterface> &intf) { in onInterfaceLoaded()
498 std::shared_ptr<C2ComponentInterface> intf = compStatus.c2Component->intf(); in dump() local
H A DComponentInterface.cpp196 const std::shared_ptr<C2ComponentInterface>& intf, in ComponentInterface()
201 const std::shared_ptr<C2ComponentInterface>& intf, in ComponentInterface()
/aosp_15_r20/frameworks/av/media/codec2/sfplugin/
H A DCodec2InfoBuilder.cpp102 std::shared_ptr<Codec2Client::Interface> intf, in addSupportedProfileLevels()
252 std::shared_ptr<Codec2Client::Interface> intf, in addSupportedColorFormats()
536 std::shared_ptr<Codec2Client::Interface> intf = in buildMediaCodecList() local
/aosp_15_r20/hardware/interfaces/wifi/aidl/default/
H A Dwifi_ap_iface.cpp108 for (auto const& intf : instances_) { in setMacAddressInternal() local
141 for (auto const& intf : instances_) { in resetToFactoryMacAddressInternal() local
/aosp_15_r20/frameworks/av/media/codec2/hal/hidl/1.0/utils/
H A DComponentInterface.cpp196 const std::shared_ptr<C2ComponentInterface>& intf, in ComponentInterface()
201 const std::shared_ptr<C2ComponentInterface>& intf, in ComponentInterface()
/aosp_15_r20/external/ltp/testcases/kernel/device-drivers/usb/tusb/
H A Dtusb.c111 static void tusb_disconnect(struct usb_interface *intf) in tusb_disconnect()
116 static int tusb_probe(struct usb_interface *intf, in tusb_probe()
/aosp_15_r20/system/core/fastboot/device/
H A Dusb_client.cpp43 struct usb_interface_descriptor intf; member
49 struct usb_interface_descriptor intf; member

12345678910>>...18