Home
last modified time | relevance | path

Searched refs:readings (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/automotive/evs/aidl/vts/
DFrameHandlerUltrasonics.cpp36 std::vector<std::pair<float, float>> readings; member
73 waveformDataList[i].readings.resize(recvReadingsCountList[i]); in DeSerializeWaveformData()
75 for (auto& reading : waveformDataList[i].readings) { in DeSerializeWaveformData()
/hardware/interfaces/automotive/evs/1.1/vts/functional/
DFrameHandlerUltrasonics.cpp56 std::vector<std::pair<float, float>> readings; member
70 waveformDataList[i].readings.resize(recvReadingsCountList[i]); in DeSerializeWaveformData()
72 for (auto& reading : waveformDataList[i].readings) { in DeSerializeWaveformData()
128 for(auto& reading : waveformDataList[i].readings) { in DataFrameValidator()
/hardware/interfaces/automotive/evs/1.1/
Dtypes.hal206 * Maximum number of readings (points on waveform) provided per sensor in
324 * timeOfFlight readings are future-deltas to this timestamp.
348 * List of the number of readings corresponding to each ultrasonics sensor in
349 * the receiversIdList. Order of the readings count must match the order in
358 * Each waveform is represented by a number of readings, which are sample
359 * points on the waveform. The number of readings for each waveform is as
365 * The structure of shared memory (example with 2 waveforms, each with 2 readings):
374 * Note: All readings and waveforms are contigious with no padding.
/hardware/interfaces/automotive/evs/1.1/default/
DEvsUltrasonicsArray.cpp79 std::vector<std::pair<float, float>> readings; member
90 for (auto& reading : waveformData.readings) { in SerializeWaveformData()