HomeSort by relevance Sort by last modified time
    Searched refs:AIDL (Results 1 - 10 of 10) 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 * This is deprecated as aidl is now in the platform tools and not in the platform. */
71 public final static int AIDL = 21;
PlatformTarget.java 120 // location for aapt, aidl, dx is now in the platform-tools folder.
123 mPaths.put(AIDL, sdkOsPath + SdkConstants.OS_SDK_PLATFORM_TOOLS_FOLDER +
  /packages/apps/Gallery2/gallerycommon/
Android.mk 19 # AIDL files are also compiled into the static library
  /packages/apps/Email/emailcommon/
Android.mk 19 # AIDL files are also compiled into the static library
28 src/com/android/emailcommon/service/IEmailService.aidl \
29 src/com/android/emailcommon/service/IEmailServiceCallback.aidl \
30 src/com/android/emailcommon/service/IPolicyService.aidl \
31 src/com/android/emailcommon/service/IAccountService.aidl
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AidlProcessor.java 50 * A {@link SourceProcessor} for aidl files.
58 * Single line aidl error<br>
100 command[index++] = projectTarget.getPath(IAndroidTarget.AIDL);
128 AdtPlugin.printToConsole(project, "AIDL: " + name);
131 // Remove the AIDL error markers from the aidl file
157 // aidl failed. File should be marked. We add the file to the list
184 * Execute the aidl command line, parse the output, and mark the aidl file
187 * @param file The IFile object representing the aidl file bein
    [all...]
  /build/core/
base_rules.mk 211 ## AIDL: Compile .aidl files to .java
214 aidl_sources := $(filter %.aidl,$(LOCAL_SRC_FILES))
218 aidl_java_sources := $(patsubst %.aidl,%.java,$(addprefix $(intermediates.COMMON)/src/, $(aidl_sources)))
228 aidl_preprocess_import := $(TARGET_OUT_COMMON_INTERMEDIATES)/framework.aidl
230 aidl_preprocess_import := $(HISTORICAL_SDK_VERSIONS_ROOT)/$(LOCAL_SDK_VERSION)/framework.aidl
235 $(aidl_java_sources): $(intermediates.COMMON)/src/%.java: $(TOPDIR)$(LOCAL_PATH)/%.aidl $(LOCAL_ADDITIONAL_DEPENDENCIES) $(AIDL) $(aidl_preprocess_import)
236 $(transform-aidl-to-java)
config.mk 201 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).
815 ## Commands for running aidl
818 define transform-aidl-to-java
820 @echo "Aidl: $(PRIVATE_MODULE) <= $<"
821 $(hide) $(AIDL) -d$(patsubst %.java,%.P,$@) $(PRIVATE_AIDL_FLAGS) $< $@
823 #$(AIDL) $(PRIVATE_AIDL_FLAGS) $< - | indent -nut -br -npcs -l1000 > $@
    [all...]
  /frameworks/base/
Android.mk 53 ## When updating this list of aidl files, consider if that aidl is
56 ## not contain any aidl files for parcelables, but the one below should
62 core/java/android/accessibilityservice/IAccessibilityServiceConnection.aidl \
63 core/java/android/accessibilityservice/IEventListener.aidl \
64 core/java/android/accounts/IAccountManager.aidl \
65 core/java/android/accounts/IAccountManagerResponse.aidl \
66 core/java/android/accounts/IAccountAuthenticator.aidl \
67 core/java/android/accounts/IAccountAuthenticatorResponse.aidl \
68 core/java/android/app/IActivityController.aidl \
    [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs     [all...]

Completed in 4093 milliseconds