Home
last modified time | relevance | path

Searched defs:intf (Results 1 - 25 of 43) sorted by relevance

12

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dobject.h218 nullptr_t RegisterStaticPropertyMetadata(const META_NS::InterfaceInfo& intf, BASE_NS::string_view name, in RegisterStaticPropertyMetadata() argument
229 nullptr_t RegisterStaticEventMetadata(const META_NS::InterfaceInfo& intf, BASE_NS::string_view name, in RegisterStaticEventMetadata() argument
238 nullptr_t RegisterStaticFunctionMetadata(const META_NS::InterfaceInfo& intf, BASE_NS::string_view name, in RegisterStaticFunctionMetadata() argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/vo/vo_dev/drm_hal/
H A Ddrm_hal_display.c440 static int drm_hal_disp_attach_intf(enum drm_hal_disp_chn disp, enum drm_hal_disp_intf_type intf, const void *intf_para) in drm_hal_disp_attach_intf() argument
466 static int drm_hal_disp_detach_intf(enum drm_hal_disp_chn disp, enum drm_hal_disp_intf_type intf, const void *intf_para) in drm_hal_disp_detach_intf() argument
/device/soc/rockchip/common/sdk_linux/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c61 struct usb_interface_descriptor intf; member
66 struct usb_interface_descriptor intf; member
/device/soc/rockchip/common/sdk_linux/tools/usb/ffs-aio-example/simple/device_app/
H A Daio_simple.c60 struct usb_interface_descriptor intf; member
65 struct usb_interface_descriptor intf; member
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H A Dexporter.cpp250 BASE_NS::shared_ptr<const CORE_NS::IInterface> intf; in ExportPointer() local
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/
H A Dtusb.c111 static void tusb_disconnect(struct usb_interface *intf) in tusb_disconnect() argument
116 static int tusb_probe(struct usb_interface *intf, in tusb_probe() argument
/third_party/skia/tests/
H A DSkSLDSLTest.cpp1582 DSLGlobalVar intf = InterfaceBlock(kUniform_Modifier, "InterfaceBlock1", in DEF_GPUTEST_FOR_MOCK_CONTEXT() local
2048 DSLGlobalVar intf = InterfaceBlock(kUniform_Modifier, "uniforms", in DEF_GPUTEST_FOR_MOCK_CONTEXT() local
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dftzconf.h44 # define intf z_intf macro
231 typedef int FAR intf; typedef
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Df_config.c270 struct usb_interface_descriptor *intf; in modify_string_index_bystrbase() local
H A Df_generic.c595 static int generic_revmap_intf(struct generic_dev_s *dev, uint8_t intf) in generic_revmap_intf() argument
603 int ret = 0, intf; in generic_set_alt() local
/device/soc/rockchip/common/sdk_linux/include/linux/usb/
H A Dusbnet.h30 struct usb_interface *intf; member
88 static inline struct usb_driver *driver_of(struct usb_interface *intf) in driver_of() argument
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddbus_usb.c206 dbus_bus_register(int vid, int pid, probe_cb_t prcb, disconnect_cb_t discb, void *prarg, dbus_intf_t **intf, void *param1, void *param2) dbus_bus_register() argument
/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp1133 sptr<IInterface> intf = AAFwk::String::Box(Str16ToStr8(value)); in ReadFromParcelString() local
1144 sptr<IInterface> intf = AAFwk::Boolean::Box(value); in ReadFromParcelBool() local
1158 sptr<IInterface> intf = AAFwk::Byte::Box(value); in ReadFromParcelInt8() local
1172 sptr<IInterface> intf in ReadFromParcelChar() local
1186 sptr<IInterface> intf = AAFwk::Short::Box(value); ReadFromParcelShort() local
1200 sptr<IInterface> intf = AAFwk::Integer::Box(value); ReadFromParcelInt() local
1221 sptr<IInterface> intf = DistributedWantParamWrapper::Parse(Str16ToStr8(value)); ReadFromParcelWantParamWrapper() local
1264 sptr<IInterface> intf = Long::Box(value); ReadFromParcelLong() local
1266 sptr<IInterface> intf = AAFwk::String::Box(std::to_string(value)); ReadFromParcelLong() local
1281 sptr<IInterface> intf = AAFwk::Float::Box(value); ReadFromParcelFloat() local
1295 sptr<IInterface> intf = AAFwk::Double::Box(value); ReadFromParcelDouble() local
[all...]
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params.cpp1203 sptr<IInterface> intf = String::Box(Str16ToStr8(value)); in ReadFromParcelString() local
1216 sptr<IInterface> intf = Boolean::Box(value); in ReadFromParcelBool() local
1233 sptr<IInterface> intf = Byte::Box(value); in ReadFromParcelInt8() local
1250 sptr<IInterface> intf in ReadFromParcelChar() local
1267 sptr<IInterface> intf = Short::Box(value); ReadFromParcelShort() local
1284 sptr<IInterface> intf = Integer::Box(value); ReadFromParcelInt() local
1314 sptr<IInterface> intf = WantParamWrapper::Box(*value); ReadFromParcelWantParamWrapper() local
1362 sptr<IInterface> intf = Long::Box(value); ReadFromParcelLong() local
1364 sptr<IInterface> intf = String::Box(std::to_string(value)); ReadFromParcelLong() local
1382 sptr<IInterface> intf = Float::Box(value); ReadFromParcelFloat() local
1399 sptr<IInterface> intf = Double::Box(value); ReadFromParcelDouble() local
1495 sptr<IInterface> intf = ao; ReadFromParcelParam() local
[all...]
/third_party/backends/tools/
H A Dsane-find-scanner.c832 int intf; in check_libusb_device() local
[all...]
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c1229 usb_altnum_to_altsetting(const struct usb_interface *intf, uint8_t alt_index) in usb_altnum_to_altsetting() argument
1272 usb_get_intfdata(struct usb_interface *intf) in usb_get_intfdata() argument
1417 usb_set_intfdata(struct usb_interface *intf, void *data) in usb_set_intfdata() argument
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_uac.c738 static int usbclass_uac_set_alt(struct uac_dev_s *dev, unsigned intf, unsigned alt) in usbclass_uac_set_alt() argument
/third_party/node/deps/v8/third_party/zlib/
H A Dchromeconf.h151 #define intf Cr_z_intf macro
/third_party/node/deps/zlib/
H A Dchromeconf.h154 #define intf Cr_z_intf macro
/third_party/libwebsockets/win32port/zlib/
H A Dzconf.h119 # define intf z_intf macro
346 typedef int FAR intf; typedef
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferMemoryRequirementsTests.cpp374 const InstanceInterface& intf = context.getInstanceInterface(); in checkSupport() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferMemoryRequirementsTests.cpp374 const InstanceInterface& intf = context.getInstanceInterface(); in checkSupport() local
/third_party/skia/src/sksl/codegen/
H A DSkSLGLSLCodeGenerator.cpp1118 void GLSLCodeGenerator::writeInterfaceBlock(const InterfaceBlock& intf) { in writeInterfaceBlock() argument
/third_party/skia/src/sksl/dsl/
H A DDSLCore.cpp216 static void FindRTAdjust(SkSL::InterfaceBlock& intf, PositionInfo pos) { in FindRTAdjust() argument
266 auto intf = std::make_unique<SkSL::InterfaceBlock>(pos.line(), in InterfaceBlock() local
/third_party/skia/third_party/externals/zlib/
H A Dchromeconf.h151 #define intf Cr_z_intf macro

Completed in 31 milliseconds

12