Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx/
Dservice_tests.cpp647 auto make_file_handle = [](FileReference ref) { return LocalHandle{ref}; }; in TEST_F() local
649 .WillOnce(WithArg<1>(Invoke(make_file_handle))); in TEST_F()