Searched refs:doGrandparent (Results 1 – 7 of 7) sorted by relevance
/hardware/interfaces/tests/inheritance/1.0/default/ | ||
D | Grandparent.cpp | 14 Return<void> Grandparent::doGrandparent() { in doGrandparent() function in android::hardware::tests::inheritance::V1_0::implementation::Grandparent |
D | Parent.cpp | 17 Return<void> Parent::doGrandparent() { in doGrandparent() function in android::hardware::tests::inheritance::V1_0::implementation::Parent |
D | Child.cpp | 15 Return<void> Child::doGrandparent() { in doGrandparent() function in android::hardware::tests::inheritance::V1_0::implementation::Child |
D | Grandparent.h | 24 Return<void> doGrandparent() override; |
D | Parent.h | 24 Return<void> doGrandparent() override; |
D | Child.h | 25 Return<void> doGrandparent() override; |
/hardware/interfaces/tests/inheritance/1.0/ | ||
D | IGrandparent.hal | 20 doGrandparent(); |