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

  /packages/apps/IM/
Android.mk 5 src/com/android/im/IChatSession.aidl \
6 src/com/android/im/IChatSessionListener.aidl \
7 src/com/android/im/IInvitationListener.aidl \
8 src/com/android/im/IChatSessionManager.aidl \
9 src/com/android/im/IConnectionListener.aidl \
10 src/com/android/im/IContactList.aidl \
11 src/com/android/im/IContactListListener.aidl \
12 src/com/android/im/IContactListManager.aidl \
13 src/com/android/im/IImConnection.aidl \
14 src/com/android/im/IChatListener.aidl \
    [all...]
  /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...]
  /development/samples/ApiDemos/
Android.mk 9 src/com/example/android/apis/app/IRemoteService.aidl \
10 src/com/example/android/apis/app/IRemoteServiceCallback.aidl \
11 src/com/example/android/apis/app/ISecondary.aidl \
  /packages/inputmethods/PinyinIME/lib/
Android.mk 6 com/android/inputmethod/pinyin/IPinyinDecoderService.aidl
  /frameworks/base/tools/aidl/
Android.mk 11 aidl.cpp \
20 LOCAL_MODULE := aidl
  /development/apps/Development/
Android.mk 9 src/com/android/development/IRemoteService.aidl \
  /prebuilt/sdk/tools/
Android.mk 38 LOCAL_MODULE := aidl
39 LOCAL_SRC_FILES := $(HOST_OS)/aidl$(HOST_EXECUTABLE_SUFFIX)
42 LOCAL_BUILT_MODULE_STEM := aidl$(HOST_EXECUTABLE_SUFFIX)
  /packages/apps/Music/
Android.mk 7 src/com/android/music/IMediaPlaybackService.aidl
  /packages/apps/Email/
Android.mk 23 src/com/android/email/service/IEmailService.aidl \
24 src/com/android/email/service/IEmailServiceCallback.aidl
  /packages/apps/Phone/
Android.mk 27 src/com/android/phone/INetworkQueryService.aidl \
28 src/com/android/phone/INetworkQueryServiceCallback.aidl
  /cts/tests/
Android.mk 22 src/android/app/cts/ISecondary.aidl\
23 src/android/os/cts/IEmptyService.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...]
main.mk 390 frameworks/base/tools/aidl \
  /packages/experimental/RpcPerformance/
Android.mk 20 LOCAL_SRC_FILES += src/com/android/rpc_performance/IService.aidl
  /development/build/tools/
make_windows_sdk.sh 110 aapt adb aidl \
165 rm -v "$PLATFORM_TOOLS"/{aapt,aidl,dx,dexdump}
225 mv -v "$TOOLS"/{aapt.exe,aidl.exe,dexdump.exe} "$PLATFORM_TOOLS"/
patch_windows_sdk.sh 32 rm $V $PLATFORM_TOOLS/{aapt,aidl,dx,dexdump}
92 mv $V $TOOLS/{aapt.exe,aidl.exe,dexdump.exe} $PLATFORM_TOOLS/
windows_sdk.mk 26 aapt adb aidl \
  /development/build/
sdk.atree 28 bin/aidl platforms/${PLATFORM_NAME}/tools/aidl
52 # the aidl precompiled include
53 obj/framework.aidl platforms/${PLATFORM_NAME}/framework.aidl
  /frameworks/base/docs/html/guide/
guide_toc.cs 323 <li><a href="<?cs var:toroot ?>guide/developing/tools/aidl.html">aidl</a></li>

Completed in 264 milliseconds