HomeSort by relevance Sort by last modified time
    Searched refs:AIDL (Results 1 - 8 of 8) sorted by null

  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
IAndroidTarget.java 30 /** OS Path to the "framework.aidl" file. */
68 /** OS Path to the target's version of the aidl tool. */
69 public final static int AIDL = 21;
PlatformTarget.java 89 mPaths.put(AIDL, mLocation + SdkConstants.OS_SDK_TOOLS_FOLDER + SdkConstants.FN_AIDL);
  /build/core/
base_rules.mk 179 ## AIDL: Compile .aidl files to .java
182 aidl_sources := $(filter %.aidl,$(LOCAL_SRC_FILES))
186 aidl_java_sources := $(patsubst %.aidl,%.java,$(addprefix $(intermediates.COMMON)/src/, $(aidl_sources)))
193 aidl_preprocess_import := $(TARGET_OUT_COMMON_INTERMEDIATES)/framework.aidl
195 aidl_preprocess_import := $(HISTORICAL_SDK_VERSIONS_ROOT)/$(LOCAL_SDK_VERSION)/framework.aidl
200 $(aidl_java_sources): $(intermediates.COMMON)/src/%.java: $(TOPDIR)$(LOCAL_PATH)/%.aidl $(PRIVATE_ADDITIONAL_DEPENDENCIES) $(AIDL) $(aidl_preprocess_import)
201 $(transform-aidl-to-java)
config.mk 198 AIDL := $(HOST_OUT_EXECUTABLES)/aidl$(HOST_EXECUTABLE_SUFFIX)
definitions.mk 205 ## Find all files named "I*.aidl" under the named directories,
213 find $(1) -name "I*.aidl" -and -not -name ".*") \
218 ## Find all of the "I*.aidl" files under $(LOCAL_PATH).
737 ## Commands for running aidl
740 define transform-aidl-to-java
742 @echo "Aidl: $(PRIVATE_MODULE) <= $<"
743 $(hide) $(AIDL) -d$(patsubst %.java,%.P,$@) $(PRIVATE_AIDL_FLAGS) $< $@
745 #$(AIDL) $(PRIVATE_AIDL_FLAGS) $< - | indent -nut -br -npcs -l1000 > $@
    [all...]
  /sdk/anttasks/src/com/android/ant/
SetupTask.java 88 private final static String PROPERTY_ANDROID_AIDL = "android.aidl";
90 private final static String PROPERTY_ANDROID_AIDL_LEGACY = "android-aidl";
94 // ant property with the path to the aidl tool
95 private final static String PROPERTY_AIDL = "aidl";
224 // sets up the properties to find android.jar/framework.aidl/target tools
232 antProject.setProperty(PROPERTY_AIDL, androidTarget.getPath(IAndroidTarget.AIDL));
  /frameworks/base/
Android.mk 64 ## When updating this list of aidl files, consider if that aidl is
67 ## not contain any aidl files for parcelables, but the one below should
73 core/java/android/accessibilityservice/IAccessibilityServiceConnection.aidl \
74 core/java/android/accessibilityservice/IEventListener.aidl \
75 core/java/android/accounts/IAccountManager.aidl \
76 core/java/android/accounts/IAccountManagerResponse.aidl \
77 core/java/android/accounts/IAccountAuthenticator.aidl \
78 core/java/android/accounts/IAccountAuthenticatorResponse.aidl \
79 core/java/android/app/IActivityController.aidl \
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
PreCompilerBuilder.java 65 * <li>compiles any .aidl files into a corresponding java file.</li>
79 * Single line aidl error<br>
87 * Data to temporarly store aidl source file information
120 /** List of .aidl files found that are modified or new. */
123 /** List of .aidl files that have been removed. */
259 // list of aidl files to compile/remove.
274 // handle aidl modification, and update mMustCompileAidl
491 // now handle the aidl stuff.
545 // if we stored that we have to compile some aidl, we build the list that will compile them
    [all...]

Completed in 377 milliseconds