Searched refs:test_value (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/vr/libpdx_uds/
H A Dremote_method_tests.cpp321 bool Positive(int test_value) { argument
322 auto status = InvokeRemoteMethod<TestInterface::Positive>(test_value);
535 Status<void> OnPositive(Message& /*message*/, int test_value) { argument
536 if (test_value >= 0)

Completed in 25 milliseconds