Home
last modified time | relevance | path

Searched refs:inner (Results 1 – 12 of 12) sorted by relevance

/system/tools/hidl/c2hal/
DExpression.cpp85 ParenthesizedExpression(Expression* inner) in ParenthesizedExpression()
86 : mInner(inner) {} in ParenthesizedExpression()
268 Expression *Expression::parenthesize(Expression *inner) { in parenthesize() argument
269 return new ParenthesizedExpression(inner); in parenthesize()
DExpression.h69 static Expression *parenthesize(Expression *inner);
/system/tools/hidl/
DVectorType.cpp62 Type *inner = static_cast<TemplatedType *>(elementType)->getElementType(); in isCompatibleElementType() local
63 return this->isCompatibleElementType(inner) && !inner->isInterface(); in isCompatibleElementType()
66 Type *inner = static_cast<ArrayType *>(elementType)->getElementType(); in isCompatibleElementType() local
67 return this->isCompatibleElementType(inner) && !inner->isInterface(); in isCompatibleElementType()
/system/media/camera/docs/
Dmetadata_helpers.py323 def inner(what): function
329 return inner
367 def inner(what): function
375 return inner
749 def inner(text): function
780 return inner
DACameraMetadata.mako25 ## We only support 1 level of inner namespace, i.e. android.a.b and android.a.b.c works, but not an…
DCameraMetadataEnums.mako57 ## We only support 1 level of inner namespace, i.e. android.a.b and android.a.b.c works, but not an…
DCameraMetadataKeys.mako80 ## We only support 1 level of inner namespace, i.e. android.a.b and android.a.b.c works, but not an…
/system/tools/aidl/
Dgenerate_cpp.cpp183 unique_ptr<CppNamespace> inner{new CppNamespace{*it, std::move(decls)}}; in NestInNamespaces() local
186 inner.reset(new CppNamespace{*it, std::move(inner)}); in NestInNamespaces()
188 return inner; in NestInNamespaces()
/system/core/libsparse/
Doutput_file.c59 #define container_of(inner, outer_t, elem) \ argument
60 ((outer_t *)((char *)(inner) - offsetof(outer_t, elem)))
/system/tpm/trunks/generator/
Draw_commands_fixed.txt6875 inner wrapper
6876 may be TPM_ALG_NULL if no inner wrapper is applied
6905 … Empty Buffer; otherwise, it shall contain the TPMgenerated, symmetric encryption key for the inner
7035 innerKeySize = 0; // encrypt key size for inner wrap
7057 // an inner wrapper and the new parent may not be TPM_RH_NULL
7141 // Get inner wrap key size
7662 If present, the inner layer of symmetric encryption is removed. If encryptionKey and symmetricAlg a…
7669 the Name of objectPublic in the integrity HMAC computation. If either the outer layer or inner laye…
7672 If the inner or outer wrapper is present, then a valid integrity value shall be present or the TPM …
7763 the optional symmetric encryption key used as the inner
[all …]
Draw_structures_fixed.txt8068 CLEAR (0): The object may be duplicated without an inner wrapper on the
8476 with an inner wrapper and the new parent shall be an asymmetric key and not TPM_RH_NULL
Draw_structures.txt8040 CLEAR (0): The object may be duplicated without an inner wrapper on the
8448 with an inner wrapper and the new parent shall be an asymmetric key and not TPM_RH_NULL