OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mRecordSource
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/media/java/android/media/
AudioRecord.java
143
private int
mRecordSource
;
228
mRecordSource
, mSampleRate, mChannelMask, mAudioFormat, mNativeBufferSizeInBytes,
244
//
mRecordSource
is valid
259
mRecordSource
= audioSource;
365
return
mRecordSource
;
/frameworks/wilhelm/src/android/
AudioRecorder_to_android.cpp
69
ar->
mRecordSource
= newRecordSource;
79
switch (ar->
mRecordSource
) {
315
ar->
mRecordSource
= AUDIO_SOURCE_DEFAULT;
401
ar->mAudioRecord->set(ar->
mRecordSource
, // source
/frameworks/wilhelm/src/
classes.h
153
audio_source_t
mRecordSource
;
/frameworks/wilhelm/src/itf/
IEngine.c
456
thiz->
mRecordSource
= AUDIO_SOURCE_DEFAULT;
[
all
...]
Completed in 4073 milliseconds