OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newOutput
(Results
1 - 4
of
4
) sorted by null
/device/asus/fugu/libaudio/
AudioHardwareOutput.cpp
411
sp<AudioOutput>*
newOutput
) {
431
*
newOutput
= new HDMIAudioOutput();
440
if (*
newOutput
== NULL)
443
status_t res = (*
newOutput
)->setupForStream(tgtStream);
447
*
newOutput
= NULL;
450
tgtStream.getName(), (*
newOutput
)->getOutputName());
451
mPhysOutputs.push_back(*
newOutput
);
455
(*
newOutput
)->setVolume(mSettings.masterVolume);
456
(*
newOutput
)->setMute(mSettings.masterMute);
457
(*
newOutput
)->setExternalDelay_uSec(S->delayCompUsec)
[
all
...]
AudioHardwareOutput.h
59
sp<AudioOutput>*
newOutput
);
AudioStreamOut.cpp
507
sp<AudioOutput>
newOutput
;
510
res = mOwnerHAL.obtainOutput(*this, mask, &
newOutput
);
524
if (
newOutput
!= NULL) {
531
mPhysOutputs.push_back(
newOutput
);
/external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar
Completed in 314 milliseconds