Searched refs:thresholdContext (Results 1 – 25 of 34) sorted by relevance
12
/hardware/bsp/intel/peripheral/libupm/src/gas/ |
D | gas.h | 29 struct thresholdContext { struct 78 …virtual int findThreshold (thresholdContext* ctx, unsigned int threshold, uint16_t * buffer, int l… 85 virtual int getSampledData (thresholdContext* ctx); 98 virtual void printGraph (thresholdContext* ctx, uint8_t resolution);
|
D | gas.cxx | 65 Gas::findThreshold (thresholdContext* ctx, unsigned int threshold, in findThreshold() 83 Gas::getSampledData (thresholdContext* ctx) { in getSampledData() 93 Gas::printGraph (thresholdContext* ctx, uint8_t resolution) { in printGraph()
|
/hardware/bsp/intel/peripheral/libupm/src/mic/ |
D | mic.h | 30 struct thresholdContext { struct 94 … int findThreshold (thresholdContext* ctx, unsigned int threshold, uint16_t * buffer, int len); 102 void printGraph (thresholdContext* ctx);
|
D | mic.cxx | 80 Microphone::findThreshold (thresholdContext* ctx, unsigned int threshold, in findThreshold() 98 Microphone::printGraph (thresholdContext* ctx) { in printGraph()
|
/hardware/bsp/intel/peripheral/libupm/examples/java/ |
D | MicrophoneSample.java | 43 upm_mic.thresholdContext ctx = new upm_mic.thresholdContext(); in main()
|
D | MQ5Sample.java | 44 upm_gas.thresholdContext ctx = new upm_gas.thresholdContext(); in main()
|
D | MQ2Sample.java | 45 upm_gas.thresholdContext ctx = new upm_gas.thresholdContext(); in main()
|
/hardware/bsp/intel/peripheral/libupm/examples/python/ |
D | mic.py | 28 threshContext = upmMicrophone.thresholdContext()
|
D | mq8.py | 46 threshContext = upmGAS.thresholdContext()
|
D | mq7.py | 46 threshContext = upmGAS.thresholdContext()
|
/hardware/bsp/intel/peripheral/libupm/examples/javascript/ |
D | mq9.js | 32 var threshContext = new upmMQ9.thresholdContext;
|
D | mq5.js | 33 var threshContext = new upmMQ5.thresholdContext;
|
D | mq3.js | 33 var threshContext = new upmMQ3.thresholdContext;
|
D | mq8.js | 32 var threshContext = new upmGAS.thresholdContext;
|
D | mq2.js | 32 var threshContext = new upmMQ2.thresholdContext;
|
D | mq7.js | 32 var threshContext = new upmGAS.thresholdContext;
|
D | mq6.js | 32 var threshContext = new upmGAS.thresholdContext;
|
D | mq4.js | 32 var threshContext = new upmGAS.thresholdContext;
|
D | mic.js | 33 var threshContext = new upmMicrophone.thresholdContext;
|
/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
D | mq8.cxx | 54 thresholdContext ctx; in main()
|
D | mq6.cxx | 54 thresholdContext ctx; in main()
|
D | mq7.cxx | 54 thresholdContext ctx; in main()
|
D | mq4.cxx | 54 thresholdContext ctx; in main()
|
D | mq5.cxx | 52 thresholdContext ctx; in main()
|
D | mq9.cxx | 52 thresholdContext ctx; in main()
|
12