Home
last modified time | relevance | path

Searched defs:iface (Results 1 – 25 of 64) sorted by relevance

123

/system/tools/hidl/
DgenerateVts.cpp34 const Interface* iface = mRootScope.getInterface(); in emitVtsTypeDeclarations() local
53 const Interface *iface = AST::getInterface(); in generateVts() local
75 const Interface* iface = mRootScope.getInterface(); in generateVts() local
DgenerateCpp.cpp219 const Interface *iface = getInterface(); in generateInterfaceHeader() local
397 const Interface *iface = getInterface(); in generateHwBinderHeader() local
441 const Interface &iface = static_cast<const Interface &>(arg->type()); in wrapPassthroughArg() local
604 const Interface* iface = mRootScope.getInterface(); in generateMethods() local
642 const Interface* iface = mRootScope.getInterface(); in generateStubHeader() local
730 generateMethods(out, [&](const Method* method, const Interface* iface) { in generateStubHeader()
761 const Interface* iface = mRootScope.getInterface(); in generateProxyHeader() local
839 const Interface *iface = getInterface(); in generateCppSource() local
881 const Interface* iface = mRootScope.getInterface(); in generateCppSource() local
1660 const Interface* iface = mRootScope.getInterface(); in generatePassthroughHeader() local
[all …]
DgenerateCppImpl.cpp84 const Interface* iface = mRootScope.getInterface(); in generateCppImplHeader() local
141 const Interface* iface = mRootScope.getInterface(); in generateCppImplSource() local
DgenerateInheritanceHierarchy.cpp38 for (const Interface* iface : mRootScope.getInterface()->superTypeChain()) { in generateInheritanceHierarchy() local
/system/libhwbinder/
DIInterface.cpp34 sp<IBinder> IInterface::asBinder(const IInterface* iface) in asBinder()
41 sp<IBinder> IInterface::asBinder(const sp<IInterface>& iface) in asBinder()
/system/netd/server/
DIdletimerController.cpp140 int IdletimerController::modifyInterfaceIdletimer(IptOp op, const char *iface, in modifyInterfaceIdletimer()
163 int IdletimerController::addInterfaceIdletimer(const char *iface, in addInterfaceIdletimer()
169 int IdletimerController::removeInterfaceIdletimer(const char *iface, in removeInterfaceIdletimer()
DBandwidthControllerTest.cpp242 const std::vector<std::string> makeInterfaceQuotaCommands(const std::string& iface, int ruleIndex, in makeInterfaceQuotaCommands()
262 const std::vector<std::string> removeInterfaceQuotaCommands(const std::string& iface) { in removeInterfaceQuotaCommands()
281 const std::string iface = mTun.name(); in TEST_F() local
298 const std::vector<std::string> makeInterfaceSharedQuotaCommands(const std::string& iface, in makeInterfaceSharedQuotaCommands()
319 const std::vector<std::string> removeInterfaceSharedQuotaCommands(const std::string& iface, in removeInterfaceSharedQuotaCommands()
341 const std::string iface = mTun.name(); in TEST_F() local
357 const std::string iface = mTun.name(); in TEST_F() local
380 for (const auto& iface : ifaces) { in TEST_F() local
389 for (const auto& iface : ifaces) { in TEST_F() local
DBandwidthController.cpp311 int BandwidthController::setInterfaceSharedQuota(const std::string& iface, int64_t maxBytes) { in setInterfaceSharedQuota()
369 int BandwidthController::removeInterfaceSharedQuota(const std::string& iface) { in removeInterfaceSharedQuota()
411 int BandwidthController::setInterfaceQuota(const std::string& iface, int64_t maxBytes) { in setInterfaceQuota()
466 int BandwidthController::getInterfaceQuota(const std::string& iface, int64_t* bytes) { in getInterfaceQuota()
486 int BandwidthController::removeInterfaceQuota(const std::string& iface) { in removeInterfaceQuota()
593 int BandwidthController::setInterfaceAlert(const std::string& iface, int64_t bytes) { in setInterfaceAlert()
613 int BandwidthController::removeInterfaceAlert(const std::string& iface) { in removeInterfaceAlert()
DRouteControllerTest.cpp52 uint32_t static fakeIfaceNameToIndexFunction(const char* iface) { in fakeIfaceNameToIndexFunction()
135 bool hasLocalInterfaceInRouteTable(const char* iface) { in hasLocalInterfaceInRouteTable()
/system/libhidl/transport/
DHidlPassthroughSupport.cpp30 static sp<IBase> tryWrap(const std::string& descriptor, sp<IBase> iface) { in tryWrap()
38 sp<IBase> wrapPassthroughInternal(sp<IBase> iface) { in wrapPassthroughInternal()
/system/tools/hidl/lint/lints/
Doneway.cpp39 static InterfaceMethodType getInterfaceOnewayType(const Interface& iface, in getInterfaceOnewayType()
73 const Interface* iface = ast.getInterface(); in onewayLint() local
/system/libhidl/transport/include/hidl/
DHidlPassthroughSupport.h44 sp<IType> wrapPassthrough(sp<IType> iface) { in wrapPassthrough()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DListOfInterfaces.h123 std::shared_ptr<::aidl::android::aidl::tests::ListOfInterfaces::IEmptyInterface> iface; variable
168 iface = 0, enumerator
175 static const inline Tag iface = Tag::iface; variable
DArrayOfInterfaces.h123 std::shared_ptr<::aidl::android::aidl::tests::ArrayOfInterfaces::IEmptyInterface> iface; variable
168 iface = 0, enumerator
175 static const inline Tag iface = Tag::iface; variable
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DListOfInterfaces.h123 std::shared_ptr<::aidl::android::aidl::tests::ListOfInterfaces::IEmptyInterface> iface; variable
168 iface = 0, enumerator
175 static const inline Tag iface = Tag::iface; variable
DArrayOfInterfaces.h123 std::shared_ptr<::aidl::android::aidl::tests::ArrayOfInterfaces::IEmptyInterface> iface; variable
168 iface = 0, enumerator
175 static const inline Tag iface = Tag::iface; variable
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/
DListOfInterfaces.java146 …nterfaces.IEmptyInterface> methodWithInterfaces(android.aidl.tests.ListOfInterfaces.IEmptyInterfac… in methodWithInterfaces()
265 …nterfaces.IEmptyInterface> methodWithInterfaces(android.aidl.tests.ListOfInterfaces.IEmptyInterfac… in methodWithInterfaces()
302 …nterfaces.IEmptyInterface> methodWithInterfaces(android.aidl.tests.ListOfInterfaces.IEmptyInterfac… in methodWithInterfaces()
306 public android.aidl.tests.ListOfInterfaces.IEmptyInterface iface; field in ListOfInterfaces.MyParcelable
390 … public final static int iface = 0; // android.aidl.tests.ListOfInterfaces.IEmptyInterface iface; field in ListOfInterfaces.MyUnion
419 public static MyUnion iface(android.aidl.tests.ListOfInterfaces.IEmptyInterface _value) { in iface() method in ListOfInterfaces.MyUnion
592 public static final int iface = 0; field
DArrayOfInterfaces.java146 …erfaces.IEmptyInterface[] methodWithInterfaces(android.aidl.tests.ArrayOfInterfaces.IEmptyInterfac… in methodWithInterfaces()
275 …erfaces.IEmptyInterface[] methodWithInterfaces(android.aidl.tests.ArrayOfInterfaces.IEmptyInterfac… in methodWithInterfaces()
314 …erfaces.IEmptyInterface[] methodWithInterfaces(android.aidl.tests.ArrayOfInterfaces.IEmptyInterfac… in methodWithInterfaces()
318 public android.aidl.tests.ArrayOfInterfaces.IEmptyInterface iface; field in ArrayOfInterfaces.MyParcelable
402 … public final static int iface = 0; // android.aidl.tests.ArrayOfInterfaces.IEmptyInterface iface; field in ArrayOfInterfaces.MyUnion
431 public static MyUnion iface(android.aidl.tests.ArrayOfInterfaces.IEmptyInterface _value) { in iface() method in ArrayOfInterfaces.MyUnion
602 public static final int iface = 0; field
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DArrayOfInterfaces.java146 …erfaces.IEmptyInterface[] methodWithInterfaces(android.aidl.tests.ArrayOfInterfaces.IEmptyInterfac… in methodWithInterfaces()
275 …erfaces.IEmptyInterface[] methodWithInterfaces(android.aidl.tests.ArrayOfInterfaces.IEmptyInterfac… in methodWithInterfaces()
314 …erfaces.IEmptyInterface[] methodWithInterfaces(android.aidl.tests.ArrayOfInterfaces.IEmptyInterfac… in methodWithInterfaces()
318 public android.aidl.tests.ArrayOfInterfaces.IEmptyInterface iface; field in ArrayOfInterfaces.MyParcelable
402 … public final static int iface = 0; // android.aidl.tests.ArrayOfInterfaces.IEmptyInterface iface; field in ArrayOfInterfaces.MyUnion
431 public static MyUnion iface(android.aidl.tests.ArrayOfInterfaces.IEmptyInterface _value) { in iface() method in ArrayOfInterfaces.MyUnion
602 public static final int iface = 0; field
DListOfInterfaces.java146 …nterfaces.IEmptyInterface> methodWithInterfaces(android.aidl.tests.ListOfInterfaces.IEmptyInterfac… in methodWithInterfaces()
265 …nterfaces.IEmptyInterface> methodWithInterfaces(android.aidl.tests.ListOfInterfaces.IEmptyInterfac… in methodWithInterfaces()
302 …nterfaces.IEmptyInterface> methodWithInterfaces(android.aidl.tests.ListOfInterfaces.IEmptyInterfac… in methodWithInterfaces()
306 public android.aidl.tests.ListOfInterfaces.IEmptyInterface iface; field in ListOfInterfaces.MyParcelable
390 … public final static int iface = 0; // android.aidl.tests.ListOfInterfaces.IEmptyInterface iface; field in ListOfInterfaces.MyUnion
419 public static MyUnion iface(android.aidl.tests.ListOfInterfaces.IEmptyInterface _value) { in iface() method in ListOfInterfaces.MyUnion
592 public static final int iface = 0; field
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DListOfInterfaces.h107 …terfaces::IEmptyInterface>& iface, const ::android::sp<::android::aidl::tests::ListOfInterfaces::I… in methodWithInterfaces()
166 iface = 0, enumerator
172 static const inline Tag iface = Tag::iface; variable
DArrayOfInterfaces.h107 …nterfaces::IEmptyInterface>& iface, const ::android::sp<::android::aidl::tests::ArrayOfInterfaces:… in methodWithInterfaces()
166 iface = 0, enumerator
172 static const inline Tag iface = Tag::iface; variable
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DArrayOfInterfaces.h107 …nterfaces::IEmptyInterface>& iface, const ::android::sp<::android::aidl::tests::ArrayOfInterfaces:… in methodWithInterfaces()
166 iface = 0, enumerator
172 static const inline Tag iface = Tag::iface; variable
DListOfInterfaces.h107 …terfaces::IEmptyInterface>& iface, const ::android::sp<::android::aidl::tests::ListOfInterfaces::I… in methodWithInterfaces()
166 iface = 0, enumerator
172 static const inline Tag iface = Tag::iface; variable
/system/tools/aidl/tests/android/aidl/tests/
DListOfInterfaces.aidl24 @nullable List<IEmptyInterface> methodWithInterfaces(IEmptyInterface iface, in methodWithInterfaces()

123