HomeSort by relevance Sort by last modified time
    Searched full:ifoo (Results 26 - 50 of 81) sorted by null

12 3 4

  /system/tools/hidl/test/error_test/no_interface_in_types/error/1.0/
IFoo.hal 18 interface IFoo {
  /system/tools/hidl/test/error_test/same_name_interface/error/1.0/
IFoo.hal 18 // Must be called IFoo
  /system/tools/hidl/test/error_test/same_package_name/error/1.0/
IFoo.hal 18 interface IFoo {
  /system/tools/hidl/test/version_test/bad1/version/1.0/
IFoo.hal 19 interface IFoo {
  /system/tools/hidl/test/version_test/bad3/version/2.2/
IFoo.hal 19 interface IFoo {
  /system/tools/hidl/test/version_test/bad4/version/1.0/
IFoo.hal 19 interface IFoo {
  /system/tools/hidl/test/version_test/bad4/version/2.2/
IFoo.hal 19 interface IFoo {
  /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 {
  /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/tools/hidl/test/error_test/no_data_outside_interface/error/1.0/
IFoo.hal 21 interface IFoo {
  /system/tools/hidl/test/error_test/no_two_interfaces/error/1.0/
IFoo.hal 18 interface IFoo {
  /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);
Android.bp 7 "IFoo.hal",
42 "android/hardware/tests/foo/1.0/IFoo.h",
  /system/libhidl/transport/include/hidl/
Static.h 44 // value function receives reinterpret_cast<void *>(static_cast<IFoo *>(foo)),
50 // value function receives reinterpret_cast<void *>(static_cast<IFoo *>(foo)),
  /test/vts/compilation_tools/vtsc/test/golden/DRIVER/
Bar.vts.h 20 #include <android/hardware/tests/foo/1.0/IFoo.h>
73 ::android::hardware::Return<::android::hardware::tests::foo::V1_0::IFoo::SomeEnum> useAnEnum(
74 ::android::hardware::tests::foo::V1_0::IFoo::SomeEnum arg0) override;
77 const ::android::hardware::hidl_vec<::android::hardware::tests::foo::V1_0::IFoo::Goober>& arg0) override;
80 const ::android::hardware::tests::foo::V1_0::IFoo::Goober& arg0) override;
83 const ::android::hardware::hidl_array<::android::hardware::tests::foo::V1_0::IFoo::Goober,20>& arg0) override;
98 const ::android::hardware::tests::foo::V1_0::IFoo::MultiDimensional& arg0, std::function<void(const ::android::hardware::tests::foo::V1_0::IFoo::MultiDimensional& arg0)>) override;
101 const ::android::hardware::tests::foo::V1_0::IFoo::StringMatrix5x3& arg0, std::function<void(const ::android::hardware::tests::foo::V1_0::IFoo::StringMatrix3x5& arg0)>) override
    [all...]
  /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);
  /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 32 // android.hardware.foo@1.0::IFoo.Type
34 // @1.0::IFoo.Type
38 // IFoo.Type
43 // android.hardware.foo@1.0::IFoo.Type:MY_ENUM_VALUE
45 // @1.0::IFoo.Type:MY_ENUM_VALUE
47 // IFoo.Type:MY_ENUM_VALUE
475 // "az" is not a match for "android.hardware.foo@1.0::IFoo.bar.baz",
476 // "baz", "bar.baz", "IFoo.bar.baz", "@1.0::IFoo.bar.baz" are.
478 // matches "android.hardware.foo@1.0::IFoo.bar.baz
    [all...]
  /system/tools/hidl/utils/include/hidl-util/
FQName.h 63 // interface IFoo {
75 // IFoo.bar.baz base;
79 // The FQName for base is android.hardware.tests.foo@1.0::IFoo.bar.baz; so
80 // FQName::name() will return "IFoo.bar.baz". FQName::names() will return
81 // std::vector<std::string>{"IFoo","bar","baz"}
193 // If this is android.hardware@1.0::IFoo
  /system/tools/hidl/test/
hidl_test_client.cpp 25 #include <android/hardware/tests/foo/1.0/IFoo.h>
89 using ::android::hardware::tests::foo::V1_0::IFoo;
369 sp<IFoo> foo;
409 foo = IFoo::getService("foo", mode == PASSTHROUGH /* getStub */);
453 sp<IFoo> foo;
495 LOG(INFO) << toString(IFoo::Everything{});
503 IFoo::Everything e {
515 .bf = IFoo::BitField::V0 | IFoo::BitField::V2
524 // IFoo is special because it returns an interface no matte
    [all...]
  /system/tools/hidl/include_hash/hidl-hash/
Hash.h 31 // interfaceName is something like android.hardware.foo@1.0::IFoo
  /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...]
  /external/llvm/test/CodeGen/Mips/Fast-ISel/
loadstore2.ll 47 define void @ifoo() #0 {
51 ; CHECK-LABEL: ifoo:

Completed in 321 milliseconds

12 3 4