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

1 2 3 4 5 6 7 8 91011>>

  /system/tools/aidl/
code_writer.h 28 namespace aidl { namespace in namespace:android
49 } // namespace aidl
io_delegate.h 30 namespace aidl { namespace in namespace:android
70 } // namespace aidl
io_delegate_unittest.cpp 26 namespace aidl { namespace in namespace:android
46 } // namespace aidl
line_reader.h 26 namespace aidl { namespace in namespace:android
44 } // namespace aidl
import_resolver.cpp 31 namespace aidl { namespace in namespace:android
56 relative_path += ".aidl";
70 } // namespace aidl
import_resolver.h 28 namespace aidl { namespace in namespace:android
48 } // namespace aidl
type_java_unittest.cpp 27 namespace aidl { namespace in namespace:android
64 } // namespace aidl
ast_java_unittest.cpp 28 namespace aidl { namespace in namespace:android
62 } // namespace aidl
generate_cpp.h 29 namespace aidl { namespace in namespace:android
66 } // namespace aidl
generate_java.cpp 30 using ::android::aidl::java::Variable;
35 namespace aidl { namespace in namespace:android
76 } // namespace aidl
generate_java.h 27 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
  /system/tools/aidl/tests/java_app/src/android/aidl/tests/
TestFailException.java 17 package android.aidl.tests;
  /system/tools/aidl/tests/
test_util.h 23 namespace aidl { namespace in namespace:android
38 } // namespace aidl
aidl_test_client_file_descriptors.h 22 #include "android/aidl/tests/ITestService.h"
26 namespace aidl { namespace in namespace:android
35 } // 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_parcelables.h 22 #include "android/aidl/tests/ITestService.h"
26 namespace aidl { namespace in namespace:android
35 } // namespace aidl
aidl_test_client_primitives.h 22 #include "android/aidl/tests/ITestService.h"
24 // Tests for passing and returning primitive types defined in the AIDL docs.
26 namespace aidl { namespace in namespace:android
37 } // 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
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_service_exceptions.cpp 28 namespace aidl { namespace in namespace:android
48 } // namespace aidl
test_data.h 21 namespace aidl { namespace in namespace:android
78 } // namespace aidl
aidl_test_client.cpp 24 #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;
  /sdk/testapps/aidlTest/mainProject/src/com/android/tests/aidl/main/
MyActivity.java 18 package com.android.tests.aidl.main;
  /build/soong/cc/
gen.go 32 pctx.HostBinToolVariable("aidlCmd", "aidl-cpp")
51 aidl = pctx.AndroidStaticRule("aidl",
57 Description: "aidl $out",
82 Rule: aidl,
87 "outDir": android.PathForModuleGen(ctx, "aidl").String(),
130 case ".aidl":
131 cppFile := android.GenPathWithExt(ctx, "aidl", srcFile, "cpp")
49 aidl = pctx.AndroidStaticRule("aidl", var
  /sdk/testapps/aidlTest/libWithAidl/src/com/android/tests/aidl/lib/
MyParcelable.java 17 package com.android.tests.aidl.lib;

Completed in 285 milliseconds

1 2 3 4 5 6 7 8 91011>>