Home
last modified time | relevance | path

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

/system/chre/apps/test/common/chre_audio_concurrency_test/src/
Dchre_audio_concurrency_test_manager.cc55 Manager::TestStep *step) { in getTestStep()
89 bool Manager::handleTestCommandMessage(uint16_t hostEndpointId, TestStep step) { in handleTestCommandMessage()
151 TestStep step; in handleMessageFromHost() local
/system/chre/java/test/cross_validation/src/com/google/android/chre/test/crossvalidator/
DChreCrossValidatorWifi.java137 private void sendStepStartMessage(Step step) { in sendStepStartMessage()
141 private void sendStepStartMessage(Step step, NanoAppMessage message) { in sendStepStartMessage()
162 private NanoAppMessage makeStepStartMessage(Step step) { in makeStepStartMessage()
/system/chre/apps/test/common/proto/
Dchre_audio_concurrency_test.proto47 optional Step step = 1; field
Dchre_cross_validation_wifi.proto44 optional Step step = 1; field
Dchre_settings_test.proto63 optional Step step = 3 [default = START]; field
/system/chre/apps/test/common/chre_audio_concurrency_test/inc/
Dchre_audio_concurrency_test_manager.h52 TestStep step; member
/system/chre/apps/test/common/chre_settings_test/src/
Dchre_settings_test_manager.cc112 Manager::TestStep *step) { in getTestStep()
225 TestStep step; in handleMessageFromHost() local
245 FeatureState state, TestStep step) { in handleStartTestMessage()
/system/chre/apps/test/common/chre_settings_test/inc/
Dchre_settings_test_manager.h68 TestStep step; member
/system/extras/tests/icachetest/
Dicache_main.cpp96 size_t const step = stepInBytes / CACHE_LINE_SIZE; in main() local
/system/security/keystore2/src/
Dgc.rs136 fn step(&mut self) { in step() method
/system/chre/java/test/audio_concurrency/src/com/google/android/chre/test/audioconcurrency/
DContextHubAudioConcurrencyTestExecutor.java214 private void sendTestCommandMessage(ChreAudioConcurrencyTest.TestCommand.Step step) { in sendTestCommandMessage()
/system/core/fs_mgr/libsnapshot/
Dpartition_cow_creator.cpp106 auto step = std::min(s_step, d_step); in OptimizeSourceCopyOperation() local
/system/gsid/
Dgsi_service.cpp270 void GsiService::StartAsyncOperation(const std::string& step, int64_t total_bytes) { in StartAsyncOperation()