Home
last modified time | relevance | path

Searched defs:inner (Results 1 – 14 of 14) 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_cpp_test.cpp126 hidl2aidl::test::V1_2::SafeUnionBar::InnerStructBar inner; in TEST_F() local
Dtranslate_ndk_test.cpp126 hidl2aidl::test::V1_2::SafeUnionBar::InnerStructBar inner; in TEST_F() local
/system/keymint/derive/src/
Dlib.rs195 let inner = fields.unnamed.first().unwrap(); in from_val_struct() localVariable
342 let inner = fields.unnamed.first().unwrap(); in cddl_struct() localVariable
/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.py336 def inner(what): function
380 def inner(what): function
765 def inner(text): function
/system/keymint/boringssl/src/
Daes.rs144 inner: BoringAesOperation, field
/system/tools/hidl/c2hal/
DExpression.cpp265 Expression *Expression::parenthesize(Expression *inner) { in parenthesize()
/system/keymint/common/src/
Dkeyblob.rs70 let inner = a.remove(1); in from_cbor_value() localVariable
/system/security/keystore2/src/
Drkpd_client.rs50 inner: Mutex<Option<oneshot::Sender<T>>>, field
/system/core/libsparse/
Doutput_file.cpp59 #define container_of(inner, outer_t, elem) ((outer_t*)((char*)(inner)-offsetof(outer_t, elem))) argument