Home
last modified time | relevance | path

Searched refs:doGrandparent (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/tests/inheritance/1.0/default/
DGrandparent.cpp14 Return<void> Grandparent::doGrandparent() { in doGrandparent() function in android::hardware::tests::inheritance::V1_0::implementation::Grandparent
DParent.cpp15 Return<void> Parent::doGrandparent() { in doGrandparent() function in android::hardware::tests::inheritance::V1_0::implementation::Parent
DChild.cpp15 Return<void> Child::doGrandparent() { in doGrandparent() function in android::hardware::tests::inheritance::V1_0::implementation::Child
DGrandparent.h24 Return<void> doGrandparent() override;
DParent.h24 Return<void> doGrandparent() override;
DChild.h25 Return<void> doGrandparent() override;
/hardware/interfaces/tests/inheritance/1.0/
DIGrandparent.hal20 doGrandparent();