Searched defs:doGrandparent (Results 1 – 5 of 5) sorted by relevance
/aosp12/hardware/interfaces/tests/inheritance/1.0/default/ | ||
H A D | Grandparent.cpp | 14 Return<void> Grandparent::doGrandparent() { in doGrandparent() function in android::hardware::tests::inheritance::V1_0::implementation::Grandparent |
H A D | Parent.cpp | 17 Return<void> Parent::doGrandparent() { in doGrandparent() function in android::hardware::tests::inheritance::V1_0::implementation::Parent |
H A D | Child.cpp | 15 Return<void> Child::doGrandparent() { in doGrandparent() function in android::hardware::tests::inheritance::V1_0::implementation::Child |
/aosp12/frameworks/native/cmds/lshal/ | ||
H A D | test.cpp | 67 ::android::hardware::Return<void> doGrandparent() override { return Void(); } in doGrandparent() function |
/aosp12/system/tools/hidl/test/hidl_test/ | ||
H A D | hidl_test_client.cpp | 256 Return<void> doGrandparent() override { in doGrandparent() function |