OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAudioOutput
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp
447
if (
mAudioOutput
!= 0) {
448
mAudioOutput
->dump(fd, args);
600
mAudioOutput
.clear();
671
mAudioOutput
= new AudioOutput(mAudioSessionId, IPCThreadState::self()->getCallingUid(),
673
static_cast<MediaPlayerInterface*>(p.get())->setAudioSink(
mAudioOutput
);
1013
if (
mAudioOutput
!= NULL) {
1014
mAudioOutput
->setNextOutput(c->
mAudioOutput
);
[
all
...]
MediaPlayerService.h
426
sp<AudioOutput>
mAudioOutput
;
Completed in 420 milliseconds