OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAudioSource
(Results
1 - 9
of
9
) sorted by null
/frameworks/wilhelm/src/android/
android_AudioSfDecoder.cpp
39
mAudioSource
(0),
68
if ((
mAudioSource
!= 0) && mAudioSourceStarted) {
69
mAudioSource
->stop();
164
//
mAudioSource
!= 0
322
mAudioSource
= source;
493
err =
mAudioSource
->read(&mDecodeBuffer, &readOptions);
757
if ((
mAudioSource
!= 0) && mAudioSourceStarted) {
758
sp<MetaData> meta =
mAudioSource
->getFormat();
android_AudioSfDecoder.h
101
sp<IMediaSource>
mAudioSource
;// the decoder reading from the data source
102
// used to indicate
mAudioSource
was successfully started, but wasn't stopped
AacBqToPcmCbRenderer.cpp
206
mAudioSource
= source;
/frameworks/base/services/core/java/com/android/server/tv/
TvInputHardwareManager.java
743
mAudioSource
= null;
754
private AudioDevicePort
mAudioSource
;
772
mAudioSource
= findAudioDevicePort(mInfo.getAudioType(), mInfo.getAudioAddress());
[
all
...]
/frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp
82
mAudioSource
(AUDIO_SOURCE_CNT),
126
mAudioSource
= AUDIO_SOURCE_MIC;
128
mAudioSource
= as;
908
if (
mAudioSource
!= AUDIO_SOURCE_CNT) {
943
mAudioSource
,
1017
CHECK(
mAudioSource
!= AUDIO_SOURCE_CNT);
[
all
...]
StagefrightRecorder.h
90
audio_source_t
mAudioSource
;
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
MediaEncoderFilter.java
66
private int
mAudioSource
= NO_AUDIO_SOURCE;
233
if (!mCaptureTimeLapse && (
mAudioSource
!= NO_AUDIO_SOURCE)) {
234
mMediaRecorder.setAudioSource(
mAudioSource
);
/frameworks/av/services/audioflinger/
Threads.cpp
640
mAudioSource
(AUDIO_SOURCE_DEFAULT), mId(id),
[
all
...]
Threads.h
465
audio_source_t
mAudioSource
;
[
all
...]
Completed in 2061 milliseconds