HomeSort by relevance Sort by last modified time
    Searched refs:aidl (Results 26 - 50 of 50) sorted by null

12

  /development/build/
sdk-windows-x86.atree 86 rm build-tools/${PLATFORM_NAME}/aidl
87 bin/aidl.exe strip build-tools/${PLATFORM_NAME}/aidl.exe
Android.mk 114 # ============ SDK AIDL ============
115 $(eval $(call copy-one-file,$(FRAMEWORK_AIDL),$(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/framework.aidl))
116 ALL_SDK_FILES += $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/framework.aidl
sdk.atree 87 bin/aidl strip build-tools/${PLATFORM_NAME}/aidl
182 # the aidl precompiled include
183 ${OUT_DIR}/target/common/obj/PACKAGING/framework.aidl platforms/${PLATFORM_NAME}/framework.aidl
    [all...]
  /cts/tests/app/app/
Android.mk 42 src/android/app/stubs/ISecondary.aidl
  /cts/tests/app/app1/
Android.mk 42 src/android/app/stubs/ISecondary.aidl
  /cts/tests/app/app2/
Android.mk 42 src/android/app/stubs/ISecondary.aidl
  /cts/tests/app/app3/
Android.mk 42 src/android/app/stubs/ISecondary.aidl
  /cts/tests/tests/telephony/current/
Android.mk 40 LOCAL_AIDL_INCLUDES := EmbmsMiddlewareTestApp/aidl/
  /build/soong/sysprop/
sysprop_test.go 109 "framework/aidl/a.aidl": nil,
113 "prebuilts/sdk/current/public/framework.aidl": nil,
153 "bar-doc/IFoo.aidl": nil,
  /development/build/tools/
windows_sdk.mk 29 aidl \
  /build/make/core/
java.mk 100 ## AIDL: Compile .aidl files to .java
102 aidl_sources := $(filter %.aidl,$(LOCAL_SRC_FILES))
113 aidl_preprocess_import := $(call resolve-prebuilt-sdk-aidl-path,$(LOCAL_SDK_VERSION))
121 $(eval $(call define-aidl-java-rule,$(s),$(intermediates.COMMON)/aidl,aidl_java_sources)))
definitions.mk 305 ## Find all files named "I*.aidl" under the named directories,
311 $(call all-named-files-under,I*.aidl,$(1))
315 ## Find all of the "I*.aidl" files under $(LOCAL_PATH).
    [all...]
binary.mk 734 ## AIDL: Compile .aidl files to .cpp and .h files
736 aidl_src := $(strip $(filter %.aidl,$(my_src_files)))
741 aidl_gen_cpp_root := $(intermediates)/aidl-generated/src
742 aidl_gen_include_root := $(intermediates)/aidl-generated/include
747 $(eval $(call define-aidl-cpp-rule,$(s),$(aidl_gen_cpp_root),aidl_gen_cpp)))
749 $(call include-depfile,$(addsuffix .aidl.d,$(basename $(cpp))),$(cpp)))
    [all...]
config.mk 483 AIDL := $(HOST_OUT_EXECUTABLES)/aidl
492 AIDL := $(prebuilt_build_tools_bin)/aidl
    [all...]
java_common.mk 185 %.java %.aidl %.proto %.logtags, \
  /build/soong/java/
java_test.go 138 "framework/aidl/a.aidl": nil,
141 "prebuilts/sdk/14/public/framework.aidl": nil,
144 "prebuilts/sdk/17/public/framework.aidl": nil,
147 "prebuilts/sdk/25/public/framework.aidl": nil,
151 "prebuilts/sdk/current/public/framework.aidl": nil,
185 "bar-doc/IFoo.aidl": nil,
659 "bar-doc/IFoo.aidl",
java.go 66 // or .aidl files.
203 Aidl struct {
204 // Top level directories to pass to aidl tool
207 // Directories rooted at the Android.bp file to pass to aidl tool
210 // directories that should be added as include directories for any aidl sources of modules
211 // that depend on this module, as well as to aidl for this module.
426 aidl android.OptionalPath
552 aidlIncludes := android.PathsForModuleSrc(ctx, j.deviceProperties.Aidl.Local_include_dirs)
554 android.PathsForModuleSrc(ctx, j.deviceProperties.Aidl.Export_include_dirs)...)
556 android.PathsForSource(ctx, j.deviceProperties.Aidl.Include_dirs)...
    [all...]
droiddoc.go 159 // or .aidl files.
196 Aidl struct {
197 // Top level directories to pass to aidl tool
200 // Directories rooted at the Android.bp file to pass to aidl tool
586 aidlIncludes := android.PathsForModuleSrc(ctx, j.properties.Aidl.Local_include_dirs)
587 aidlIncludes = append(aidlIncludes, android.PathsForSource(ctx, j.properties.Aidl.Include_dirs)...)
615 case ".aidl":
    [all...]
  /cts/apps/CtsVerifier/
Android.mk 30 frameworks/native/aidl/gui
  /build/soong/cc/
compiler.go 106 Aidl struct {
107 // list of directories that will be added to the aidl include paths.
111 // be added to the aidl include paths.
192 // C/C++ (.aidl, .proto, etc.)
475 if compiler.hasSrcExt(".aidl") {
476 if len(compiler.Properties.Aidl.Local_include_dirs) > 0 {
477 localAidlIncludeDirs := android.PathsForModuleSrc(ctx, compiler.Properties.Aidl.Local_include_dirs)
480 if len(compiler.Properties.Aidl.Include_dirs) > 0 {
481 rootAidlIncludeDirs := android.PathsForSource(ctx, compiler.Properties.Aidl.Include_dirs)
485 if Bool(compiler.Properties.Aidl.Generate_traces)
    [all...]
library.go 60 Aidl struct {
61 // export headers generated from .aidl sources
826 if Bool(library.Properties.Aidl.Export_aidl_headers) {
827 if library.baseCompiler.hasSrcExt(".aidl") {
829 "-I" + android.PathForModuleGen(ctx, "aidl").String(),
833 library.reexportDeps(library.baseCompiler.pathDeps) // TODO: restrict to aidl deps
    [all...]
cc_test.go 89 "b.aidl": nil,
    [all...]
cc.go 140 aidlFlags []string // Flags that apply to aidl source files
    [all...]
  /build/soong/androidmk/cmd/androidmk/
android.go 393 return splitAndAssign(ctx, classifyLocalOrGlobalPath, map[string]string{"global": "aidl.include_dirs", "local": "aidl.local_include_dirs"})
960 globalScope.SetFunc("all-aidl-files-under", allFilesUnder("*.aidl"))
961 globalScope.SetFunc("all-Iaidl-files-under", allFilesUnder("I*.aidl"))
androidmk_test.go 472 aidl: {

Completed in 320 milliseconds

12