Home
last modified time | relevance | path

Searched defs:step (Results 1 – 12 of 12) sorted by relevance

/system/chre/apps/test/common/chre_audio_concurrency_test/src/
Dchre_audio_concurrency_test_manager.cc47 Manager::TestStep *step) { in getTestStep()
74 bool Manager::handleTestCommandMessage(uint16_t hostEndpointId, TestStep step) { in handleTestCommandMessage()
125 TestStep step; in handleMessageFromHost() local
/system/chre/apps/test/common/proto/
Dchre_audio_concurrency_test.proto41 optional Step step = 1; field
Dchre_cross_validation_wifi.proto43 optional Step step = 1; field
Dchre_settings_test.proto61 optional Step step = 3 [default = START]; field
/system/chre/apps/test/common/chre_settings_test/src/
Dchre_settings_test_manager.cc87 Manager::TestStep *step) { in getTestStep()
189 TestStep step; in handleMessageFromHost() local
205 FeatureState state, TestStep step) { in handleStartTestMessage()
/system/chre/apps/test/common/chre_audio_concurrency_test/inc/
Dchre_audio_concurrency_test_manager.h51 TestStep step; member
/system/chre/java/test/cross_validation/src/com/google/android/chre/test/crossvalidator/
DChreCrossValidatorWifi.java131 private void sendStepStartMessage(Step step) { in sendStepStartMessage()
152 private NanoAppMessage makeStepStartMessage(Step step) { in makeStepStartMessage()
/system/chre/apps/test/common/chre_settings_test/inc/
Dchre_settings_test_manager.h66 TestStep step; member
/system/extras/tests/icachetest/
Dicache_main.cpp96 size_t const step = stepInBytes / CACHE_LINE_SIZE; in main() local
/system/chre/java/test/audio_concurrency/src/com/google/android/chre/test/audioconcurrency/
DContextHubAudioConcurrencyTestExecutor.java211 private void sendTestCommandMessage(ChreAudioConcurrencyTest.TestCommand.Step step) { in sendTestCommandMessage()
/system/core/fs_mgr/libsnapshot/
Dpartition_cow_creator.cpp101 auto step = std::min(s_step, d_step); in OptimizeSourceCopyOperation() local
/system/gsid/
Dgsi_service.cpp207 void GsiService::StartAsyncOperation(const std::string& step, int64_t total_bytes) { in StartAsyncOperation()