Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dmicsv89.js22 console.log("short: " + mics.vocshort());
/hardware/bsp/intel/peripheral/libupm/src/micsv89/
Dmicsv89.h93 int vocshort();
Dmicsv89.cxx69 int MICSV89::vocshort() { in vocshort() function in MICSV89
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dmicsv89.cxx67 cout << "short: " << sensor->vocshort() << endl; in main()