OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Microphone
(Results
1 - 3
of
3
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/mic/
mic.h
39
* @brief Analog
Microphone
library
46
* @comname Analog
Microphone
54
* @brief API for the Analog
Microphone
56
* This module defines the Analog
Microphone
sensor
61
class
Microphone
{
64
* Instantiates a
Microphone
object
66
* @param micPin Pin where the
microphone
is connected
68
Microphone
(int micPin);
71
*
Microphone
object destructor
73
~
Microphone
();
[
all
...]
mic.cxx
36
Microphone
::
Microphone
(int micPin) {
47
Microphone
::~
Microphone
() {
57
Microphone
::getSampledWindow (unsigned int freqMS, int numberOfSamples,
80
Microphone
::findThreshold (thresholdContext* ctx, unsigned int threshold,
98
Microphone
::printGraph (thresholdContext* ctx) {
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmdeviceapi.h
115
Microphone
= 4,
[
all
...]
Completed in 221 milliseconds