/system/tools/aidl/tests/ |
D | aidl_test_client_loggable_interface.cpp | 32 using android::aidl::loggable::BpLoggableInterface; 33 using android::aidl::loggable::Data; 34 using android::aidl::loggable::Enum; 35 using android::aidl::loggable::ILoggableInterface; 36 using android::aidl::loggable::Union; 51 sp<ILoggableInterface> loggable; in TEST_F() local 52 EXPECT_EQ(android::OK, android::getService(ILoggableInterface::descriptor, &loggable)); in TEST_F() 53 ASSERT_NE(nullptr, loggable); in TEST_F() 85 status = loggable->LogThis(boolValue, &boolArray, byteValue, &byteArray, charValue, &charArray, in TEST_F()
|
D | aidl_test_client_ndk_loggable_interface.cpp | 28 using aidl::android::aidl::loggable::BpLoggableInterface; 29 using aidl::android::aidl::loggable::Data; 30 using aidl::android::aidl::loggable::Enum; 31 using aidl::android::aidl::loggable::ILoggableInterface; 58 shared_ptr<ILoggableInterface> loggable = getService<ILoggableInterface>(); in TEST_F() local 59 ASSERT_NE(nullptr, loggable.get()); in TEST_F() 90 status = loggable->LogThis(boolValue, &boolArray, byteValue, &byteArray, charValue, &charArray, in TEST_F()
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/ |
D | Data.cpp.d | 1 …es/system/tools/aidl/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/Data.cpp : \ 2 system/tools/aidl/tests/android/aidl/loggable/Data.aidl \ 3 system/tools/aidl/tests/android/aidl/loggable/Enum.aidl \ 4 system/tools/aidl/tests/android/aidl/loggable/Union.aidl
|
D | ILoggableInterface.cpp.d | 1 …tem/tools/aidl/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/ILoggableInterfac… 2 system/tools/aidl/tests/android/aidl/loggable/ILoggableInterface.aidl \ 3 system/tools/aidl/tests/android/aidl/loggable/Data.aidl
|
D | Union.cpp.d | 1 …s/system/tools/aidl/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/Union.cpp : \ 2 system/tools/aidl/tests/android/aidl/loggable/Union.aidl
|
D | Enum.cpp.d | 1 …es/system/tools/aidl/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/Enum.cpp : \ 2 system/tools/aidl/tests/android/aidl/loggable/Enum.aidl
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/ |
D | Data.java.d | 1 …/system/tools/aidl/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/Data.java : \ 2 system/tools/aidl/tests/android/aidl/loggable/Data.aidl \ 3 system/tools/aidl/tests/android/aidl/loggable/Enum.aidl \ 4 system/tools/aidl/tests/android/aidl/loggable/Union.aidl
|
D | ILoggableInterface.java.d | 1 …em/tools/aidl/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/ILoggableInterfac… 2 system/tools/aidl/tests/android/aidl/loggable/ILoggableInterface.aidl \ 3 system/tools/aidl/tests/android/aidl/loggable/Data.aidl
|
D | ILoggableInterface.java | 4 package android.aidl.loggable; 8 public static class Default implements android.aidl.loggable.ILoggableInterface 10 …] stringArray, java.util.List<java.lang.String> listValue, android.aidl.loggable.Data dataValue, a… in LogThis() 20 …public static abstract class Stub extends android.os.Binder implements android.aidl.loggable.ILogg… 31 public static android.aidl.loggable.ILoggableInterface asInterface(android.os.IBinder obj) in asInterface() 37 if (((iin!=null)&&(iin instanceof android.aidl.loggable.ILoggableInterface))) { in asInterface() 38 return ((android.aidl.loggable.ILoggableInterface)iin); in asInterface() 40 return new android.aidl.loggable.ILoggableInterface.Stub.Proxy(obj); in asInterface() 98 android.aidl.loggable.Data _arg17; in onTransact() 100 _arg17 = android.aidl.loggable.Data.CREATOR.createFromParcel(data); in onTransact() [all …]
|
D | Union.java.d | 1 …system/tools/aidl/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/Union.java : \ 2 system/tools/aidl/tests/android/aidl/loggable/Union.aidl
|
D | Enum.java.d | 1 …/system/tools/aidl/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/Enum.java : \ 2 system/tools/aidl/tests/android/aidl/loggable/Enum.aidl
|
D | Data.java | 4 package android.aidl.loggable; 9 public android.aidl.loggable.Union nestedUnion; 10 public byte nestedEnum = android.aidl.loggable.Enum.FOO; 54 nestedUnion = android.aidl.loggable.Union.CREATOR.createFromParcel(_aidl_parcel); in readFromParcel()
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/android/aidl/loggable/ |
D | Data.cpp.d | 1 …es/system/tools/aidl/aidl_test_loggable_interface-ndk-source/gen/android/aidl/loggable/Data.cpp : \ 2 system/tools/aidl/tests/android/aidl/loggable/Data.aidl \ 3 system/tools/aidl/tests/android/aidl/loggable/Enum.aidl \ 4 system/tools/aidl/tests/android/aidl/loggable/Union.aidl
|
D | ILoggableInterface.cpp.d | 1 …tem/tools/aidl/aidl_test_loggable_interface-ndk-source/gen/android/aidl/loggable/ILoggableInterfac… 2 system/tools/aidl/tests/android/aidl/loggable/ILoggableInterface.aidl \ 3 system/tools/aidl/tests/android/aidl/loggable/Data.aidl
|
D | Union.cpp.d | 1 …s/system/tools/aidl/aidl_test_loggable_interface-ndk-source/gen/android/aidl/loggable/Union.cpp : \ 2 system/tools/aidl/tests/android/aidl/loggable/Union.aidl
|
D | Enum.cpp.d | 1 …es/system/tools/aidl/aidl_test_loggable_interface-ndk-source/gen/android/aidl/loggable/Enum.cpp : \ 2 system/tools/aidl/tests/android/aidl/loggable/Enum.aidl
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk_platform-source/gen/android/aidl/loggable/ |
D | Data.cpp.d | 1 …/tools/aidl/aidl_test_loggable_interface-ndk_platform-source/gen/android/aidl/loggable/Data.cpp : \ 2 system/tools/aidl/tests/android/aidl/loggable/Data.aidl \ 3 system/tools/aidl/tests/android/aidl/loggable/Enum.aidl \ 4 system/tools/aidl/tests/android/aidl/loggable/Union.aidl
|
D | ILoggableInterface.cpp.d | 1 …/aidl/aidl_test_loggable_interface-ndk_platform-source/gen/android/aidl/loggable/ILoggableInterfac… 2 system/tools/aidl/tests/android/aidl/loggable/ILoggableInterface.aidl \ 3 system/tools/aidl/tests/android/aidl/loggable/Data.aidl
|
D | Enum.cpp.d | 1 …/tools/aidl/aidl_test_loggable_interface-ndk_platform-source/gen/android/aidl/loggable/Enum.cpp : \ 2 system/tools/aidl/tests/android/aidl/loggable/Enum.aidl
|
D | Union.cpp.d | 1 …tools/aidl/aidl_test_loggable_interface-ndk_platform-source/gen/android/aidl/loggable/Union.cpp : \ 2 system/tools/aidl/tests/android/aidl/loggable/Union.aidl
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/ |
D | Enum.h | 12 namespace loggable { 39 constexpr inline std::array<::android::aidl::loggable::Enum, 1> enum_values<::android::aidl::loggab… 40 ::android::aidl::loggable::Enum::FOO,
|
D | Data.h | 17 namespace loggable { 42 ::android::aidl::loggable::Union nestedUnion; 43 …::android::aidl::loggable::Enum nestedEnum = ::android::aidl::loggable::Enum(::android::aidl::logg…
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk_platform-source/gen/include/aidl/android/aidl/loggable/ |
D | Enum.h | 16 namespace loggable { 38 …stexpr inline std::array<aidl::android::aidl::loggable::Enum, 1> enum_values<aidl::android::aidl::… 39 aidl::android::aidl::loggable::Enum::FOO,
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/include/aidl/android/aidl/loggable/ |
D | Enum.h | 16 namespace loggable { 38 …stexpr inline std::array<aidl::android::aidl::loggable::Enum, 1> enum_values<aidl::android::aidl::… 39 aidl::android::aidl::loggable::Enum::FOO,
|
/system/tools/aidl/tests/android/aidl/loggable/ |
D | Data.aidl | 1 package android.aidl.loggable; 3 import android.aidl.loggable.Enum; 4 import android.aidl.loggable.Union;
|