Searched refs:aidl (Results 1 - 25 of 76) 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 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
457 } // namespace aidl
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 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, T*),
48 const android::sp<android::aidl::tests::ITestService>& service,
49 android::binder::Status(android::aidl::tests::ITestService::*func)(
77 } // namespace aidl
H A Daidl_test_client_service_exceptions.cpp28 namespace aidl { namespace in namespace:android
48 } // namespace aidl
H A Dtest_data.h21 namespace aidl { namespace in namespace:android
62 } // namespace aidl
H A Dtest_util.h23 namespace aidl { namespace in namespace:android
38 } // namespace aidl
H A Daidl_test_client.cpp24 #include "android/aidl/tests/ITestService.h"
43 using android::aidl::tests::ITestService;
50 namespace aidl { namespace in namespace:android
54 const char kServiceName[] = "android.aidl.tests.ITestService";
69 } // namespace aidl
76 namespace client_tests = android::aidl::tests::client;
/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 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 DAndroid.mk27 # Logic shared between aidl and its unittests
46 aidl.cpp \
67 # aidl executable
69 LOCAL_MODULE := aidl
78 # aidl-cpp executable
80 LOCAL_MODULE := aidl-cpp
138 system/tools/aidl/tests/ \
139 frameworks/native/aidl/binder
141 tests/android/aidl/tests/ITestService.aidl \
[all...]
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/webservd/libwebserv/
H A DAndroid.mk85 ../aidl/android/webservd/IServer.aidl \
86 ../aidl/android/webservd/IProtocolHandler.aidl \
89 LOCAL_AIDL_INCLUDES := $(LOCAL_PATH)/../aidl

Completed in 215 milliseconds

1234