Home
last modified time | relevance | path

Searched refs:IBar (Results 1 – 25 of 54) sorted by relevance

123

/system/tools/hidl/test/version_test/
DAndroid.bp50 "bad1/version/2.2/IBar.hal",
51 "bad1/version/2.3/IBar.hal",
52 "bad2/version/2.2/IBar.hal",
53 "bad2/version/2.3/IBar.hal",
54 "bad2/version/2.4/IBar.hal",
55 "bad3/version/2.2/IBar.hal",
57 "bad3/version/2.3/IBar.hal",
58 "bad3/version/2.4/IBar.hal",
60 "bad3/version/2.5/IBar.hal",
63 "bad4/version/2.2/IBar.hal",
[all …]
/system/tools/hidl/test/version_test/good/version/2.3/
DIBar.hal19 import @2.2::IBar;
21 // Must extend @2.2::IBar.
22 interface IBar extends @2.2::IBar {
/system/tools/hidl/test/version_test/bad2/version/2.3/
DIBar.hal19 import @2.2::IBar;
21 // Must extend @2.2::IBar.
22 interface IBar extends @2.2::IBar {
/system/tools/hidl/test/version_test/good/version/2.5/
DIBar.hal19 import @2.4::IBar;
21 // Must extends @2.4::IBar;
22 interface IBar extends @2.4::IBar {
/system/tools/hidl/test/version_test/bad3/version/2.4/
DIBar.hal19 import @2.3::IBar;
21 // Must extend @2.3::IBar;
22 interface IBar extends @2.3::IBar {
/system/tools/hidl/test/version_test/bad3/version/2.3/
DIBar.hal19 import @2.2::IBar;
21 // Must extend @2.2::IBar.
22 interface IBar extends @2.2::IBar {
/system/tools/hidl/test/version_test/good/version/2.4/
DIBar.hal19 import @2.3::IBar;
21 // Must extend @2.3::IBar;
22 interface IBar extends @2.3::IBar {
/system/tools/hidl/test/version_test/bad2/version/2.4/
DIBar.hal19 import @2.2::IBar;
21 // ERROR: Must extend @2.3::IBar; (skipping a level)
22 interface IBar extends @2.2::IBar {
/system/tools/aidl/build/tests_1/
DINoPackage.aidl17 import some_package.IBar;
20 void CanYouDealWithThisBar(in IBar bar); in CanYouDealWithThisBar()
/system/tools/aidl/build/tests_1/other_package/
DIBaz.aidl19 import some_package.IBar;
22 void CanYouDealWithThisBar(in IBar bar); in CanYouDealWithThisBar()
/system/tools/aidl/build/test_package/
DIBaz.aidl19 import some_package.IBar;
23 oneway void CanYouDealWithThisBar(in IBar bar); in CanYouDealWithThisBar()
/system/tools/hidl/test/error_test/interface_unique_method_names_inheritance/1.0/
DIFoo.hal18 import IBar;
20 interface IFoo extends IBar {
21 foo(IFoo arg); // duplicates method defined in IBar name
/system/tools/hidl/test/version_test/bad1/version/2.3/
DIBar.hal21 // ERROR: Must extend @2.2::IBar.
22 interface IBar extends @1.0::IFoo {
/system/tools/hidl/test/version_test/bad3/version/2.5/
DIBar.hal21 // ERROR: Must extends @2.4::IBar (Extending wrong interface from previous package)
22 interface IBar extends @2.4::IFoo {
/system/tools/hidl/test/hidl_test/
Dhidl_test.h34 using ::android::hardware::tests::bar::V1_0::IBar; in runOnEachServer()
51 Service<IBar>::run("foo"); in runOnEachServer()
/system/tools/aidl/build/aidl_api/test-piece-2/current/
DINoPackage.aidl35 void CanYouDealWithThisBar(in some_package.IBar bar); in CanYouDealWithThisBar()
/system/tools/aidl/build/aidl_api/test-piece-2/1/
DINoPackage.aidl2 void CanYouDealWithThisBar(in some_package.IBar bar); in CanYouDealWithThisBar()
/system/tools/aidl/build/aidl_api/test-piece-3/current/other_package/
DIBaz.aidl36 void CanYouDealWithThisBar(in some_package.IBar bar); in CanYouDealWithThisBar()
/system/tools/aidl/build/aidl_api/test-piece-3/1/other_package/
DIBaz.aidl3 void CanYouDealWithThisBar(in some_package.IBar bar); in CanYouDealWithThisBar()
/system/tools/aidl/build/aidl_api/test-root-package/1/test_package/
DIBaz.aidl3 oneway void CanYouDealWithThisBar(in some_package.IBar bar); in CanYouDealWithThisBar()
/system/tools/aidl/build/aidl_api/test-piece-2/current/some_package/
DIBar.aidl35 interface IBar { interface
/system/tools/aidl/build/aidl_api/test-piece-2/1/some_package/
DIBar.aidl2 interface IBar { interface
/system/tools/aidl/build/tests_1/some_package/
DIBar.aidl21 oneway interface IBar { interface
/system/tools/hidl/test/error_test/no_interface_in_types/1.0/
Drequired_error1 declares an interface 'IBar' instead of the expected types common to the package
/system/tools/aidl/build/aidl_api/test-root-package/2/test_package/
DIBaz.aidl3 oneway void CanYouDealWithThisBar(in some_package.IBar bar); in CanYouDealWithThisBar()

123