Home
last modified time | relevance | path

Searched refs:ReadData (Results 1 - 6 of 6) sorted by relevance

/test/xts/hats/hdf/sensor/hdiService_additional/
H A Dhdf_sensor_hdiService_test.cpp995 int32_t ret = g_sensorInterface->ReadData(HDF_SENSOR_TYPE_ACCELEROMETER, g_events); in HWTEST_F()
1010 int32_t ret = g_sensorInterface->ReadData(HDF_SENSOR_TYPE_GYROSCOPE, g_events); in HWTEST_F()
1025 int32_t ret = g_sensorInterface->ReadData(HDF_SENSOR_TYPE_PHOTOPLETHYSMOGRAPH, g_events); in HWTEST_F()
1040 int32_t ret = g_sensorInterface->ReadData(HDF_SENSOR_TYPE_ELECTROCARDIOGRAPH, g_events); in HWTEST_F()
1055 int32_t ret = g_sensorInterface->ReadData(HDF_SENSOR_TYPE_MAGNETIC_FIELD, g_events); in HWTEST_F()
1070 int32_t ret = g_sensorInterface->ReadData(HDF_SENSOR_TYPE_CAPACITIVE, g_events); in HWTEST_F()
1085 int32_t ret = g_sensorInterface->ReadData(HDF_SENSOR_TYPE_BAROMETER, g_events); in HWTEST_F()
1100 int32_t ret = g_sensorInterface->ReadData(HDF_SENSOR_TYPE_TEMPERATURE, g_events); in HWTEST_F()
1115 int32_t ret = g_sensorInterface->ReadData(HDF_SENSOR_TYPE_HALL, g_events); in HWTEST_F()
1130 int32_t ret = g_sensorInterface->ReadData(HDF_SENSOR_TYPE_GESTUR in HWTEST_F()
[all...]
/test/xts/hats/hdf/sensor/common/
H A Dhdf_sensor_test.cpp655 ret = g_sensorDev->ReadData(SENSOR_TYPE_AMBIENT_LIGHT, g_sensorEvents); in HWTEST_F()
683 int32_t ret = g_sensorDev->ReadData(SENSOR_TYPE_AMBIENT_LIGHT, nullptr); in HWTEST_F()
702 int32_t ret = g_sensorDev->ReadData(ABNORMAL_SENSORID, g_sensorEvents); in HWTEST_F()
/test/xts/acts/multimedia/av_codec/vcodec/swdecoder/include/
H A Dvideodec_ndk_inner_sample.h96 int32_t ReadData(std::shared_ptr<AVSharedMemory> buffer, uint32_t index);
H A Dvideodec_ndk_sample.h86 int32_t ReadData(uint32_t index, OH_AVMemory *buffer);
/test/xts/acts/multimedia/av_codec/vcodec/swdecoder/src/
H A Dvideodec_ndk_sample.cpp479 int32_t VDecNdkSample::ReadData(uint32_t index, OH_AVMemory *buffer) in ReadData() function in VDecNdkSample
585 int ret = ReadData(index, buffer); in InputFunc_AVCC()
/test/xts/hats/hdf/sensor/sensorBenchmarkTest/
H A Dhdf_sensor_benchmark_test.cpp317 * @tc.desc: Benchmarktest for interface ReadData.
330 ret = g_sensorInterface->ReadData(HDF_SENSOR_TYPE_ACCELEROMETER, g_events); in BENCHMARK_F()
340 * @tc.desc: Benchmarktest for interface ReadData.
362 * @tc.desc: Benchmarktest for interface ReadData.

Completed in 6 milliseconds