HomeSort by relevance Sort by last modified time
    Searched full:ifoo (Results 76 - 100 of 134) sorted by null

1 2 34 5 6

  /system/libhidl/transport/token/1.0/utils/include/hidl/
HybridInterface.h 49 * `IFoo` and `HALINTERFACE` is `HFoo`. The required steps are:
51 * definition of `IFoo`. The usage is
52 * DECLARE_HYBRID_META_INTERFACE(IFoo, HFoo)
53 * inside the body of `IFoo`.
55 * `H2BConverter<HFoo, IFoo, BnFoo>`. Let us call this `H2BFoo`.
59 * Note: `CBase = H2BConverter<HFoo, IFoo, BnFoo>` and `HalInterface = HFoo`
60 * are member typedefs of `H2BConverter<HFoo, IFoo, BnFoo>`, so the above
62 * 4. Implement `IFoo` in `H2BFoo` on top of `HFoo`. `H2BConverter` provides a
74 * 7. Delegate all functions in `HpFoo` that come from `IFoo` except
77 * type `IFoo`. (There is also a public function named `getBaseInterface()
    [all...]
  /system/tools/hidl/utils/
FQName.cpp 100 // android.hardware.foo@1.0::IFoo.Type
102 // @1.0::IFoo.Type
106 // IFoo.Type
111 // android.hardware.foo@1.0::IFoo.Type:MY_ENUM_VALUE
114 // @1.0::IFoo.Type:MY_ENUM_VALUE
117 // IFoo.Type:MY_ENUM_VALUE
493 // "az" is not a match for "android.hardware.foo@1.0::IFoo.bar.baz",
494 // "baz", "bar.baz", "IFoo.bar.baz", "@1.0::IFoo.bar.baz" are.
496 // matches "android.hardware.foo@1.0::IFoo.bar.baz
    [all...]
FqInstance.cpp 75 // android.hardware.foo@1.0::IFoo/default
80 // @1.0::IFoo/default
85 // IFoo/default
  /system/tools/hidl/utils/include/hidl-util/
FQName.h 65 // interface IFoo {
77 // IFoo.bar.baz base;
81 // The FQName for base is android.hardware.tests.foo@1.0::IFoo.bar.baz; so
82 // FQName::name() will return "IFoo.bar.baz". FQName::names() will return
83 // std::vector<std::string>{"IFoo","bar","baz"}
207 // If this is android.hardware@1.0::IFoo
  /system/libvintf/test/
AssembleVintfTest.cpp 166 " <name>IFoo</name>\n"
178 " <name>IFoo</name>\n"
190 " <name>IFoo</name>\n"
204 " <name>IFoo</name>\n"
213 " <name>IFoo</name>\n"
239 " <name>IFoo</name>\n"
256 " <name>IFoo</name>\n"
272 " <name>IFoo</name>\n"
408 " <name>IFoo</name>\n"
421 " <name>IFoo</name>\n
    [all...]
  /system/tools/aidl/docs/
aidl-cpp.md 53 the root of the Android tree. For instance, a file IFoo.aidl defining
54 com.example.IFoo might sit in a folder hierarchy
55 something/something-else/com/example/IFoo.aidl. Then we would write:
63 com.example.IFoo becomes ::com::example::IFoo in header ?com/example/IFoo.h?.
66 the package. So if IFoo.aidl declares itself to be in package com.example, the
68 `some/prefix/com/example/IFoo.aidl`.
116 interface IFoo {
133 class IFoo : public android::IInterface
    [all...]
  /system/tools/hidl/test/hidl_test/
static_test.cpp 4 #include <android/hardware/tests/foo/1.0/IFoo.h>
11 using ::android::hardware::tests::foo::V1_0::IFoo;
17 static_assert(std::is_same<IFoo::multidimArrayOne, hidl_array<int32_t, 5, 6, 7>>::value,
19 static_assert(std::is_same<IFoo::multidimArrayTwo, hidl_array<int32_t, 8, 9, 10, 5, 6, 7>>::value,
22 std::is_same<IFoo::multidimArrayThree, hidl_array<int32_t, 2, 3, 4, 8, 9, 10, 5, 6, 7>>::value,
26 static_assert(std::is_same<decltype(IFoo::S1::foo), IFoo::InnerTestStruct>::value,
28 static_assert(!std::is_same<decltype(IFoo::S1::foo), IFoo::S1::InnerTestStruct>::value,
30 static_assert((int32_t) decltype(IFoo::S2::foo)::VALUE == 0
    [all...]
hidl_test_client.cpp 25 #include <android/hardware/tests/foo/1.0/IFoo.h>
94 using ::android::hardware::tests::foo::V1_0::IFoo;
310 sp<IFoo> foo;
351 foo = IFoo::getService("foo", mode == PASSTHROUGH /* getStub */);
399 sp<IFoo> foo;
430 LOG(INFO) << toString(IFoo::Everything{});
438 IFoo::Everything e {
450 .bf = IFoo::BitField::V0 | IFoo::BitField::V2
459 // IFoo is special because it returns an interface no matte
    [all...]
  /external/llvm/test/CodeGen/Mips/Fast-ISel/
loadstore2.ll 47 define void @ifoo() #0 {
51 ; CHECK-LABEL: ifoo:
  /system/tools/hidl/
generateCppImpl.cpp 42 // ignore HIDL reserved methods -- implemented in IFoo already.
112 // ignore HIDL reserved methods -- implemented in IFoo already.
AST.cpp 346 // cases like android.hardware.foo@1.0::IFoo.Internal
359 // cases like android.hardware.foo@1.0::IFoo.Internal
360 // and android.hardware.foo@1.0::IFoo
364 // cases like android.hardware.foo@1.0::IFoo
371 // cases like android.hardware.foo@1.0::IFoo.Internal
625 // android.hardware.tests.foo@1.0::IFoo.Folder
633 // In the case of IFoo.Folder, the same applies. If IFoo is an
  /system/tools/aidl/
generate_cpp.h 42 INTERFACE, // IFoo
  /system/tools/hidl/include_hash/hidl-hash/
Hash.h 34 // interfaceName is something like android.hardware.foo@1.0::IFoo
  /test/vts/compilation_tools/vtsc/test/golden/PROFILER/
Bar.vts.h 12 #include <android/hardware/tests/foo/1.0/IFoo.h>
Bar.profiler.cpp 64 ::android::hardware::tests::foo::V1_0::IFoo::Discriminator *arg_val_0 __attribute__((__unused__)) = reinterpret_cast<::android::hardware::tests::foo::V1_0::IFoo::Discriminator*> ((*args)[0]);
72 ::android::hardware::hidl_vec<::android::hardware::tests::foo::V1_0::IFoo::Union> *arg_val_1 __attribute__((__unused__)) = reinterpret_cast<::android::hardware::hidl_vec<::android::hardware::tests::foo::V1_0::IFoo::Union>*> ((*args)[1]);
95 ::android::hardware::hidl_vec<::android::hardware::tests::foo::V1_0::IFoo::ContainsUnion> *result_val_0 __attribute__((__unused__)) = reinterpret_cast<::android::hardware::hidl_vec<::android::hardware::tests::foo::V1_0::IFoo::ContainsUnion>*> ((*args)[0]);
519 ::android::hardware::tests::foo::V1_0::IFoo::SomeEnum *arg_val_0 __attribute__((__unused__)) = reinterpret_cast<::android::hardware::tests::foo::V1_0::IFoo::SomeEnum*> ((*args)[0]);
537 ::android::hardware::tests::foo::V1_0::IFoo::SomeEnum *result_val_0 __attribute__((__unused__)) = reinterpret_cast<::android::hardware::tests::foo::V1_0::IFoo::SomeEnum*> ((*args)[0])
    [all...]
  /external/llvm/test/CodeGen/PowerPC/
swaps-le-2.ll 26 ; void ifoo ()
57 define void @ifoo() {
88 ; CHECK-LABEL: @ifoo
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tools.Tests.pas 110 IFoo = interface(IANTLRInterface)
117 TFoo = class(TANTLRObject, ICloneable, IFoo)
136 Foo: IFoo;
191 Foo: IFoo;
208 Check(Supports(ReturnValue, IFoo));
209 CheckEquals((ReturnValue as IFoo).Value,(FICloneable as IFoo).Value);
  /test/vts/compilation_tools/vtsc/test/golden/DRIVER/
Bar.driver.cpp 49 ::android::hardware::tests::foo::V1_0::IFoo::Discriminator arg0 __attribute__((__unused__)),
50 const ::android::hardware::hidl_vec<::android::hardware::tests::foo::V1_0::IFoo::Union>& arg1 __attribute__((__unused__)), std::function<void(const ::android::hardware::hidl_vec<::android::hardware::tests::foo::V1_0::IFoo::ContainsUnion>& arg0)> cb) {
67 cb(::android::hardware::hidl_vec<::android::hardware::tests::foo::V1_0::IFoo::ContainsUnion>());
192 ::android::hardware::Return<::android::hardware::tests::foo::V1_0::IFoo::SomeEnum> Vts_android_hardware_tests_bar_V1_0_IBar::useAnEnum(
193 ::android::hardware::tests::foo::V1_0::IFoo::SomeEnum arg0 __attribute__((__unused__))) {
202 return ::android::hardware::tests::foo::V1_0::IFoo::SomeEnum();
206 const ::android::hardware::hidl_vec<::android::hardware::tests::foo::V1_0::IFoo::Goober>& arg0 __attribute__((__unused__))) {
224 const ::android::hardware::tests::foo::V1_0::IFoo::Goober& arg0 __attribute__((__unused__))) {
237 const ::android::hardware::hidl_array<::android::hardware::tests::foo::V1_0::IFoo::Goober, 20>& arg0 __attribute__((__unused__)))
    [all...]
  /frameworks/native/cmds/lshal/
DebugCommand.cpp 82 " <inteface>: Format is `android.hardware.foo@1.0::IFoo/default`.\n"
  /test/vts-testcase/hal/treble/vintf/
SingleManifestTest.cpp 107 // V1_0::IFoo::getService() might correspond to looking up
109 // HIDL_FETCH_IFoo. For @1.1::IFoo to continue to work with
112 // mFoo1_0 = V1_0::IFoo::getService();
113 // mFoo1_1 = V1_1::IFoo::castFrom(mFoo1_0);
  /hardware/interfaces/tests/bar/1.0/default/
Bar.cpp 18 mFoo = IFoo::getService("", true);
21 // Methods from ::android::hardware::tests::foo::V1_0::IFoo follow.
  /system/libhidl/transport/include/hidl/
HidlTransportSupport.h 33 * including the IFoo::getService and IFoo::registerAsService methods.
  /system/libhidl/transport/manager/1.0/
IServiceManager.hal 60 * have two unrelated interfaces IFoo and IBar, it must be valid to call:
62 * add("my_instance", foo); // foo implements IFoo
  /test/vts/utils/native/testability_checker/
VtsTestabilityCheckerMain.cpp 33 // vts_testability_checker --compliance android.hardware.foo@1.0::IFoo
34 // vts_testability_checker -c -b 32 android.hardware.foo@1.0::IFoo
  /external/guice/core/test/com/google/inject/
BindingTest.java 380 bind(IFoo.class).toConstructor(constructor);
384 injector.getInstance(IFoo.class);
387 public static interface IFoo {}
388 public static class CFoo implements IFoo {}

Completed in 935 milliseconds

1 2 34 5 6