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

/frameworks/av/media/libmedia/
H A DAudioRecord.cpp19 #define LOG_TAG "AudioRecord"
25 #include <media/AudioRecord.h>
36 status_t AudioRecord::getMinFrameCount(
68 AudioRecord::AudioRecord(const String16 &opPackageName) function in class:android::AudioRecord
75 AudioRecord::AudioRecord( function in class:android::AudioRecord
105 AudioRecord::~AudioRecord()
114 mAudioRecordThread->requestExit(); // see comment in AudioRecord
[all...]
/frameworks/av/include/media/
H A DAudioRecord.h36 class AudioRecord : public RefBase class in namespace:android
40 /* Events used by AudioRecord callback function (callback_t).
41 * Keep in sync with frameworks/base/media/java/android/media/AudioRecord.java NATIVE_EVENT_*.
93 * event: type of event notified (see enum AudioRecord::event_type).
96 * - EVENT_MORE_DATA: pointer to AudioRecord::Buffer struct. The callback must not read
108 * an AudioRecord object.
123 /* How data is transferred from AudioRecord
132 /* Constructs an uninitialized AudioRecord. No connection with
139 AudioRecord(const String16& opPackageName);
141 /* Creates an AudioRecord objec
[all...]
/frameworks/base/media/java/android/media/
H A DAudioRecord.java43 * The AudioRecord class manages the audio resources for Java applications
45 * achieved by "pulling" (reading) the data from the AudioRecord object. The
46 * application is responsible for polling the AudioRecord object in time using one of
49 * on the audio data storage format that is the most convenient for the user of AudioRecord.
50 * <p>Upon creation, an AudioRecord object initializes its associated audio buffer that it will
52 * determines how long an AudioRecord can record before "over-running" data that has not
56 public class AudioRecord implements AudioRouting class in inherits:AudioRouting
64 * indicates AudioRecord state is not successfully initialized.
68 * indicates AudioRecord state is ready to be used
73 * indicates AudioRecord recordin
275 public AudioRecord(int audioSource, int sampleRateInHz, int channelConfig, int audioFormat, method in class:AudioRecord
312 public AudioRecord(AudioAttributes attributes, AudioFormat format, int bufferSizeInBytes, method in class:AudioRecord
403 /*package*/ AudioRecord(long nativeRecordInJavaObj) { method in class:AudioRecord
[all...]

Completed in 139 milliseconds