Home
last modified time | relevance | path

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

/system/media/camera/docs/
Dmetadata_helpers.py327 def inner(what): function
371 def inner(what): function
753 def inner(text): function
/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/bt/vendor_libs/test_vendor_lib/packets/test/
Dpacket_builder_test.cc226 …NestedBuilder(std::unique_ptr<BasePacketBuilder> inner, uint8_t level) : payload_(std::move(inner)… in NestedBuilder()
/system/bt/gd/packet/
Dpacket_builder_unittest.cc229 …NestedBuilder(std::unique_ptr<BasePacketBuilder> inner, uint8_t level) : payload_(std::move(inner)… in NestedBuilder()
/system/bt/vendor_libs/test_vendor_lib/test/
Dpacket_builder_test.cc226 …NestedBuilder(std::unique_ptr<BasePacketBuilder> inner, uint8_t level) : payload_(std::move(inner)… in NestedBuilder()
/system/tools/hidl/c2hal/
DExpression.cpp265 Expression *Expression::parenthesize(Expression *inner) { in parenthesize()
/system/core/libsparse/
Doutput_file.cpp63 #define container_of(inner, outer_t, elem) ((outer_t*)((char*)(inner)-offsetof(outer_t, elem))) argument
/system/tools/aidl/
Dgenerate_cpp.cpp184 vector<unique_ptr<Declaration>> inner; in NestInNamespaces() local