Searched defs:make_file_handle (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/vr/libpdx/
H A Dservice_tests.cpp645 auto make_file_handle = [](FileReference ref) { return LocalHandle{ref}; }; local
647 .WillOnce(WithArg<1>(Invoke(make_file_handle)));

Completed in 55 milliseconds