Home
last modified time | relevance | path

Searched defs:Interface (Results 1 – 25 of 153) sorted by relevance

1234567

/external/trusty/arm-trusted-firmware/docs/components/
Dfirmware-update.rst227 BL1_SMC_CALL_COUNT
240 BL1_SMC_UID
254 BL1_SMC_VERSION
268 BL1_SMC_RUN_IMAGE
288 FWU_SMC_IMAGE_COPY
337 FWU_SMC_IMAGE_AUTH
377 FWU_SMC_IMAGE_EXECUTE
405 FWU_SMC_IMAGE_RESUME
432 FWU_SMC_SEC_IMAGE_DONE
453 FWU_SMC_UPDATE_DONE
[all …]
/external/rust/android-crates-io/crates/nix/src/net/
Dif_.rs286 pub struct Interface(libc::if_nameindex); struct
288 impl Interface { impl
300 impl fmt::Debug for Interface { implementation
325 pub fn to_slice(&self) -> &[Interface] { in to_slice()
371 let ret = &*(self.ptr as *const Interface); in next() constant
/external/grpc-grpc/
DCONCEPTS.md10 ## Interface section in gRPC Concepts Overview
22 ### Invoking & handling remote calls
/external/rust/android-crates-io/crates/async-trait/tests/ui/
Dmust-use.rs6 trait Interface { trait
/external/rust/android-crates-io/crates/grpcio-sys/grpc/
DCONCEPTS.md10 ## Interface section in gRPC Concepts Overview
22 ### Invoking & handling remote calls
/external/dokka/core/testdata/javadoc/
Dsuppress.kt35 interface Interface { interface
/external/rust/android-crates-io/crates/rusb/src/
Dinterface_descriptor.rs11 pub struct Interface<'a> { struct
15 impl<'a> Interface<'a> { impl
161 pub(crate) unsafe fn from_libusb(interface: &libusb_interface) -> Interface { in from_libusb()
/external/grpc-grpc/doc/core/
Dgrpc-polling-engines.md30 ### Opaque Structures exposed by the polling engine
38 ### Polling engine API
/external/rust/android-crates-io/crates/drm/src/control/
Dconnector.rs76 pub fn interface(&self) -> Interface { in interface()
124 pub enum Interface { enum
148 impl Interface { impl
178 impl From<u32> for Interface { implementation
/external/fastrpc/src/
Dadsp_default_listener_stub.c269 typedef struct Interface Interface; typedef
271 struct Interface { struct
272 int nMethods;
273 const Method * const *methodArray;
274 int nIIds;
275 const uint32_t *iids;
276 const uint16_t* methodStringArray;
277 const uint16_t* methodStrings;
278 const char* strings;
Dapps_remotectl_skel.c270 typedef struct Interface Interface; typedef
272 struct Interface { struct
273 int nMethods;
274 const Method * const *methodArray;
275 int nIIds;
276 const uint32_t *iids;
277 const uint16_t* methodStringArray;
278 const uint16_t* methodStrings;
279 const char* strings;
Dadspmsgd_apps_skel.c422 typedef struct Interface Interface; typedef
424 struct Interface { struct
425 int nMethods;
426 const Method * const *methodArray;
427 int nIIds;
428 const uint32_t *iids;
429 const uint16_t* methodStringArray;
430 const uint16_t* methodStrings;
431 const char* strings;
Dadspmsgd_adsp1_stub.c422 typedef struct Interface Interface; typedef
424 struct Interface { struct
425 int nMethods;
426 const Method * const *methodArray;
427 int nIIds;
428 const uint32_t *iids;
429 const uint16_t* methodStringArray;
430 const uint16_t* methodStrings;
431 const char* strings;
Dadsp_perf_stub.c421 typedef struct Interface Interface; typedef
423 struct Interface { struct
424 int nMethods;
425 const Method * const *methodArray;
426 int nIIds;
427 const uint32_t *iids;
428 const uint16_t* methodStringArray;
429 const uint16_t* methodStrings;
430 const char* strings;
Dadspmsgd_adsp_stub.c422 typedef struct Interface Interface; typedef
424 struct Interface { struct
425 int nMethods;
426 const Method * const *methodArray;
427 int nIIds;
428 const uint32_t *iids;
429 const uint16_t* methodStringArray;
430 const uint16_t* methodStrings;
431 const char* strings;
Dapps_mem_skel.c421 typedef struct Interface Interface; typedef
423 struct Interface { struct
424 int nMethods;
425 const Method * const *methodArray;
426 int nIIds;
427 const uint32_t *iids;
428 const uint16_t* methodStringArray;
429 const uint16_t* methodStrings;
430 const char* strings;
Dadsp_current_process_stub.c422 typedef struct Interface Interface; typedef
424 struct Interface { struct
425 int nMethods;
426 const Method * const *methodArray;
427 int nIIds;
428 const uint32_t *iids;
429 const uint16_t* methodStringArray;
430 const uint16_t* methodStrings;
431 const char* strings;
Dadsp_current_process1_stub.c422 typedef struct Interface Interface; typedef
424 struct Interface { struct
425 int nMethods;
426 const Method * const *methodArray;
427 int nIIds;
428 const uint32_t *iids;
429 const uint16_t* methodStringArray;
430 const uint16_t* methodStrings;
431 const char* strings;
/external/jspecify/samples/fullyQualified/fullyqualified/sub/
DInterface.java18 public interface Interface {} interface
/external/doclava/doclet_adapter/src/test/resources/sample-project/com/example/packages/
DInterface.java19 public interface Interface { interface
/external/openthread/third_party/mbedtls/repo/docs/proposed/
Dpsa-conditional-inclusion-c.md48 ## Interface section in Conditional inclusion of cryptographic mechanism through the PSA API in Mbed TLS
50 ### PSA Crypto configuration file
59 ### PSA Crypto configuration symbols
/external/mbedtls/docs/proposed/
Dpsa-conditional-inclusion-c.md48 ## Interface section in Conditional inclusion of cryptographic mechanism through the PSA API in Mbed TLS
50 ### PSA Crypto configuration file
59 ### PSA Crypto configuration symbols
/external/clang/docs/
DLibFormat.rst18 Interface chapter
DDataFlowSanitizerDesign.rst28 Interface chapter
/external/libchrome/mojo/public/cpp/bindings/tests/
Dsync_method_unittest.cc251 using Interface = InterfaceT; typedef
522 using Interface = typename TypeParam::Interface; in TYPED_TEST() typedef
570 using Interface = typename TypeParam::Interface; in TYPED_TEST() typedef
600 using Interface = typename TypeParam::Interface; in TYPED_TEST() typedef
625 using Interface = typename TypeParam::Interface; in TYPED_TEST() typedef
655 using Interface = typename TypeParam::Interface; in TYPED_TEST() typedef
686 using Interface = typename TypeParam::Interface; in TYPED_TEST() typedef
742 using Interface = typename TypeParam::Interface; in TYPED_TEST() typedef
798 using Interface = typename TypeParam::Interface; in TYPED_TEST() typedef
902 using Interface = typename TypeParam::Interface; in TYPED_TEST() typedef
[all …]

1234567