Searched defs:AudioRecord (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libmedia/
H A DAudioRecord.cpp19 #define LOG_TAG "AudioRecord"
27 #include <media/AudioRecord.h>
38 status_t AudioRecord::getMinFrameCount(
76 AudioRecord::AudioRecord() function in class:android::AudioRecord
83 AudioRecord::AudioRecord( function in class:android::AudioRecord
102 AudioRecord::~AudioRecord()
110 mAudioRecordThread->requestExit(); // see comment in AudioRecord
[all...]
/frameworks/av/include/media/
H A DAudioRecord.h36 class AudioRecord : virtual public RefBase class in namespace:android
42 /* Events used by AudioRecord callback function (callback_t).
43 * Keep in sync with frameworks/base/media/java/android/media/AudioRecord.java NATIVE_EVENT_*.
78 * event: type of event notified (see enum AudioRecord::event_type).
81 * - EVENT_MORE_DATA: pointer to AudioRecord::Buffer struct. The callback must not read
92 * an AudioRecord object.
104 /* Constructs an uninitialized AudioRecord. No connection with
107 AudioRecord();
109 /* Creates an AudioRecord object and registers it with AudioFlinger.
123 * latency of the track. The actual size selected by the AudioRecord coul
[all...]
/frameworks/base/media/java/android/media/
H A DAudioRecord.java30 * The AudioRecord class manages the audio resources for Java applications
32 * achieved by "pulling" (reading) the data from the AudioRecord object. The
33 * application is responsible for polling the AudioRecord object in time using one of
36 * on the audio data storage format that is the most convenient for the user of AudioRecord.
37 * <p>Upon creation, an AudioRecord object initializes its associated audio buffer that it will
39 * determines how long an AudioRecord can record before "over-running" data that has not
43 public class AudioRecord class
49 * indicates AudioRecord state is not successfully initialized.
53 * indicates AudioRecord state is ready to be used
58 * indicates AudioRecord recordin
214 public AudioRecord(int audioSource, int sampleRateInHz, int channelConfig, int audioFormat, method in class:AudioRecord
[all...]

Completed in 80 milliseconds