Searched refs:aidl (Results 1 - 25 of 85) sorted by relevance

1234

/system/tools/aidl/tests/android/aidl/tests/
H A DINamedCallback.aidl17 package android.aidl.tests;
H A DSimpleParcelable.aidl17 package android.aidl.tests;
/system/tools/aidl/tests/
H A Daidl_test_client_utf8_strings.h22 #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
H A Daidl_test_client_nullables.h22 #include "android/aidl/tests/ITestService.h"
26 namespace aidl { namespace in namespace:android
34 } // namespace aidl
H A Daidl_test_client_service_exceptions.h22 #include "android/aidl/tests/ITestService.h"
25 namespace aidl { namespace in namespace:android
34 } // namespace aidl
H A Dtest_data_example_interface.cpp20 namespace aidl { namespace in namespace:android
72 android/test/IExampleInterface.aidl \
73 ./android/foo/ExampleParcelable.aidl \
74 ./android/test/CompoundParcelable.aidl \
75 ./android/bar/IAuxInterface.aidl \
76 ./android/test/IAuxInterface2.aidl
78 android/test/IExampleInterface.aidl :
79 ./android/foo/ExampleParcelable.aidl :
80 ./android/test/CompoundParcelable.aidl :
81 ./android/bar/IAuxInterface.aidl
[all...]
H A Dend_to_end_tests.cpp24 #include "aidl.h"
30 using android::aidl::test::CanonicalNameToPath;
31 using android::aidl::test::FakeIoDelegate;
37 namespace aidl { namespace in namespace:android
59 << "Expected aidl to write to " << rel_path << " but it did not.";
74 using namespace ::android::aidl::test_data::example_interface;
79 options.input_file_name_ = CanonicalNameToPath(kCanonicalName, ".aidl");
90 EXPECT_EQ(android::aidl::compile_aidl_to_java(options, io_delegate_), 0);
96 using namespace ::android::aidl::test_data::ping_responder;
98 const string input_path = CanonicalNameToPath(kCanonicalName, ".aidl");
[all...]
H A Daidl_test_client_file_descriptors.h22 #include "android/aidl/tests/ITestService.h"
26 namespace aidl { namespace in namespace:android
35 } // namespace aidl
H A Daidl_test_client_parcelables.h22 #include "android/aidl/tests/ITestService.h"
26 namespace aidl { namespace in namespace:android
35 } // namespace aidl
H A Daidl_test_client_primitives.h22 #include "android/aidl/tests/ITestService.h"
26 namespace aidl { namespace in namespace:android
37 } // namespace aidl
H A Dtest_data_ping_responder.cpp20 namespace aidl { namespace in namespace:android
64 android/os/IPingResponder.aidl \
65 ./bar/Unused.aidl
67 android/os/IPingResponder.aidl :
68 ./bar/Unused.aidl :
73 android/os/IPingResponder.aidl \
74 ./bar/Unused.aidl
460 } // namespace aidl
H A Dtest_data_string_constants.cpp20 namespace aidl { namespace in namespace:android
37 * Original file: android/os/IStringConstants.aidl
194 } // namespace aidl
H A Dtest_helpers.h24 #include "android/aidl/tests/ITestService.h"
27 namespace aidl { namespace in namespace:android
33 const android::sp<android::aidl::tests::ITestService>& service,
34 android::binder::Status(android::aidl::tests::ITestService::*func)(T, V*),
48 const android::sp<android::aidl::tests::ITestService>& service,
49 android::binder::Status(android::aidl::tests::ITestService::*func)(
77 } // namespace aidl
/system/tools/aidl/tests/java_app/src/android/aidl/tests/
H A DTestFailException.java17 package android.aidl.tests;
/system/tools/aidl/
H A Dmain_cpp.cpp19 #include "aidl.h"
24 using android::aidl::CppOptions;
28 LOG(DEBUG) << "aidl starting";
35 android::aidl::IoDelegate io_delegate;
36 return android::aidl::compile_aidl_to_cpp(*options, io_delegate);
H A DAndroid.mk23 # aidl on its own doesn't need the framework, but testing native/java
36 tests/android/aidl/tests/INamedCallback.aidl \
37 tests/android/aidl/tests/ITestService.aidl \
38 tests/java_app/src/android/aidl/tests/NullableTests.java \
39 tests/java_app/src/android/aidl/tests/SimpleParcelable.java \
40 tests/java_app/src/android/aidl/tests/TestFailException.java \
41 tests/java_app/src/android/aidl/tests/TestLogger.java \
42 tests/java_app/src/android/aidl/test
[all...]
H A Dmain_java.cpp20 #include "aidl.h"
25 using android::aidl::JavaOptions;
29 LOG(DEBUG) << "aidl starting";
35 android::aidl::IoDelegate io_delegate;
38 return android::aidl::compile_aidl_to_java(*options, io_delegate);
40 if (android::aidl::preprocess_aidl(*options, io_delegate))
44 std::cerr << "aidl: internal error" << std::endl;
H A Dgenerate_java.h27 namespace aidl { namespace in namespace:android
37 android::aidl::java::Class* generate_binder_interface_class(
44 using Variable = ::android::aidl::java::Variable;
45 using Type = ::android::aidl::java::Type;
60 } // namespace aidl
H A Druntests.sh27 echo "+ mmma -j32 $ANDROID_BUILD_TOP/system/tools/aidl"
29 MODULES-IN-system-tools-aidl
41 ${ANDROID_BUILD_TOP}/system/tools/aidl/tests/integration-test.py
H A Dcode_writer.h28 namespace aidl { namespace in namespace:android
49 } // namespace aidl
H A Dimport_resolver.h28 namespace aidl { namespace in namespace:android
48 } // namespace aidl
H A Dio_delegate_unittest.cpp26 namespace aidl { namespace in namespace:android
46 } // namespace aidl
H A Dline_reader.h26 namespace aidl { namespace in namespace:android
44 } // namespace aidl
/system/media/brillo/audio/audioservice/
H A DAndroid.mk28 aidl/android/brillo/brilloaudioservice/IAudioServiceCallback.aidl \
29 aidl/android/brillo/brilloaudioservice/IBrilloAudioService.aidl \
38 aidl/android/brillo/brilloaudioservice/IAudioServiceCallback.aidl \
39 aidl/android/brillo/brilloaudioservice/IBrilloAudioService.aidl \
52 LOCAL_AIDL_INCLUDES := $(LOCAL_PATH)/aidl
64 LOCAL_AIDL_INCLUDES := $(LOCAL_PATH)/aidl
[all...]
/system/connectivity/wificond/
H A DAndroid.mk99 LOCAL_AIDL_INCLUDES += $(LOCAL_PATH)/aidl
104 aidl/android/net/wifi/IApInterface.aidl \
105 aidl/android/net/wifi/IANQPDoneCallback.aidl \
106 aidl/android/net/wifi/IClientInterface.aidl \
107 aidl/android/net/wifi/IInterfaceEventCallback.aidl \
108 aidl/androi
[all...]

Completed in 444 milliseconds

1234