Home
last modified time | relevance | path

Searched refs:lookupInterface (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/tools/aidl/build/
H A Daidl_rust_source_provider.go99 ai := lookupInterface(sp.properties.AidlInterfaceName, ctx.Config())
H A Daidl_interface_backends.go394 other := lookupInterface(anImport, config)
430 i := lookupInterface(g.properties.AidlInterfaceName, ctx.Config())
H A Daidl_interface.go472 other := lookupInterface(anImport, mctx.Config())
833 func lookupInterface(name string, config android.Config) *aidlInterface { func