Searched defs:step (Results 1 – 12 of 12) sorted by relevance
47 Manager::TestStep *step) { in getTestStep()74 bool Manager::handleTestCommandMessage(uint16_t hostEndpointId, TestStep step) { in handleTestCommandMessage()125 TestStep step; in handleMessageFromHost() local
41 optional Step step = 1; field
43 optional Step step = 1; field
61 optional Step step = 3 [default = START]; field
87 Manager::TestStep *step) { in getTestStep()189 TestStep step; in handleMessageFromHost() local205 FeatureState state, TestStep step) { in handleStartTestMessage()
51 TestStep step; member
131 private void sendStepStartMessage(Step step) { in sendStepStartMessage()152 private NanoAppMessage makeStepStartMessage(Step step) { in makeStepStartMessage()
66 TestStep step; member
96 size_t const step = stepInBytes / CACHE_LINE_SIZE; in main() local
211 private void sendTestCommandMessage(ChreAudioConcurrencyTest.TestCommand.Step step) { in sendTestCommandMessage()
101 auto step = std::min(s_step, d_step); in OptimizeSourceCopyOperation() local
207 void GsiService::StartAsyncOperation(const std::string& step, int64_t total_bytes) { in StartAsyncOperation()