Home
last modified time | relevance | path

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

1234

/system/bt/binder/
DAndroid.bp10 "android/bluetooth/IBluetoothSocketManager.aidl",
14 "android/bluetooth/IBluetooth.aidl",
15 "android/bluetooth/IBluetoothA2dp.aidl",
16 "android/bluetooth/IBluetoothA2dpSink.aidl",
17 "android/bluetooth/IBluetoothAvrcpController.aidl",
18 "android/bluetooth/IBluetoothAvrcpTarget.aidl",
19 "android/bluetooth/IBluetoothCallback.aidl",
20 "android/bluetooth/IBluetoothProfileServiceConnection.aidl",
21 "android/bluetooth/IBluetoothHeadset.aidl",
22 "android/bluetooth/IBluetoothHeadsetPhone.aidl",
[all …]
/system/tools/aidl/
DAndroid.mk37 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 \
43 tests/java_app/src/android/aidl/tests/TestServiceClient.java
45 system/tools/aidl/tests/ \
46 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",
171 aidl: {
174 include_dirs: ["frameworks/native/aidl/binder"],
177 "tests/android/aidl/tests/ITestService.aidl",
178 "tests/android/aidl/tests/INamedCallback.aidl",
Dgenerate_java.h27 namespace aidl {
39 android::aidl::java::Class* generate_binder_interface_class(
47 using Variable = ::android::aidl::java::Variable;
48 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()
233 EXPECT_TRUE(::android::aidl::preprocess_aidl(options, io_delegate_)); in TEST_F()
271 EXPECT_EQ(0, ::android::aidl::compile_aidl_to_java(options, io_delegate_)); in TEST_F()
273 EXPECT_NE(0, ::android::aidl::compile_aidl_to_java(options, io_delegate_)); in TEST_F()
395 EXPECT_EQ(0, ::android::aidl::compile_aidl_to_java(options, io_delegate_)); in TEST_F()
413 EXPECT_EQ(0, ::android::aidl::compile_aidl_to_java(options, io_delegate_)); in TEST_F()
432 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
/system/bt/service/common/
DAndroid.bp40 "android/bluetooth/IBluetooth.aidl",
41 "android/bluetooth/IBluetoothCallback.aidl",
42 "android/bluetooth/IBluetoothGattClient.aidl",
43 "android/bluetooth/IBluetoothGattClientCallback.aidl",
44 "android/bluetooth/IBluetoothGattServer.aidl",
45 "android/bluetooth/IBluetoothGattServerCallback.aidl",
46 "android/bluetooth/IBluetoothLeAdvertiser.aidl",
47 "android/bluetooth/IBluetoothLeAdvertiserCallback.aidl",
48 "android/bluetooth/IBluetoothLeScanner.aidl",
49 "android/bluetooth/IBluetoothLeScannerCallback.aidl",
[all …]
/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::example_interface; in TEST_F()
113 EXPECT_EQ(android::aidl::compile_aidl_to_java(options, io_delegate_), 0); in TEST_F()
119 using namespace ::android::aidl::test_data::example_interface; in TEST_F()
137 EXPECT_EQ(android::aidl::compile_aidl_to_java(options, io_delegate_), 0); in TEST_F()
143 using namespace ::android::aidl::test_data::ping_responder; 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/connectivity/wificond/
DAndroid.mk127 LOCAL_AIDL_INCLUDES += $(LOCAL_PATH)/aidl
132 aidl/android/net/wifi/IApInterface.aidl \
133 aidl/android/net/wifi/IApInterfaceEventCallback.aidl \
134 aidl/android/net/wifi/IClientInterface.aidl \
135 aidl/android/net/wifi/IInterfaceEventCallback.aidl \
136 aidl/android/net/wifi/IPnoScanEvent.aidl \
137 aidl/android/net/wifi/IScanEvent.aidl \
138 aidl/android/net/wifi/IWificond.aidl \
139 aidl/android/net/wifi/IWifiScannerImpl.aidl \
/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.bp45 "aidl/android/trunks/ITrunks.aidl",
46 "aidl/android/trunks/ITrunksClient.aidl",
51 aidl: {
52 local_include_dirs: ["aidl"],
/system/update_engine/
DAndroid.bp5 "binder_bindings/android/os/IUpdateEngine.aidl",
6 "binder_bindings/android/os/IUpdateEngineCallback.aidl",
/system/netd/server/
DAndroid.bp4 srcs: ["binder/android/net/INetd.aidl"],
10 srcs: ["binder/android/net/metrics/INetdEventListener.aidl"],
/system/security/keystore/
DAndroid.bp23 ":IKeyAttestationApplicationIdProvider.aidl",
72 aidl: {
193 aidl: {
258 "binder/android/security/IConfirmationPromptCallback.aidl",
259 "binder/android/security/IKeystoreService.aidl",
266 aidl: {
/system/core/storaged/
DAndroid.bp49 aidl: {
52 include_dirs: ["frameworks/native/aidl/binder"],
65 "binder/android/os/storaged/IStoragedPrivate.aidl",
116 "binder/android/os/IStoraged.aidl",
/system/vold/
DAndroid.bp75 aidl: {
77 include_dirs: ["frameworks/native/aidl/binder"],
243 "binder/android/os/IVold.aidl",
244 "binder/android/os/IVoldListener.aidl",
245 "binder/android/os/IVoldTaskListener.aidl",
/system/netd/tests/dns_responder/
DAndroid.mk37 frameworks/native/aidl/binder \
49 ../../server/binder/android/net/INetd.aidl \

1234