Home
last modified time | relevance | path

Searched refs:listDumpArr (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/sensor/hal/src/
H A Dsensor_dump.c155 float *data = (float *)(eventDumpList->listDumpArr[len].data); in SensorShowData()
156 ShowData(data, eventDumpList->listDumpArr[len].timestamp, in SensorShowData()
157 g_sensorList[eventDumpList->listDumpArr[len].sensorId], reply); in SensorShowData()
163 float *data = (float *)(eventDumpList->listDumpArr[pos - 1].data); in SensorShowData()
164 ShowData(data, eventDumpList->listDumpArr[pos - 1].timestamp, in SensorShowData()
165 g_sensorList[eventDumpList->listDumpArr[pos - 1].sensorId], reply); in SensorShowData()
H A Dsensor_channel.c98 g_listDump.listDumpArr[g_listDump.pos] = g_dumpDate; in CopyEventData()
/drivers/peripheral/sensor/hal/include/
H A Dsensor_channel.h70 struct SensorDumpDate listDumpArr[MAX_DUMP_DATA_SIZE]; member

Completed in 2 milliseconds