Home
last modified time | relevance | path

Searched defs:InterfaceType (Results 1 – 25 of 90) sorted by relevance

1234

/aosp_15_r20/bootable/libbootloader/gbl/libefi/src/
H A Dprotocol.rs43 type InterfaceType; typedef
72 interface: *mut T::InterfaceType, in new()
79 pub fn interface(&self) -> Result<&T::InterfaceType> { in interface()
91 pub(crate) fn interface_ptr(&self) -> *mut T::InterfaceType { in interface_ptr()
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/abi/
Dtype.go427 func (t *Type) InterfaceType() *InterfaceType { func
442 type InterfaceType struct { struct
443 Type
444 PkgPath Name // import path
445 Methods []Imethod // sorted by hash
465 func (t *InterfaceType) NumMethod() int { return len(t.Methods) }
/aosp_15_r20/prebuilts/go/linux-x86/src/go/doc/
Dexports.go81 func removeAnonymousField(name string, ityp *ast.InterfaceType) {
107 func (r *reader) filterFieldList(parent *namedType, fields *ast.FieldList, ityp *ast.InterfaceType)…
/aosp_15_r20/bootable/libbootloader/gbl/libefi/src/protocol/
H A Ddevice_path.rs27 type InterfaceType = EfiDevicePathProtocol; typedef
37 type InterfaceType = EfiDevicePathToTextProtocol; typedef
H A Dloaded_image.rs26 type InterfaceType = EfiLoadedImageProtocol; typedef
H A Driscv.rs26 type InterfaceType = EfiRiscvBootProtocol; typedef
H A Dsimple_text_input.rs26 type InterfaceType = EfiSimpleTextInputProtocol; typedef
H A Dsimple_text_output.rs27 type InterfaceType = EfiSimpleTextOutputProtocol; typedef
H A Dblock_io.rs27 type InterfaceType = EfiBlockIoProtocol; typedef
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/wrl/
Dclient.h26 typedef typename T::InterfaceType InterfaceType; typedef
77 typedef T InterfaceType; typedef
/aosp_15_r20/prebuilts/go/linux-x86/src/go/ast/
Dast.go456 InterfaceType struct { struct
457 Interface token.Pos // position of "interface" keyword
458 Methods *FieldList // list of embedded interfaces, methods, or types
459 Incomplete bool // true if (source) methods or types are missing in the Methods list
510 func (x *InterfaceType) Pos() token.Pos { return x.Interface }
544 func (x *InterfaceType) End() token.Pos { return x.Methods.End() }
571 func (*InterfaceType) exprNode() {}
/aosp_15_r20/prebuilts/vndk/v30/x86/include/generated-headers/hardware/interfaces/automotive/can/1.0/[email protected]_genc++_headers/gen/android/hardware/automotive/can/1.0/
DICanController.h42 enum class InterfaceType : uint8_t; member
51 enum class InterfaceType : uint8_t { enum
/aosp_15_r20/prebuilts/vndk/v30/arm/include/generated-headers/hardware/interfaces/automotive/can/1.0/[email protected]_genc++_headers/gen/android/hardware/automotive/can/1.0/
DICanController.h42 enum class InterfaceType : uint8_t; member
51 enum class InterfaceType : uint8_t { enum
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/generated-headers/hardware/interfaces/automotive/can/1.0/[email protected]_genc++_headers/gen/android/hardware/automotive/can/1.0/
DICanController.h42 enum class InterfaceType : uint8_t; member
51 enum class InterfaceType : uint8_t { enum
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/generated-headers/hardware/interfaces/automotive/can/1.0/[email protected]_genc++_headers/gen/android/hardware/automotive/can/1.0/
DICanController.h42 enum class InterfaceType : uint8_t; member
51 enum class InterfaceType : uint8_t { enum
/aosp_15_r20/hardware/interfaces/automotive/can/aidl/aidl_api/android.hardware.automotive.can/current/android/hardware/automotive/can/
H A DInterfaceType.aidl36 enum InterfaceType { enum
/aosp_15_r20/hardware/interfaces/automotive/can/aidl/android/hardware/automotive/can/
H A DInterfaceType.aidl25 enum InterfaceType { enum
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/automotive/can/aidl/android.hardware.automotive.can_interface/dump/android/hardware/automotive/can/
DInterfaceType.aidl36 enum InterfaceType { enum
/aosp_15_r20/hardware/interfaces/automotive/can/aidl/aidl_api/android.hardware.automotive.can/1/android/hardware/automotive/can/
H A DInterfaceType.aidl36 enum InterfaceType { enum
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/jdi/
H A DInterfaceType.java47 public interface InterfaceType extends ReferenceType { interface
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/IndustryStandard/
H A DDebugPortTable.h25 UINT8 InterfaceType; member
/aosp_15_r20/external/webrtc/modules/audio_processing/test/
H A Daec_dump_based_simulator.h64 enum InterfaceType { in RTC_POP_IGNORING_WUNDEF() enum
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/IndustryStandard/
H A DDebugPortTable.h26 UINT8 InterfaceType; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/IndustryStandard/
H A DDebugPortTable.h26 UINT8 InterfaceType; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/IndustryStandard/
H A DDebugPortTable.h32 UINT8 InterfaceType; member

1234