/hardware/interfaces/tests/foo/1.0/ |
IFoo.hal | 24 interface IFoo {
|
/system/hwservicemanager/ |
ServiceManager.cpp | 239 // For IBar extends IFoo if IFoo/default is being registered, remove 241 // 1). IBar::castFrom(IFoo::getService(X)) 244 // is also not an IBaz extends IFoo.
|
/test/vts/compilation_tools/vtsc/ |
VtsCompilerUtils.h | 91 // Get the component name from message,e.g. IFoo, IFooCallback, types etc.
|
/hardware/interfaces/tests/foo/1.0/default/ |
Foo.cpp | 17 // Methods from ::android::hardware::tests::foo::V1_0::IFoo follow. 382 IFoo* HIDL_FETCH_IFoo(const char* /* name */) {
|
/system/tools/hidl/ |
Coordinator.cpp | 423 // Given FQName of "android.hardware.nfc.test@1.0::IFoo" and a prefix 736 // Assume that currentFQName == android.hardware.foo@2.2::IFoo. 747 // Then lastFQName == android.hardware.foo@2.1::IFoo or 748 // lastFQName == android.hardware.foo@2.0::IFoo if 2.1 doesn't exist. 766 // @2.0::IFoo does not work. It must be @2.1::IFoo for at least one interface.
|
generateCppAdapter.cpp | 131 // TODO(b/66900959): if we are creating the adapter for a 1.1 IFoo
|
main.cpp | 150 // IFoo -> IFoo, types.hal (containing Bar, Baz) -> types.Bar, types.Baz [all...] |
/external/clang/test/Driver/ |
cl-fallback.c | 4 // RUN: %clang_cl --target=i686-pc-win32 /fallback /Dfoo=bar /Ubaz /Ifoo /O0 /Ox /GR /GR- /GS /GS- /Gy /Gy- \
|
myriad-toolchain.c | 67 // RUN: %clang -target shave-myriad -E -Ifoo %s -o foo.i -### 2>&1 \
|
/frameworks/base/core/java/android/os/ |
HidlSupport.java | 196 * auto-generated IFoo.Stub does not override equals(), but an implementation can
|
/system/libhidl/adapter/ |
HidlBinderAdapter.cpp | 161 // auto interface = new V1_1::implementation::IFoo;
|
/system/libhidl/base/include/hidl/ |
HidlInternal.h | 31 // tag for pure interfaces (e.x. IFoo)
|
/system/libhidl/transport/base/1.0/vts/functional/ |
vts_ibase_test.cpp | 49 std::string name; // space separated list of android.hidl.foo@1.0::IFoo/instance-name
|
/system/libvintf/include/vintf/ |
parse_string.h | 116 // android.hardware.foo@1.0-1::IFoo/default.
|
VintfObject.h | 130 * android.hardware.foo@1.0::IFoo
|
/test/vts/utils/native/testability_checker/ |
VtsTestabilityCheckerTest.cpp | 358 if (str == "android.hardware.foo@1.0::IFoo") { 369 cb({"android.hardware.foo@1.0::IFoo/default", 370 "android.hardware.foo@1.0::IFoo/footest", 452 "android.hardware.foo", {1, 0}, "IFoo", Arch::ARCH_EMPTY, &instances));
|
VtsTestabilityChecker.cpp | 170 // Special case: if a.h.foo@1.0::IFoo/default is in matrix but /custom
|
/test/vts/utils/python/hal/ |
hal_service_name_utils.py | 34 android.hardware.foo@1.0::IFoo
|
/art/runtime/ |
hidden_api_test.cc | 312 std::string prefix("Lmypackage/packagea/Class1;->field1:Ifoo");
|
/test/vts/testcases/template/hal_hidl_gtest/ |
hal_hidl_gtest.py | 44 e.g (["android.hardware.foo@1.0::IFoo"])
|
/external/clang/docs/ |
DriverInternals.rst | 125 For example, a command line like "-Ifoo -I foo" would parse to two 146 $ clang -### -Xarch_i386 -fomit-frame-pointer -Wa,-fast -Ifoo -I foo t.c
|
/system/libvintf/ |
main.cpp | 187 // Insert each fqInstanceName foo@x.y::IFoo/instance to the table by inserting the key
|
parse_string.cpp | 503 // android.hardware.foo@1.0-1::IFoo/default.
|
/system/tools/aidl/ |
generate_cpp_unittest.cpp | [all...] |
/external/llvm/unittests/ProfileData/ |
InstrProfTest.cpp | [all...] |