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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/telephony/java/android/telephony/ims/aidl/
IImsRcsFeature.aidl 17 package android.telephony.ims.aidl;
IImsRegistration.aidl 18 package android.telephony.ims.aidl;
20 import android.telephony.ims.aidl.IImsRegistrationCallback;
IImsServiceController.aidl 17 package android.telephony.ims.aidl;
19 import android.telephony.ims.aidl.IImsMmTelFeature;
20 import android.telephony.ims.aidl.IImsRcsFeature;
21 import android.telephony.ims.aidl.IImsConfig;
22 import android.telephony.ims.aidl.IImsRegistration;
23 import android.telephony.ims.aidl.IImsServiceControllerListener;
IImsCapabilityCallback.aidl 17 package android.telephony.ims.aidl;
IImsConfigCallback.aidl 18 package android.telephony.ims.aidl;
IImsServiceControllerListener.aidl 17 package android.telephony.ims.aidl;
IImsConfig.aidl 18 package android.telephony.ims.aidl;
20 import android.telephony.ims.aidl.IImsConfigCallback;
  /frameworks/base/core/tests/coretests/aidl/com/android/frameworks/coretests/aidl/
ITestRemoteCallback.aidl 17 package com.android.frameworks.coretests.aidl;
IBpcCallbackObserver.aidl 17 package com.android.frameworks.coretests.aidl;
ICmdCallback.aidl 17 package com.android.frameworks.coretests.aidl;
ICmdReceiver.aidl 17 package com.android.frameworks.coretests.aidl;
IBinderProxyCountingService.aidl 17 package com.android.frameworks.coretests.aidl;
18 import com.android.frameworks.coretests.aidl.ITestRemoteCallback;
IBpcTestServiceCmdService.aidl 17 package com.android.frameworks.coretests.aidl;
18 import com.android.frameworks.coretests.aidl.IBpcCallbackObserver;
  /frameworks/base/services/tests/servicestests/aidl/com/android/servicestests/aidl/
ICmdReceiverService.aidl 17 package com.android.servicestests.aidl;
INetworkStateObserver.aidl 17 package com.android.servicestests.aidl;
  /system/tools/aidl/tests/android/aidl/tests/
INamedCallback.aidl 17 package android.aidl.tests;
SimpleParcelable.aidl 17 package android.aidl.tests;
  /sdk/testapps/aidlTest/mainProject/src/com/android/tests/aidl/main/
IRemoteService.aidl 17 package com.android.tests.aidl.main;
19 import com.android.tests.aidl.lib.MyParcelable;
  /system/tools/aidl/tests/
aidl_test_client_utf8_strings.h 22 #include "android/aidl/tests/ITestService.h"
26 namespace aidl { namespace in namespace:android
31 const android::sp<android::aidl::tests::ITestService>& s);
33 const android::sp<android::aidl::tests::ITestService>& s);
35 const android::sp<android::aidl::tests::ITestService>& s);
39 } // namespace aidl
aidl_test_client_nullables.h 22 #include "android/aidl/tests/ITestService.h"
26 namespace aidl { namespace in namespace:android
34 } // namespace aidl
aidl_test_client_service_exceptions.h 22 #include "android/aidl/tests/ITestService.h"
25 namespace aidl { namespace in namespace:android
34 } // namespace aidl
  /system/tools/aidl/tests/java_app/src/android/aidl/tests/
TestFailException.java 17 package android.aidl.tests;
  /system/tools/aidl/
main_cpp.cpp 19 #include "aidl.h"
24 using android::aidl::CppOptions;
26 // aidl is leaky. Turn off LeakSanitizer by default. b/37749857
33 LOG(DEBUG) << "aidl starting";
40 android::aidl::IoDelegate io_delegate;
41 return android::aidl::compile_aidl_to_cpp(*options, io_delegate);
Android.mk 20 # Everything below here is used for integration testing of generated AIDL code.
23 # aidl on its own doesn't need the framework, but testing native/java
37 tests/android/aidl/tests/INamedCallback.aidl \
38 tests/android/aidl/tests/ITestService.aidl \
39 tests/java_app/src/android/aidl/tests/NullableTests.java \
40 tests/java_app/src/android/aidl/tests/SimpleParcelable.java \
41 tests/java_app/src/android/aidl/tests/TestFailException.java \
42 tests/java_app/src/android/aidl/tests/TestLogger.java
    [all...]
main_java.cpp 20 #include "aidl.h"
25 using android::aidl::JavaOptions;
27 // aidl is leaky. Turn off LeakSanitizer by default. b/37749857
34 LOG(DEBUG) << "aidl starting";
40 android::aidl::IoDelegate io_delegate;
43 return android::aidl::compile_aidl_to_java(*options, io_delegate);
45 if (android::aidl::preprocess_aidl(*options, io_delegate))
49 std::cerr << "aidl: internal error" << std::endl;

Completed in 284 milliseconds

1 2 3 4 5 6 7 8 91011>>