OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mRecordSource
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/services/core/java/com/android/server/hdmi/
OneTouchRecordAction.java
44
private final byte[]
mRecordSource
;
49
mRecordSource
= recordSource;
60
mRecordSource
),
TimerRecordingAction.java
45
private final byte[]
mRecordSource
;
52
mRecordSource
= recordSource;
66
mRecorderAddress,
mRecordSource
);
70
mRecorderAddress,
mRecordSource
);
74
mRecorderAddress,
mRecordSource
);
/frameworks/base/core/java/android/hardware/hdmi/
HdmiTimerRecordSources.java
382
private final RecordSource
mRecordSource
;
387
mRecordSource
= recordSource;
391
return mTimerInfo.getDataSize() +
mRecordSource
.getDataSize(false);
399
mRecordSource
.toByteArray(false, data, index);
415
private final RecordSource
mRecordSource
;
421
mRecordSource
= recordSource;
428
mRecordSource
.toByteArray(false, data, index + 1);
/frameworks/wilhelm/src/android/
AudioRecorder_to_android.cpp
69
ar->
mRecordSource
= newRecordSource;
117
switch (ar->
mRecordSource
) {
421
ar->
mRecordSource
= AUDIO_SOURCE_DEFAULT;
690
ar->
mRecordSource
, // source
[
all
...]
/frameworks/wilhelm/src/
classes.h
159
audio_source_t
mRecordSource
;
/frameworks/base/media/java/android/media/
AudioRecord.java
199
private int
mRecordSource
;
668
//
mRecordSource
is valid
682
mRecordSource
= audioSource;
[
all
...]
/frameworks/wilhelm/src/itf/
IEngine.c
463
thiz->
mRecordSource
= AUDIO_SOURCE_DEFAULT;
[
all
...]
Completed in 753 milliseconds