mirror of
https://github.com/openharmony/drivers_framework.git
synced 2026-07-21 03:35:25 -04:00
dac performance test
Signed-off-by: zhangyalei <zhangyalei7@huawei.com>
This commit is contained in:
@@ -289,8 +289,12 @@ int32_t DacTestExecute(int cmd)
|
||||
break;
|
||||
}
|
||||
|
||||
// At last test case.
|
||||
if (cmd == DAC_TEST_CMD_IF_PERFORMANCE) {
|
||||
DacTesterPut(DacTesterGet());
|
||||
}
|
||||
|
||||
__EXIT__:
|
||||
HDF_LOGE("[%s][======cmd:%d====ret:%d======]", __func__, cmd, ret);
|
||||
DacTesterPut(DacTesterGet());
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user