/aosp12/system/bt/stack/include/ |
H A D | hcimsgs.h | 59 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 D | Interface.h | 38 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 D | generateCppImpl.cpp | 113 generateMethods(out, [&](const Method* method, const Interface*) { in generateCppImplHeader() 150 generateMethods(out, [&](const Method* method, const Interface*) { in generateCppImplSource()
|
H A D | generateCppAdapter.cpp | 59 generateMethods(out, [&](const Method* method, const Interface* /* interface */) { in generateCppAdapterHeader() 109 generateMethods(out, [&](const Method* method, const Interface* /* interface */) { in generateCppAdapterSource()
|
H A D | generateCpp.cpp | 703 [&](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 D | Interface.cpp | 50 Interface::Interface(const std::string& localName, const FQName& fullName, const Location& location, in Interface() function in android::Interface
|
/aosp12/art/test/HiddenApiSignatures/ |
H A D | Interface.java | 19 public interface Interface { interface
|
/aosp12/system/chre/host/msm/daemon/generated/ |
H A D | chre_slpi_skel.c | 405 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 D | chre_slpi_stub.c | 405 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 D | vendor.cpp | 106 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 D | Main.java | 30 interface Interface { interface
|
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/ |
H A D | InputSurface.cpp | 39 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 D | Main.java | 76 interface Interface { interface
|
/aosp12/art/test/430-live-register-slow-path/src/ |
H A D | Main.java | 38 static interface Interface {} interface in Main
|
/aosp12/build/make/tools/droiddoc/test/stubs/expected/com/android/stubs/ |
H A D | Parent.java | 5 public static interface Interface interface in Parent
|
H A D | Types.java | 4 public static interface Interface interface in Types
|
/aosp12/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/ |
H A D | client.h | 275 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 D | Types.java | 61 public interface Interface { interface in Types
|
H A D | Parent.java | 35 public interface Interface { interface in Parent
|
/aosp12/frameworks/av/media/codec2/hidl/plugin/samples/ |
H A D | SampleFilterPlugin.cpp | 47 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 D | native.rs | 415 impl Interface for () {} impl
|
H A D | binder.rs | 52 pub trait Interface: Send { trait
|
/aosp12/frameworks/av/media/codec2/vndk/ |
H A D | C2Store.cpp | 827 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 D | Main.java | 597 interface Interface { interface in Main
|
/aosp12/art/test/450-checker-types/src/ |
H A D | Main.java | 24 interface Interface extends SuperInterface { interface
|