Home
last modified time | relevance | path

Searched defs:GenerateSource (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/tools/aidl/build/
H A Daidl_rust_source_provider.go51 func (sp *aidlRustSourceProvider) GenerateSource(ctx rust.ModuleContext, _ rust.PathDeps) android.P… func
/aosp12/build/soong/rust/
H A Dsource_provider.go54 func (sp *BaseSourceProvider) GenerateSource(ctx ModuleContext, deps PathDeps) android.Path { func
H A Dbindgen.go131 func (b *bindgenDecorator) GenerateSource(ctx ModuleContext, deps PathDeps) android.Path { func
H A Dprotobuf.go68 func (proto *protobufDecorator) GenerateSource(ctx ModuleContext, deps PathDeps) android.Path { func
/aosp12/system/tools/sysprop/
H A DCppGen.cpp349 std::string GenerateSource(const sysprop::Properties& props, function
/aosp12/system/tools/aidl/
H A Dgenerate_ndk.cpp346 void GenerateSource(CodeWriter& out, const AidlTypenames& types, const AidlInterface& defined_type, in GenerateSource() function