Searched defs:step (Results 1 – 13 of 13) sorted by relevance
47 Manager::TestStep *step) { in getTestStep()74 bool Manager::handleTestCommandMessage(uint16_t hostEndpointId, TestStep step) { in handleTestCommandMessage()126 TestStep step; in handleMessageFromHost() local
136 private void sendStepStartMessage(Step step) { in sendStepStartMessage()140 private void sendStepStartMessage(Step step, NanoAppMessage message) { in sendStepStartMessage()161 private NanoAppMessage makeStepStartMessage(Step step) { in makeStepStartMessage()
41 optional Step step = 1; field
44 optional Step step = 1; field
62 optional Step step = 3 [default = START]; field
99 Manager::TestStep *step) { in getTestStep()206 TestStep step; in handleMessageFromHost() local225 FeatureState state, TestStep step) { in handleStartTestMessage()
51 TestStep step; member
67 TestStep step; member
96 size_t const step = stepInBytes / CACHE_LINE_SIZE; in main() local
202 private void sendTestCommandMessage(ChreAudioConcurrencyTest.TestCommand.Step step) { in sendTestCommandMessage()
136 fn step(&mut self) { in step() method
106 auto step = std::min(s_step, d_step); in OptimizeSourceCopyOperation() local
261 void GsiService::StartAsyncOperation(const std::string& step, int64_t total_bytes) { in StartAsyncOperation()