Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx_default_transport/
Dpdx_benchmarks.cpp139 struct BenchmarkOps { struct
153 PDX_REMOTE_METHOD(Stats, BenchmarkOps::Stats,
155 PDX_REMOTE_METHOD(WriteVector, BenchmarkOps::WriteVector,
157 PDX_REMOTE_METHOD(EchoVector, BenchmarkOps::EchoVector,
174 int opcode = BenchmarkOps::Read;
215 ProgramOptions.opcode = BenchmarkOps::Read; in ParseOpcodeOption()
217 ProgramOptions.opcode = BenchmarkOps::Write; in ParseOpcodeOption()
219 ProgramOptions.opcode = BenchmarkOps::Echo; in ParseOpcodeOption()
221 ProgramOptions.opcode = BenchmarkOps::WriteVector; in ParseOpcodeOption()
223 ProgramOptions.opcode = BenchmarkOps::EchoVector; in ParseOpcodeOption()
[all …]