Android O MR1 Preview 1
Fix ownership of objects returned by VintfObject::Get*

VintfObject::Get* returns a pointer that clients
can own. Client should not store this pointer
but call VintfObject::Get each time.
Make the change in VTS to reflect this change.

Test: builds
Bug: 65166415
Change-Id: I88e91833ff4523ae28b09fa20a68cd26f96d0723
1 file changed