/system/tools/hidl/test/version_test/good/version/1.0/ |
IFoo.hal | 19 interface IFoo {
|
/system/tools/hidl/test/version_test/good/version/2.2/ |
IFoo.hal | 19 interface IFoo {
|
/frameworks/native/cmds/lshal/ |
test.cpp | 269 return "a.h.foo" + std::to_string(serverId) + "@" + std::to_string(serverId) + ".0::IFoo"; 431 " <name>IFoo</name>\n" 440 " <name>IFoo</name>\n" 449 " <name>IFoo</name>\n" 458 " <name>IFoo</name>\n" 490 " a.h.foo1@1.0::IFoo/1 11/21 1 2 4\n" 491 "Y a.h.foo2@2.0::IFoo/2 12/22 2 3 5\n" 495 " a.h.foo3@3.0::IFoo/3 N/A N/A 4 6\n" 496 " a.h.foo4@4.0::IFoo/4 N/A N/A 5 7\n" 500 " a.h.foo5@5.0::IFoo/5 N/A N/A 6 8\n [all...] |
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/ |
Bar.vts.h | 20 #include <android/hardware/tests/foo/1.0/IFoo.h> 50 ::android::hardware::tests::foo::V1_0::IFoo::Discriminator arg0, 51 const ::android::hardware::hidl_vec<::android::hardware::tests::foo::V1_0::IFoo::Union>& arg1, std::function<void(const ::android::hardware::hidl_vec<::android::hardware::tests::foo::V1_0::IFoo::ContainsUnion>& arg0)> cb) override; 77 ::android::hardware::Return<::android::hardware::tests::foo::V1_0::IFoo::SomeEnum> useAnEnum( 78 ::android::hardware::tests::foo::V1_0::IFoo::SomeEnum arg0) override; 81 const ::android::hardware::hidl_vec<::android::hardware::tests::foo::V1_0::IFoo::Goober>& arg0) override; 84 const ::android::hardware::tests::foo::V1_0::IFoo::Goober& arg0) override; 87 const ::android::hardware::hidl_array<::android::hardware::tests::foo::V1_0::IFoo::Goober, 20>& arg0) override; 102 const ::android::hardware::tests::foo::V1_0::IFoo::MultiDimensional& arg0, std::function<void(const ::android::hardware::tests::foo::V1_0::IFoo::Mul (…) [all...] |
/system/libvintf/test/ |
LibVintfTest.cpp | 120 HalInterface intf("IFoo", {"default"}); 234 {"IFoo", {"IFoo", {"default"}}}, 243 " <name>IFoo</name>\n" 598 " <name>IFoo</name>\n" 607 " <name>IFoo</name>\n" 659 " <name>IFoo</name>\n" [all...] |
/external/swiftshader/third_party/LLVM/test/Assembler/ |
vbool-cmp.ll | 10 define <4 x i1> @ifoo(<4 x i32> %a, <4 x i32> %b) nounwind {
|
/system/libhidl/transport/include/hidl/ |
ServiceManagement.h | 41 // e.x.: android.hardware.foo@1.0, IFoo, default 46 // e.x.: android.hardware.foo@1.0::IFoo, default 63 // of an interface, the best way to do this is by calling IFoo::getService() 73 * E.x.: preloadPassthroughService<IFoo>();
|
HidlPassthroughSupport.h | 30 * Note that 'static_cast<IFoo*>(wrapPassthrough(foo).get()) is guaranteed to work' 31 * assuming that foo is an instance of IFoo.
|
Static.h | 45 // value function receives reinterpret_cast<void *>(static_cast<IFoo *>(foo)), 54 // value function receives reinterpret_cast<void *>(static_cast<IFoo *>(foo)),
|
/system/tools/hidl/test/error_test/enum_unique_field_names/1.0/ |
IFoo.hal | 18 interface IFoo {
|
/system/tools/hidl/test/error_test/enum_unique_field_names_extends/1.0/ |
IFoo.hal | 18 interface IFoo {
|
/system/tools/hidl/test/error_test/missing_variable_type/1.0/ |
IFoo.hal | 18 interface IFoo {
|
/system/tools/hidl/test/error_test/no_cyclic_declaration_2/1.0/ |
IFoo.hal | 18 interface IFoo {
|
/system/tools/hidl/test/error_test/no_data_outside_interface/1.0/ |
IFoo.hal | 21 interface IFoo {
|
/system/tools/hidl/test/error_test/references_broken_package/1.0/ |
IBar.hal | 18 import test.references_broken_package.bad_package@1.0::IFoo;
|
/system/tools/hidl/test/error_test/scope_unique_type_names/1.0/ |
IFoo.hal | 18 interface IFoo {
|
/system/tools/hidl/test/error_test/struct_unique_field_names/1.0/ |
IFoo.hal | 18 interface IFoo {
|
/system/tools/hidl/test/export_test/1.0/ |
IFoo.hal | 18 interface IFoo {
|
/system/tools/hidl/test/export_test/ |
test.cpp | 19 // From IFoo.hal
|
/external/clang/test/Sema/ |
attr-unavailable-message.c | 4 int foo(int) __attribute__((__unavailable__("USE IFOO INSTEAD"))); // expected-note {{'foo' has been explicitly marked unavailable here}} 15 int ir = foo(1); // expected-error {{'foo' is unavailable: USE IFOO INSTEAD}}
|
/hardware/interfaces/tests/foo/1.0/ |
IFooCallback.hal | 19 //import IFoo; 22 //heyItsMe(IFoo cb);
|
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/targetprep/ |
VtsHalAdapterPreparerTest.java | 137 String output = "android.hardware.foo@1.1::IFoo/default"; 145 TEST_HAL_ADAPTER_BINARY, "IFoo", "default", THREAD_COUNT_DEFAULT); 152 String output = "android.hardware.foo@1.1::IFoo/default\n" 153 + "android.hardware.foo@1.1::IFoo/test\n" 163 TEST_HAL_ADAPTER_BINARY, "IFoo", "default", THREAD_COUNT_DEFAULT)); 165 TEST_HAL_ADAPTER_BINARY, "IFoo", "test", THREAD_COUNT_DEFAULT)); 198 String output = "android.hardware.foo@1.1::IFoo/default";
|
/system/libvintf/include/vintf/ |
HalGroup.h | 98 // For example, if a.h.foo@1.1::IFoo/default is in "this" and getFqInstances 99 // is called with a.h.foo@1.0, then a.h.foo@1.1::IFoo/default is returned. 105 // For example, if a.h.foo@1.1::IFoo/default is in "this" and getFqInstances 106 // is called with a.h.foo@1.0::IFoo, then a.h.foo@1.1::IFoo/default is returned.
|
/system/tools/hidl/test/host_test/ |
main.cpp | 50 EXPECT_EQ_OK("a.c", coordinator.getPackageRoot, FQName("a.c.foo.bar@1.0::IFoo")); 54 EXPECT_EQ_OK("a4/b4/foo/bar/1.0/", coordinator.getPackagePath, FQName("a.c.foo.bar@1.0::IFoo"), 57 EXPECT_EQ_OK("a4/b4/foo/bar/V1_0/", coordinator.getPackagePath, FQName("a.c.foo.bar@1.0::IFoo"), 60 EXPECT_EQ_OK("foo/bar/1.0/", coordinator.getPackagePath, FQName("a.c.foo.bar@1.0::IFoo"), true, 63 EXPECT_EQ_OK("foo/bar/V1_0/", coordinator.getPackagePath, FQName("a.c.foo.bar@1.0::IFoo"), true,
|
/system/core/libbinderwrapper/include/binderwrapper/ |
stub_binder_wrapper.h | 35 // First, assuming a base IFoo binder interface, create a stub class that 63 // sp<IFoo> foo = interface_cast<IFoo>(binder);
|