Searched defs:Interface (Results 1 - 4 of 4) sorted by relevance

/system/tools/hidl/
H A DInterface.h29 struct Interface : public Scope { struct in namespace:android
30 Interface(const char *localName, const Location &location, Interface *super);
42 const Interface *superType() const;
47 std::vector<const Interface *> superTypeChain() const;
50 std::vector<const Interface *> typeChain() const;
113 Interface *mSuperType;
128 DISALLOW_COPY_AND_ASSIGN(Interface);
133 InterfaceAndMethod(const Interface *iface, Method *method)
137 const Interface *interfac
[all...]
H A DInterface.cpp17 #include "Interface.h"
71 Interface::Interface(const char *localName, const Location &location, Interface *super) function in class:android::Interface
77 std::string Interface::typeName() const {
81 bool Interface::fillPingMethod(Method *method) const {
113 bool Interface::fillLinkToDeathMethod(Method *method) const {
157 bool Interface::fillUnlinkToDeathMethod(Method *method) const {
205 bool Interface::fillSyspropsChangedMethod(Method *method) const {
223 bool Interface
[all...]
/system/chre/host/msm/daemon/generated/
H A Dchre_slpi_skel.c403 typedef struct Interface Interface; typedef in typeref:struct:Interface
405 struct Interface { struct
440 __QAIC_SLIM_EXPORT const Interface __QAIC_SLIM(chre_slpi_slim) = {6,&(methodArrays[0]),0,0,&(methodStringsArrays [0]),methodStrings,strings};
H A Dchre_slpi_stub.c403 typedef struct Interface Interface; typedef in typeref:struct:Interface
405 struct Interface { struct
440 __QAIC_SLIM_EXPORT const Interface __QAIC_SLIM(chre_slpi_slim) = {6,&(methodArrays[0]),0,0,&(methodStringsArrays [0]),methodStrings,strings};

Completed in 215 milliseconds