HomeSort by relevance Sort by last modified time
    Searched refs:thresholdContext (Results 1 - 25 of 34) sorted by null

1 2

  /hardware/bsp/intel/peripheral/libupm/src/gas/
gas.h 29 struct thresholdContext {
78 virtual int findThreshold (thresholdContext* ctx, unsigned int threshold, uint16_t * buffer, int len);
85 virtual int getSampledData (thresholdContext* ctx);
98 virtual void printGraph (thresholdContext* ctx, uint8_t resolution);
gas.cxx 65 Gas::findThreshold (thresholdContext* ctx, unsigned int threshold,
83 Gas::getSampledData (thresholdContext* ctx) {
93 Gas::printGraph (thresholdContext* ctx, uint8_t resolution) {
  /hardware/bsp/intel/peripheral/libupm/src/mic/
mic.h 30 struct thresholdContext {
94 int findThreshold (thresholdContext* ctx, unsigned int threshold, uint16_t * buffer, int len);
102 void printGraph (thresholdContext* ctx);
mic.cxx 80 Microphone::findThreshold (thresholdContext* ctx, unsigned int threshold,
98 Microphone::printGraph (thresholdContext* ctx) {
  /hardware/bsp/intel/peripheral/libupm/examples/java/
MQ2Sample.java 45 upm_gas.thresholdContext ctx = new upm_gas.thresholdContext();
MQ5Sample.java 44 upm_gas.thresholdContext ctx = new upm_gas.thresholdContext();
MicrophoneSample.java 43 upm_mic.thresholdContext ctx = new upm_mic.thresholdContext();
  /hardware/bsp/intel/peripheral/libupm/examples/python/
mic.py 28 threshContext = upmMicrophone.thresholdContext()
mq2.py 46 threshContext = upmGas.thresholdContext()
mq3.py 46 threshContext = upmGas.thresholdContext()
mq4.py 46 threshContext = upmGAS.thresholdContext()
mq5.py 46 threshContext = upmGas.thresholdContext()
mq6.py 46 threshContext = upmGAS.thresholdContext()
mq7.py 46 threshContext = upmGAS.thresholdContext()
mq8.py 46 threshContext = upmGAS.thresholdContext()
mq9.py 46 threshContext = upmGas.thresholdContext()
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
mic.js 33 var threshContext = new upmMicrophone.thresholdContext;
mq2.js 32 var threshContext = new upmMQ2.thresholdContext;
mq3.js 33 var threshContext = new upmMQ3.thresholdContext;
mq4.js 32 var threshContext = new upmGAS.thresholdContext;
mq5.js 33 var threshContext = new upmMQ5.thresholdContext;
mq6.js 32 var threshContext = new upmGAS.thresholdContext;
mq7.js 32 var threshContext = new upmGAS.thresholdContext;
mq8.js 32 var threshContext = new upmGAS.thresholdContext;
mq9.js 32 var threshContext = new upmMQ9.thresholdContext;

Completed in 216 milliseconds

1 2