Home
last modified time | relevance | path

Searched refs:foo (Results 1 – 25 of 26) sorted by relevance

12

/hardware/interfaces/tests/bar/1.0/
DIImportRules.hal19 import android.hardware.tests.foo@1.0;
22 // Note that there is a android.hardware.tests.foo@1.0::Outer in types.hal
34 rule0c(android.hardware.tests.foo@1.0::Outer o);
35 rule0d(@1.0::Outer o); // android.hardware.tests.foo@1.0::Outer
38 rule0g(android.hardware.tests.foo@1.0::Outer.Inner o);
39 rule0h(@1.0::Outer.Inner o); // android.hardware.tests.foo@1.0::Outer.Inner
42 rule1b(android.hardware.tests.foo@1.0::Def abc);
46 // android.hardware.tests.foo@1.0::IFooCallback, since bar@1.0::IFooCallback is not imported.
DIBar.hal19 import android.hardware.tests.foo@1.0::IFoo;
20 import android.hardware.tests.foo@1.0::ISimple;
21 import android.hardware.tests.foo@1.0::Abc;
22 import android.hardware.tests.foo@1.0::Unrelated;
26 interface IBar extends android.hardware.tests.foo@1.0::IFoo {
28 typedef android.hardware.tests.foo@1.0::IFoo FunkyAlias;
DIImportTypes.hal19 import android.hardware.tests.foo@1.0::types;
25 android.hardware.tests.foo@1.0::Outer.Inner inner;
DAndroid.bp15 "android.hardware.tests.foo@1.0",
DIComplicated.hal19 import android.hardware.tests.foo@1.0::ISimple;
/hardware/interfaces/tests/foo/1.0/default/
DFoo.h12 namespace foo {
16 using ::android::hardware::tests::foo::V1_0::Abc;
17 using ::android::hardware::tests::foo::V1_0::IFoo;
18 using ::android::hardware::tests::foo::V1_0::IFooCallback;
19 using ::android::hardware::tests::foo::V1_0::ISimple;
25 using ContainsUnion = ::android::hardware::tests::foo::V1_0::IFoo::ContainsUnion;
26 using Discriminator = ::android::hardware::tests::foo::V1_0::IFoo::Discriminator;
27 using Union = ::android::hardware::tests::foo::V1_0::IFoo::Union;
DAndroid.bp4 name: "android.hardware.tests.foo@1.0-impl",
22 static_libs: ["android.hardware.tests.foo@1.0"],
/hardware/interfaces/drm/1.1/
DREADME.md11 `@1.1::I*/clearkey` and `@1.1::I*/foo` instances:
36 <fqname>@1.1::ICryptoFactory/foo</fqname>
37 <fqname>@1.1::IDrmFactory/foo</fqname>
56 <instance>foo</instance>
61 <instance>foo</instance>
81 <fqname>@1.1::ICryptoFactory/foo</fqname>
82 <fqname>@1.1::IDrmFactory/foo</fqname>
/hardware/interfaces/tests/bar/1.0/default/
DBar.h16 using ::android::hardware::tests::foo::V1_0::Abc;
17 using ::android::hardware::tests::foo::V1_0::IFoo;
18 using ::android::hardware::tests::foo::V1_0::IFooCallback;
19 using ::android::hardware::tests::foo::V1_0::ISimple;
26 using BitField = ::android::hardware::tests::foo::V1_0::IFoo::BitField;
27 using MyMask = ::android::hardware::tests::foo::V1_0::IFoo::MyMask;
DAndroid.bp23 "android.hardware.tests.foo@1.0",
/hardware/ril/reference-ril/
DAndroid.mk39 ifeq (foo,foo)
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
Dethernet.h102 #define ETHER_IS_VALID_LEN(foo) \ argument
103 ((foo) >= ETHER_MIN_LEN && (foo) <= ETHER_MAX_LEN)
/hardware/interfaces/tests/foo/1.0/default/lib/
DAndroid.bp13 static_libs: ["android.hardware.tests.foo@1.0"],
/hardware/interfaces/tests/foo/1.0/
DIFoo.hal17 package android.hardware.tests.foo@1.0;
131 interface foo;
156 InnerTestStructTypedef foo;
167 InnerTestEnumTypedef foo;
DAndroid.bp4 name: "android.hardware.tests.foo@1.0",
DIMyTypes.hal17 package android.hardware.tests.foo@1.0;
DITheirTypes.hal17 package android.hardware.tests.foo@1.0;
DISimple.hal17 package android.hardware.tests.foo@1.0;
Dtypes.hal17 package android.hardware.tests.foo@1.0;
DIFooCallback.hal17 package android.hardware.tests.foo@1.0;
/hardware/interfaces/tests/baz/1.0/default/
DBaz.cpp87 Return<void> Baz::someOtherBaseMethod(const IBase::Foo& foo, someOtherBaseMethod_cb _hidl_cb) { in someOtherBaseMethod() argument
89 << toString(foo); in someOtherBaseMethod()
91 _hidl_cb(foo); in someOtherBaseMethod()
DBaz.h36 Return<void> someOtherBaseMethod(const IBase::Foo& foo,
/hardware/interfaces/identity/support/include/cppbor/
DREADME.md82 Map val("key1", Array(Map("key_a", 99 "key_b", vec), "foo"), "key2", true);
106 val.add("key1", Array().add(Map().add("key_a", 99).add("key_b", vec)).add("foo")).add("key2", true);
165 s = "foo";
166 encodeHeader(TSTR, foo.size(), iter);
169 encodeHeader(TSTR, foo.size(), iter);
/hardware/interfaces/tests/foo/1.0/default/lib/include/hidl-test/
DFooHelper.h13 using hardware::tests::foo::V1_0::IFoo;
/hardware/interfaces/tests/baz/1.0/
DIBase.hal110 someOtherBaseMethod(Foo foo) generates (Foo result);

12