Searched refs:STACK (Results 1 – 4 of 4) sorted by relevance
/system/core/debuggerd/libdebuggerd/include/libdebuggerd/ |
D | utility.h | 57 STACK, enumerator
|
/system/tools/aidl/ |
D | aidl_to_ndk.h | 26 STACK, enumerator
|
D | generate_ndk.cpp | 167 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 …]
|
D | aidl_to_ndk.cpp | 99 type_params.push_back(NdkNameOf(types, *parameter, StorageMode::STACK)); in GetBaseTypeInfo() 207 case StorageMode::STACK: in NdkNameOf()
|