Searched defs:aidlInterface (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/system/tools/aidl/build/ |
D | aidl_interface.go | 440 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 …]
|
D | aidl_interface_backends.go | 30 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)…
|
D | aidl_gen_rule.go | 126 func (g *aidlGenRule) aidlInterface(ctx android.BaseModuleContext) *aidlInterface { func
|
/aosp_15_r20/cts/tests/tests/security/CameraPermissionTestApp/src/ |
H A D | CameraOpener.kt | 61 val aidlInterface = in <lambda>() constant in android.security.cts.camera.open.CameraOpener
|
H A D | IntentKeys.kt | 62 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/ |
HD | tools-core-1.0.0-alpha10.jar | META-INF/
META-INF/MANIFEST.MF
androidx/
androidx/privacysandbox/
androidx/ ... |
/aosp_15_r20/frameworks/av/media/codec2/hal/client/ |
H A D | client.cpp | 2134 std::shared_ptr<c2_aidl::IComponentInterface> aidlInterface; in createInterface() local
|