Searched refs:doParent (Results 1 – 7 of 7) sorted by relevance
/aosp12/hardware/interfaces/tests/inheritance/1.0/default/ | ||
H A D | Child.cpp | 21 Return<void> Child::doParent() { in doParent() function in android::hardware::tests::inheritance::V1_0::implementation::Child |
H A D | Parent.cpp | 23 Return<void> Parent::doParent() { in doParent() function in android::hardware::tests::inheritance::V1_0::implementation::Parent |
H A D | Parent.h | 27 Return<void> doParent() override; |
H A D | Child.h | 28 Return<void> doParent() override; |
/aosp12/hardware/interfaces/tests/inheritance/1.0/ | ||
H A D | IParent.hal | 22 doParent(); |
/aosp12/system/tools/hidl/test/hidl_test/ | ||
H A D | hidl_test_client.cpp | 259 Return<void> doParent() override { in doParent() function |
/aosp12/frameworks/native/cmds/lshal/ | ||
H A D | test.cpp | 66 ::android::hardware::Return<void> doParent() override { return Void(); } in doParent() function |