HomeSort by relevance Sort by last modified time
    Searched full:aidl (Results 76 - 100 of 171) sorted by null

1 2 34 5 6 7

  /frameworks/base/core/java/android/view/accessibility/
IAccessibilityManager.aidl 1 /* //device/java/android/android/app/INotificationManager.aidl
  /frameworks/base/packages/WAPPushManager/tests/
Android.mk 26 src/com/android/smspush/unitTests/IDataVerify.aidl
  /frameworks/base/telephony/java/com/android/internal/telephony/
SmsRawData.java 24 * A parcelable holder class of byte[] for ISms aidl implementation
  /frameworks/base/tools/aidl/
search_path.cpp 30 expected += ".aidl";
Type.cpp 230 fprintf(stderr, "aidl:internal error %s:%d qualifiedName=%sn",
239 fprintf(stderr, "aidl:internal error %s:%d qualifiedName=%s\n",
248 fprintf(stderr, "aidl:internal error %s:%d qualifiedName=%s\n",
257 fprintf(stderr, "aidl:internal error %s:%d qualifiedName=%s\n",
267 fprintf(stderr, "aidl:internal error %s:%d qualifiedName=%s\n",
276 fprintf(stderr, "aidl:internal error %s:%d qualifiedName=%s\n",
286 fprintf(stderr, "aidl:internal error %s:%d qualifiedName=%s\n",
296 fprintf(stderr, "aidl:internal error %s:%d qualifiedName=%s\n",
647 fprintf(stderr, "aidl:internal error %s:%d\n", __FILE__, __LINE__);
653 fprintf(stderr, "aidl:internal error %s:%d\n", __FILE__, __LINE__)
    [all...]
aidl.cpp 205 expected += ".aidl";
256 fprintf(stderr, "aidl: internal error unkown document type %d.\n",
313 fprintf(stderr, "aidl: internal error %s:%d\n", __FILE__, __LINE__);
529 " Java or aidl keyword\n",
604 fprintf(stderr, "%s:%d aidl can only handle one interface per file\n",
612 fprintf(stderr, "%s:%d aidl can only generate code for interfaces, not"
615 fprintf(stderr, "%s:%d .aidl files that only declare parcelables or flattenables"
696 // add the filename by replacing the .aidl extension to .java
755 fprintf(stderr, "aidl: can't open preprocessed file: %s\n",
901 //fprintf(stderr, "aidl: parsing failed, stopping.\n")
    [all...]
  /hardware/ti/wpan/tools/FM/FmRadioIf/
Android.mk 22 src/java/com/ti/fm/IFmRadio.aidl
  /packages/apps/Gallery2/gallerycommon/
Android.mk 19 # AIDL files are also compiled into the static library
  /packages/apps/KeyChain/support/
Android.mk 19 LOCAL_SRC_FILES := src/com/android/keychain/tests/support/IKeyChainServiceTestSupport.aidl
  /packages/experimental/RpcPerformance/
Android.mk 20 LOCAL_SRC_FILES += src/com/android/rpc_performance/IService.aidl
  /packages/inputmethods/PinyinIME/lib/com/android/inputmethod/pinyin/
IPinyinDecoderService.aidl 1 /* //com/andriod/inputmethod/pinyin/IPinyinDecoderService.aidl
  /sdk/anttasks/src/
anttasks.properties 10 aidl: com.android.ant.AidlExecTask
  /frameworks/base/docs/html/guide/components/
bound-services.jd 154 <dt>Using AIDL</dt>
155 <dd>AIDL (Android Interface Definition Language) performs all the work to decompose objects into
157 IPC. The previous technique, using a {@link android.os.Messenger}, is actually based on AIDL as
160 however, you want your service to handle multiple requests simultaneously, then you can use AIDL
162 <p>To use AIDL directly, you must
163 create an {@code .aidl} file that defines the programming interface. The Android SDK tools use
169 <p class="note"><strong>Note:</strong> Most applications <strong>should not</strong> use AIDL to
171 can result in a more complicated implementation. As such, AIDL is not suitable for most applications
173 to use AIDL directly, see the <a href="{@docRoot}guide/components/aidl.html">AIDL</a
    [all...]
  /prebuilts/sdk/tools/linux/
aidl 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtConstants.java 80 /** Extension of aidl files, i.e. "aidl" */
81 public final static String EXT_AIDL = "aidl"; //$NON-NLS-1$
107 /** Dot-Extension of aidl files, i.e. ".aidl" */
184 /** Regexp for aidl extension, i.e. "\.aidl$" */
235 /** aidl marker error, only to be used in {@link PreCompilerBuilder} */
  /development/build/tools/
sdk_clean.sh 42 find $DIR -name "*.aidl" -o -name "*.css" -o -name "*.html" -o -name "*.java" \
  /frameworks/base/core/java/android/os/
IPowerManager.aidl 1 /* //device/java/android/android/os/IPowerManager.aidl
  /frameworks/base/core/tests/coretests/src/android/os/
IAidlTest.aidl 1 /* //device/apps/AndroidTests/src/com.android.unit_tests/IAidlTest.aidl
  /frameworks/native/include/powermanager/
IPowerManager.h 27 // must be kept in sync with interface defined in IPowerManager.aidl
  /sdk/eclipse/
dictionary.txt 7 aidl
  /frameworks/base/docs/html/tools/building/
index.jd 62 <li>The aidl tool converts any <code>.aidl</code> interfaces that you have into Java interfaces.</li>
64 <li>All of your Java code, including the <code>R.java</code> and <code>.aidl</code> files, are compiled by the Java
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
build_messages.properties 14 Unparsed_AIDL_Errors=Unparsed aidl error\! Check the console for output.
37 AIDL_Exec_Error=Error executing aidl. Please check aidl is present at %1$s
  /development/build/
sdk.atree 45 bin/aidl strip platform-tools/aidl
76 # the aidl precompiled include
77 obj/framework.aidl platforms/${PLATFORM_NAME}/framework.aidl
  /build/core/
base_rules.mk 215 ## AIDL: Compile .aidl files to .java
218 aidl_sources := $(filter %.aidl,$(LOCAL_SRC_FILES))
222 aidl_java_sources := $(patsubst %.aidl,%.java,$(addprefix $(intermediates.COMMON)/src/, $(aidl_sources)))
233 aidl_preprocess_import := $(TARGET_OUT_COMMON_INTERMEDIATES)/framework.aidl
235 aidl_preprocess_import := $(HISTORICAL_SDK_VERSIONS_ROOT)/$(LOCAL_SDK_VERSION)/framework.aidl
240 $(aidl_java_sources): $(intermediates.COMMON)/src/%.java: $(TOPDIR)$(LOCAL_PATH)/%.aidl $(LOCAL_ADDITIONAL_DEPENDENCIES) $(AIDL) $(aidl_preprocess_import)
241 $(transform-aidl-to-java)
  /frameworks/av/services/audioflinger/
ISchedulingPolicyService.cpp 25 // Keep in sync with frameworks/base/core/java/android/os/ISchedulingPolicyService.aidl

Completed in 619 milliseconds

1 2 34 5 6 7