Home
last modified time | relevance | path

Searched refs:aidl (Results 1 – 25 of 90) sorted by relevance

1234

/system/tools/aidl/
DAndroid.mk36 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/tests/TestServiceClient.java
44 system/tools/aidl/tests/ \
45 frameworks/native/aidl/binder
Dmain_java.cpp25 using android::aidl::JavaOptions;
40 android::aidl::IoDelegate io_delegate; in main()
43 return android::aidl::compile_aidl_to_java(*options, io_delegate); in main()
45 if (android::aidl::preprocess_aidl(*options, io_delegate)) in main()
DAndroid.bp36 // Logic shared between aidl and its unittests
57 "aidl.cpp",
77 // aidl executable
79 name: "aidl",
88 // aidl-cpp executable
90 name: "aidl-cpp",
177 aidl: {
180 include_dirs: ["frameworks/native/aidl/binder"],
183 "tests/android/aidl/tests/ITestService.aidl",
184 "tests/android/aidl/tests/INamedCallback.aidl",
Dgenerate_java.h27 namespace aidl {
37 android::aidl::java::Class* generate_binder_interface_class(
44 using Variable = ::android::aidl::java::Variable;
45 using Type = ::android::aidl::java::Type;
Dmain_cpp.cpp24 using android::aidl::CppOptions;
40 android::aidl::IoDelegate io_delegate; in main()
41 return android::aidl::compile_aidl_to_cpp(*options, io_delegate); in main()
Daidl_unittest.cpp32 using android::aidl::test::FakeIoDelegate;
38 using android::aidl::internals::parse_preprocessed_file;
41 namespace aidl { namespace
79 AidlError actual_error = ::android::aidl::internals::load_and_validate_aidl( in Parse()
232 EXPECT_TRUE(::android::aidl::preprocess_aidl(options, io_delegate_)); in TEST_F()
270 EXPECT_EQ(0, ::android::aidl::compile_aidl_to_java(options, io_delegate_)); in TEST_F()
272 EXPECT_NE(0, ::android::aidl::compile_aidl_to_java(options, io_delegate_)); in TEST_F()
394 EXPECT_EQ(0, ::android::aidl::compile_aidl_to_java(options, io_delegate_)); in TEST_F()
412 EXPECT_EQ(0, ::android::aidl::compile_aidl_to_java(options, io_delegate_)); in TEST_F()
431 EXPECT_EQ(0, ::android::aidl::compile_aidl_to_java(options, io_delegate_)); in TEST_F()
Druntests.sh29 MODULES-IN-system-tools-aidl
41 ${ANDROID_BUILD_TOP}/system/tools/aidl/tests/integration-test.py
Dgenerate_java.cpp30 using ::android::aidl::java::Variable;
35 namespace aidl { namespace
Daidl_language.h40 namespace aidl {
92 void SetLanguageType(const android::aidl::ValidatableType* language_type) { in SetLanguageType()
106 const android::aidl::ValidatableType* language_type_ = nullptr;
339 void SetLanguageType(const android::aidl::ValidatableType* language_type) { in SetLanguageType()
358 const android::aidl::ValidatableType* language_type_ = nullptr;
387 explicit Parser(const android::aidl::IoDelegate& io_delegate);
418 const android::aidl::IoDelegate& io_delegate_;
/system/media/brillo/audio/audioservice/
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
78 LOCAL_AIDL_INCLUDES := $(LOCAL_PATH)/aidl
100 LOCAL_AIDL_INCLUDES := $(LOCAL_PATH)/aidl
/system/bt/service/common/
DAndroid.bp39 "android/bluetooth/IBluetooth.aidl",
40 "android/bluetooth/IBluetoothCallback.aidl",
41 "android/bluetooth/IBluetoothGattClient.aidl",
42 "android/bluetooth/IBluetoothGattClientCallback.aidl",
43 "android/bluetooth/IBluetoothGattServer.aidl",
44 "android/bluetooth/IBluetoothGattServerCallback.aidl",
45 "android/bluetooth/IBluetoothLeAdvertiser.aidl",
46 "android/bluetooth/IBluetoothLeAdvertiserCallback.aidl",
47 "android/bluetooth/IBluetoothLeScanner.aidl",
48 "android/bluetooth/IBluetoothLeScannerCallback.aidl",
[all …]
/system/connectivity/wificond/
DAndroid.mk113 LOCAL_AIDL_INCLUDES += $(LOCAL_PATH)/aidl
118 aidl/android/net/wifi/IApInterface.aidl \
119 aidl/android/net/wifi/IANQPDoneCallback.aidl \
120 aidl/android/net/wifi/IClientInterface.aidl \
121 aidl/android/net/wifi/IInterfaceEventCallback.aidl \
122 aidl/android/net/wifi/IPnoScanEvent.aidl \
123 aidl/android/net/wifi/IScanEvent.aidl \
124 aidl/android/net/wifi/IWificond.aidl \
125 aidl/android/net/wifi/IWifiScannerImpl.aidl \
/system/tools/aidl/tests/
Dend_to_end_tests.cpp30 using android::aidl::test::CanonicalNameToPath;
31 using android::aidl::test::FakeIoDelegate;
37 namespace aidl { namespace
74 using namespace ::android::aidl::test_data::example_interface; in TEST_F()
90 EXPECT_EQ(android::aidl::compile_aidl_to_java(options, io_delegate_), 0); in TEST_F()
96 using namespace ::android::aidl::test_data::ping_responder; in TEST_F()
112 EXPECT_EQ(android::aidl::compile_aidl_to_cpp(*options, io_delegate_), 0); in TEST_F()
121 using namespace ::android::aidl::test_data::string_constants; in TEST_F()
136 EXPECT_EQ(android::aidl::compile_aidl_to_cpp(*options, io_delegate_), 0); in TEST_F()
142 using namespace ::android::aidl::test_data::string_constants; in TEST_F()
[all …]
Daidl_test_client_utf8_strings.h26 namespace aidl {
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);
Dtest_helpers.h27 namespace aidl {
33 const android::sp<android::aidl::tests::ITestService>& service, in RepeatPrimitive()
34 android::binder::Status(android::aidl::tests::ITestService::*func)(T, V*), in RepeatPrimitive()
48 const android::sp<android::aidl::tests::ITestService>& service, in ReverseArray()
49 android::binder::Status(android::aidl::tests::ITestService::*func)( in ReverseArray()
Daidl_test_client.cpp43 using android::aidl::tests::ITestService;
50 namespace aidl { namespace
76 namespace client_tests = android::aidl::tests::client; in main()
Daidl_test_client_parcelables.cpp29 using android::aidl::tests::ITestService;
30 using android::aidl::tests::SimpleParcelable;
38 namespace aidl { namespace
/system/tpm/tpm_manager/
DAndroid.mk49 aidl_include := $(call local-generated-sources-dir)/aidl-generated/include
55 aidl/android/tpm_manager/ITpmManagerClient.aidl \
56 aidl/android/tpm_manager/ITpmNvram.aidl \
57 aidl/android/tpm_manager/ITpmOwnership.aidl
58 LOCAL_AIDL_INCLUDES := $(LOCAL_PATH)/aidl
/system/tools/aidl/docs/
Daidl-cpp.md1 # Generating C++ Binder Interfaces with `aidl-cpp`
5aidl” refers to several related but distinct concepts:
7 - the AIDL interface [definition language](http://developer.android.com/guide/components/aidl.html)
8 - .aidl files (which contain AIDL)
9 - the aidl generator which transforms AIDL into client/server IPC interfaces
12 stubs for Binder interfaces from a specification in a file with the .aidl
13 extension. For Java interfaces, the executable is called `aidl` while for C++
14 the binary is called `aidl-cpp`. In this document, we’ll use AIDL to describe
15 the language of .aidl files and _aidl generator_ to refer to the code generation
16 tool that takes an .aidl file, parses the AIDL, and outputs code.
[all …]
/system/tpm/trunks/
DAndroid.mk46 aidl_include := $(call local-generated-sources-dir)/aidl-generated/include
52 aidl/android/trunks/ITrunks.aidl \
53 aidl/android/trunks/ITrunksClient.aidl
54 LOCAL_AIDL_INCLUDES := $(LOCAL_PATH)/aidl
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl17 package android.aidl.tests;
19 import android.aidl.tests.INamedCallback;
20 import android.aidl.tests.SimpleParcelable;
DSimpleParcelable.aidl17 package android.aidl.tests;
DINamedCallback.aidl17 package android.aidl.tests;
/system/tools/aidl/tests/java_app/src/android/aidl/tests/
DNullableTests.java17 package android.aidl.tests;
19 import android.aidl.tests.TestFailException;
DTestFailException.java17 package android.aidl.tests;

1234