Searched refs:listDumpArr (Results 1 – 3 of 3) sorted by relevance
153 float *data = (float *)(eventDumpList->listDumpArr[len].data); in SensorShowData()154 ShowData(data, eventDumpList->listDumpArr[len].timestamp, in SensorShowData()155 g_sensorList[eventDumpList->listDumpArr[len].sensorId], reply); in SensorShowData()161 float *data = (float *)(eventDumpList->listDumpArr[pos - 1].data); in SensorShowData()162 ShowData(data, eventDumpList->listDumpArr[pos - 1].timestamp, in SensorShowData()163 g_sensorList[eventDumpList->listDumpArr[pos - 1].sensorId], reply); in SensorShowData()
98 g_listDump.listDumpArr[g_listDump.pos] = g_dumpDate; in CopyEventData()
63 struct SensorDumpDate listDumpArr[MAX_DUMP_DATA_SIZE]; member