Home
last modified time | relevance | path

Searched defs:aidlInterface (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/system/tools/aidl/build/
Daidl_interface.go440 type aidlInterface struct { struct
441 android.ModuleBase
442 android.DefaultableModuleBase
444 properties aidlInterfaceProperties
446 computedTypes []string
449 internalModuleNames []string
455 preprocessed map[string]android.WritablePath
458 func (i *aidlInterface) shouldGenerateJavaBackend() bool {
463 func (i *aidlInterface) shouldGenerateCppBackend() bool {
468 func (i *aidlInterface) shouldGenerateNdkBackend() bool {
[all …]
Daidl_interface_backends.go30 func addLibrary(mctx android.DefaultableHookContext, i *aidlInterface, version string, lang string,…
44 func addCppLibrary(mctx android.DefaultableHookContext, i *aidlInterface, version string, lang stri…
204 func addCppAnalyzerLibrary(mctx android.DefaultableHookContext, i *aidlInterface, version string, n…
287 func addJavaLibrary(mctx android.DefaultableHookContext, i *aidlInterface, version string, notFroze…
354 func addRustLibrary(mctx android.DefaultableHookContext, i *aidlInterface, version string, notFroze…
473 func (i *aidlInterface) getImportWithVersion(version string, anImport string, other *aidlInterface)…
Daidl_gen_rule.go126 func (g *aidlGenRule) aidlInterface(ctx android.BaseModuleContext) *aidlInterface { func
/aosp_15_r20/cts/tests/tests/security/CameraPermissionTestApp/src/
H A DCameraOpener.kt61 val aidlInterface = in <lambda>() constant in android.security.cts.camera.open.CameraOpener
H A DIntentKeys.kt62 val aidlInterface: String constant in android.security.cts.camera.open.lib.IntentKeys
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/privacysandbox/tools/tools-core/1.0.0-alpha10/
HDtools-core-1.0.0-alpha10.jarMETA-INF/ META-INF/MANIFEST.MF androidx/ androidx/privacysandbox/ androidx/ ...
/aosp_15_r20/frameworks/av/media/codec2/hal/client/
H A Dclient.cpp2134 std::shared_ptr<c2_aidl::IComponentInterface> aidlInterface; in createInterface() local