Home
last modified time | relevance | path

Searched refs:STACK (Results 1 – 4 of 4) sorted by relevance

/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
Dutility.h57 STACK, enumerator
/system/tools/aidl/
Daidl_to_ndk.h26 STACK, enumerator
Dgenerate_ndk.cpp167 const auto backing_type = NdkNameOf(types, enum_decl.GetBackingType(), StorageMode::STACK); in GenerateHeaderDefinitions()
433 out << "static constexpr " << NdkNameOf(types, type, StorageMode::STACK) << " "; in GenerateConstantDeclarations()
438 out << "enum : " << NdkNameOf(types, type, StorageMode::STACK) << " { "; in GenerateConstantDeclarations()
635 out << NdkNameOf(types, arg->GetType(), StorageMode::STACK) << " " << cpp::BuildVarName(*arg) in GenerateServerCaseDefinition()
639 out << NdkNameOf(types, method.GetType(), StorageMode::STACK) << " _aidl_return;\n"; in GenerateServerCaseDefinition()
1264 std::string cpp_type = NdkNameOf(types, type, StorageMode::STACK); in GenerateParcelClassDecl()
1323 std::string cpp_type = NdkNameOf(types, var_type, StorageMode::STACK); in GenerateParcelClassDecl()
1448 return NdkNameOf(types, type, StorageMode::STACK); in GenerateParcelClassDecl()
1490 std::string cpp_type = NdkNameOf(types, var_type, StorageMode::STACK); in GenerateParcelClassDecl()
1519 return NdkNameOf(types, type, StorageMode::STACK); in GenerateParcelSource()
[all …]
Daidl_to_ndk.cpp99 type_params.push_back(NdkNameOf(types, *parameter, StorageMode::STACK)); in GetBaseTypeInfo()
207 case StorageMode::STACK: in NdkNameOf()