Home
last modified time | relevance | path

Searched defs:inner (Results 1 – 10 of 10) sorted by relevance

/system/tools/hidl/hidl2aidl/test/aidl_api/hidl2aidl_test_gen/current/hidl2aidl/test/
DIBar.aidl23 void extraMethod(in hidl2aidl.test.IBar.Inner inner); in extraMethod()
/system/tools/hidl/hidl2aidl/test/
Dndk_test_compile.cpp47 aidl::hidl2aidl::test::IBar::Inner inner; in testIBar() local
Dcpp_test_compile.cpp65 hidl2aidl::test::IBar::Inner inner; in testIBar() local
DTranslateJavaTest.java148 hidl2aidl.test.V1_2.SafeUnionBar.InnerStructBar inner = in SafeUnionBarInnerStructBar() local
Dtranslate_ndk_test.cpp126 hidl2aidl::test::V1_2::SafeUnionBar::InnerStructBar inner; in TEST_F() local
Dtranslate_cpp_test.cpp126 hidl2aidl::test::V1_2::SafeUnionBar::InnerStructBar inner; in TEST_F() local
/system/tools/hidl/
DVectorType.cpp63 const Type* inner = static_cast<const TemplatedType*>(elementType)->getElementType(); in isCompatibleElementType() local
67 const Type* inner = static_cast<const ArrayType*>(elementType)->getElementType(); in isCompatibleElementType() local
/system/media/camera/docs/
Dmetadata_helpers.py335 def inner(what): function
379 def inner(what): function
764 def inner(text): function
/system/tools/hidl/c2hal/
DExpression.cpp265 Expression *Expression::parenthesize(Expression *inner) { in parenthesize()
/system/core/libsparse/
Doutput_file.cpp59 #define container_of(inner, outer_t, elem) ((outer_t*)((char*)(inner)-offsetof(outer_t, elem))) argument