Home
last modified time | relevance | path

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

12

/aosp12/system/bt/stack/include/
H A Dhcimsgs.h59 struct Interface { struct
63 void (*InquiryCancel)();
139 void (*RoleDiscovery)();
150 void (*SetEventMask)();
151 void (*Reset)();
154 void (*Flush)();
155 void (*ReadPinType)();
162 void (*ReadLocalName)();
167 void (*ReadScanEnable)();
189 void (*HostBufferSize)();
[all …]
/aosp12/system/tools/hidl/
H A DInterface.h38 struct Interface : public Scope { struct
42 Interface(const std::string& localName, const FQName& fullName, const Location& location, argument
57 const Interface* superType() const; argument
161 Formatter& out, const std::string& prefix, const std::vector<const Interface*>& chain, argument
H A DgenerateCppImpl.cpp113 generateMethods(out, [&](const Method* method, const Interface*) { in generateCppImplHeader()
150 generateMethods(out, [&](const Method* method, const Interface*) { in generateCppImplSource()
H A DgenerateCppAdapter.cpp59 generateMethods(out, [&](const Method* method, const Interface* /* interface */) { in generateCppAdapterHeader()
109 generateMethods(out, [&](const Method* method, const Interface* /* interface */) { in generateCppAdapterSource()
H A DgenerateCpp.cpp703 [&](const Method* method, const Interface*) { in generateStubHeader()
794 [&](const Method* method, const Interface*) { in generateProxyHeader()
813 generateMethods(out, [&](const Method* method, const Interface*) { in generateProxyHeader()
1333 generateMethods(out, [&](const Method* method, const Interface*) { in generateStubSource()
1720 generateMethods(out, [&](const Method* method, const Interface*) { in generateInterfaceSource()
H A DInterface.cpp50 Interface::Interface(const std::string& localName, const FQName& fullName, const Location& location, in Interface() function in android::Interface
/aosp12/art/test/HiddenApiSignatures/
H A DInterface.java19 public interface Interface { interface
/aosp12/system/chre/host/msm/daemon/generated/
H A Dchre_slpi_skel.c405 typedef struct Interface Interface; typedef
407 struct Interface { struct
408 int nMethods;
409 const Method * const *methodArray;
410 int nIIds;
411 const uint32_t *iids;
412 const uint16_t* methodStringArray;
413 const uint16_t* methodStrings;
414 const char* strings;
H A Dchre_slpi_stub.c405 typedef struct Interface Interface; typedef
407 struct Interface { struct
408 int nMethods;
409 const Method * const *methodArray;
410 int nIIds;
411 const uint32_t *iids;
412 const uint16_t* methodStringArray;
413 const uint16_t* methodStrings;
414 const char* strings;
/aosp12/frameworks/av/media/codec2/hidl/services/
H A Dvendor.cpp106 class Interface : public C2InterfaceHelper { class in StoreImpl
108 Interface(const std::shared_ptr<C2ReflectorHelper> &helper) in Interface() function in StoreImpl::Interface
/aosp12/art/test/676-proxy-jit-at-first-use/src/
H A DMain.java30 interface Interface { interface
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/
H A DInputSurface.cpp39 class InputSurface::Interface : public C2InterfaceHelper { class in android::hardware::media::c2::V1_0::utils::InputSurface
41 explicit Interface( in Interface() function in android::hardware::media::c2::V1_0::utils::InputSurface::Interface
/aosp12/art/test/609-checker-inline-interface/src/
H A DMain.java76 interface Interface { interface
/aosp12/art/test/430-live-register-slow-path/src/
H A DMain.java38 static interface Interface {} interface in Main
/aosp12/build/make/tools/droiddoc/test/stubs/expected/com/android/stubs/
H A DParent.java5 public static interface Interface interface in Parent
H A DTypes.java4 public static interface Interface interface in Types
/aosp12/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/
H A Dclient.h275 struct Codec2Client::Interface : public Codec2Client::Configurable { struct
277 typedef ::android::hardware::media::c2::V1_0::IComponentInterface Base; argument
/aosp12/build/make/tools/droiddoc/test/stubs/src/com/android/stubs/
H A DTypes.java61 public interface Interface { interface in Types
H A DParent.java35 public interface Interface { interface in Parent
/aosp12/frameworks/av/media/codec2/hidl/plugin/samples/
H A DSampleFilterPlugin.cpp47 class Interface : public C2ComponentInterface { class in android::SampleToneMappingFilter
52 explicit Interface(c2_node_id_t id) in Interface() function in android::SampleToneMappingFilter::Interface
932 struct Interface : public C2InterfaceHelper { struct in android::SampleC2ComponentStore
933 explicit Interface(std::shared_ptr<C2ReflectorHelper> reflector) in Interface() argument
/aosp12/frameworks/native/libs/binder/rust/src/
H A Dnative.rs415 impl Interface for () {} impl
H A Dbinder.rs52 pub trait Interface: Send { trait
/aosp12/frameworks/av/media/codec2/vndk/
H A DC2Store.cpp827 struct Interface : public C2InterfaceHelper { struct in android::C2PlatformComponentStore
828 std::shared_ptr<C2StoreIonUsageInfo> mIonUsageInfo;
829 std::shared_ptr<C2StoreDmaBufUsageInfo> mDmaBufUsageInfo;
831 Interface(std::shared_ptr<C2ReflectorHelper> reflector) in Interface() function
/aosp12/art/test/122-npe/src/
H A DMain.java597 interface Interface { interface in Main
/aosp12/art/test/450-checker-types/src/
H A DMain.java24 interface Interface extends SuperInterface { interface

12