Home
last modified time | relevance | path

Searched refs:loggable (Results 1 – 25 of 56) sorted by relevance

123

/system/tools/aidl/tests/
Daidl_test_client_loggable_interface.cpp32 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()
Daidl_test_client_ndk_loggable_interface.cpp28 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/
DData.cpp.d1 …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
DILoggableInterface.cpp.d1 …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
DUnion.cpp.d1 …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
DEnum.cpp.d1 …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/
DData.java.d1 …/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
DILoggableInterface.java.d1 …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
DILoggableInterface.java4 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 …]
DUnion.java.d1 …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
DEnum.java.d1 …/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
DData.java4 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/
DData.cpp.d1 …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
DILoggableInterface.cpp.d1 …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
DUnion.cpp.d1 …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
DEnum.cpp.d1 …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/
DData.cpp.d1 …/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
DILoggableInterface.cpp.d1 …/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
DEnum.cpp.d1 …/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
DUnion.cpp.d1 …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/
DEnum.h12 namespace loggable {
39 constexpr inline std::array<::android::aidl::loggable::Enum, 1> enum_values<::android::aidl::loggab…
40 ::android::aidl::loggable::Enum::FOO,
DData.h17 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/
DEnum.h16 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/
DEnum.h16 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/
DData.aidl1 package android.aidl.loggable;
3 import android.aidl.loggable.Enum;
4 import android.aidl.loggable.Union;

123