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

1 2

  /cts/tests/tests/telephony/current/LocationAccessingApp/
Android.mk 8 $(call all-Iaidl-files-under, aidl)
10 LOCAL_AIDL_INCLUDES := aidl/
  /build/soong/cc/
gen_test.go 28 "b.aidl",
32 aidl := ctx.ModuleForTests("libfoo", "android_arm_armv7-a-neon_core_shared").Rule("aidl")
35 if !inList("-I"+aidl.Args["outDir"], libfoo.flags.GlobalFlags) {
36 t.Errorf("missing aidl includes in global flags")
44 srcs: ["b.aidl"],
55 aidl := ctx.ModuleForTests("libfoo", "android_arm_armv7-a-neon_core_shared").Rule("aidl")
58 if !inList("-I"+aidl.Args["outDir"], libfoo.flags.GlobalFlags) {
59 t.Errorf("missing aidl includes in global flags"
    [all...]
gen.go 30 pctx.HostBinToolVariable("aidlCmd", "aidl-cpp")
48 aidl = pctx.AndroidStaticRule("aidl",
93 Rule: aidl,
94 Description: "aidl " + aidlFile.Rel(),
99 "outDir": android.PathForModuleGen(ctx, "aidl").String(),
187 case ".aidl":
188 cppFile := android.GenPathWithExt(ctx, "aidl", srcFile, "cpp")
46 aidl = pctx.AndroidStaticRule("aidl", var
  /development/samples/ApiDemos/
Android.mk 9 src/com/example/android/apis/app/IRemoteService.aidl \
10 src/com/example/android/apis/app/IRemoteServiceCallback.aidl \
11 src/com/example/android/apis/app/ISecondary.aidl \
  /cts/tests/tests/binder_ndk/libbinder_ndk_test/
android_binder_cts_NativeService.cpp 22 using ::aidl::test_package::ITest;
test_native_aidl_client.cpp 18 #include <aidl/test_package/BnEmpty.h>
19 #include <aidl/test_package/BpTest.h>
20 #include <aidl/test_package/Foo.h>
21 #include <aidl/test_package/RegularPolygon.h>
32 using ::aidl::test_package::Bar;
33 using ::aidl::test_package::BpTest;
34 using ::aidl::test_package::Foo;
35 using ::aidl::test_package::ITest;
36 using ::aidl::test_package::RegularPolygon;
42 // AIDL tests which are independent of the servic
381 namespace aidl { namespace
    [all...]
itest_impl.h 17 #include <aidl/test_package/BnTest.h>
26 using IEmpty = ::aidl::test_package::IEmpty;
27 using RegularPolygon = ::aidl::test_package::RegularPolygon;
28 using Foo = ::aidl::test_package::Foo;
29 using Bar = ::aidl::test_package::Bar;
31 class MyTest : public ::aidl::test_package::BnTest,
  /build/soong/java/
sdk_test.go 40 aidl string
47 aidl: "-Iframework/aidl",
55 aidl: "-Iframework/aidl",
64 aidl: "-pprebuilts/sdk/25/public/framework.aidl",
72 aidl: "-p" + buildDir + "/framework.aidl",
80 aidl: "-p" + buildDir + "/framework.aidl"
    [all...]
sdk.go 112 // There's no aidl for other SDKs yet.
113 // TODO(77525052): Add aidl files for other SDKs too.
115 aidl := filepath.Join(public_dir, "framework.aidl")
117 aidlPath := android.ExistentPathForSource(ctx, aidl)
133 ctx.PropertyErrorf("sdk_version", "invalid sdk version %q, %q does not exist", v, aidl)
140 aidl: android.OptionalPathForPath(aidlPath.Path()),
144 toModule := func(m, r string, aidl android.Path) sdkDep {
150 aidl: android.OptionalPathForPath(aidl),
    [all...]
gen.go 24 pctx.HostBinToolVariable("aidlCmd", "aidl")
31 aidl = pctx.AndroidStaticRule("aidl",
63 javaFile := android.GenPathWithExt(ctx, "aidl", aidlFile, "java")
67 Rule: aidl,
68 Description: "aidl " + aidlFile.Rel(),
114 case ".aidl":
30 aidl = pctx.AndroidStaticRule("aidl", var
testing.go 70 aidl: {
71 export_include_dirs: ["framework/aidl"],
  /cts/hostsidetests/net/aidl/
Android.mk 21 com/android/cts/net/hostside/IMyService.aidl \
22 com/android/cts/net/hostside/INetworkCallback.aidl \
23 com/android/cts/net/hostside/INetworkStateObserver.aidl \
24 com/android/cts/net/hostside/IRemoteSocketFactory.aidl
  /development/build/
product_sdk.mk 36 aidl \
  /external/setupcompat/
build.gradle 36 aidl.srcDirs = ['main/aidl']
  /cts/tests/tests/content/BinderPermissionTestService/
Android.mk 26 $(call all-Iaidl-files-under, aidl)
  /development/apps/Development/
Android.mk 9 src/com/android/development/IRemoteService.aidl \
  /frameworks/base/apct-tests/perftests/core/
Android.mk 9 src/android/os/ISomeService.aidl
  /cts/tests/tests/os/
Android.mk 40 src/android/os/cts/IParcelFileDescriptorPeer.aidl \
41 src/android/os/cts/IEmptyService.aidl \
42 src/android/os/cts/ISeccompIsolatedService.aidl \
43 src/android/os/cts/ISecondary.aidl \
44 src/android/os/cts/ISharedMemoryService.aidl \
45 src/android/os/cts/IParcelExceptionService.aidl
  /cts/tests/tests/telecom/CallRedirectionServiceTestApp/
Android.mk 22 $(call all-Iaidl-files-under, aidl)
24 LOCAL_AIDL_INCLUDES := aidl/
  /cts/tests/tests/telecom/CallScreeningServiceTestApp/
Android.mk 25 LOCAL_AIDL_INCLUDES := $(call all-Iaidl-files-under, aidl)
28 $(call all-Iaidl-files-under, aidl)
  /cts/tests/tests/telephony/current/EmbmsMiddlewareTestApp/
Android.mk 23 $(call all-Iaidl-files-under, aidl)
25 LOCAL_AIDL_INCLUDES := aidl/
  /cts/tests/tests/security/
Android.mk 49 src/android/security/cts/activity/ISecureRandomService.aidl\
50 aidl/android/security/cts/IIsolatedService.aidl
  /cts/tests/tests/telecom/
Android.mk 43 LOCAL_AIDL_INCLUDES := ThirdPtyInCallServiceTestApp/aidl/ \
44 CallRedirectionServiceTestApp/aidl/ \
45 CallScreeningServiceTestApp/aidl/
  /cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/
Android.mk 29 $(call all-Iaidl-files-under, aidl)
36 LOCAL_AIDL_INCLUDES := aidl/
  /cts/tests/tests/accounts/common/
Android.mk 24 # Includes all the java files, and explicitly declares any aidl files

Completed in 345 milliseconds

1 2