Home
last modified time | relevance | path

Searched refs:outputDesc (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware_legacy/audio/
DAudioPolicyManagerBase.cpp558 AudioOutputDescriptor *outputDesc = new AudioOutputDescriptor(NULL); in getOutput() local
559 outputDesc->mDevice = mTestDevice; in getOutput()
560 outputDesc->mSamplingRate = mTestSamplingRate; in getOutput()
561 outputDesc->mFormat = mTestFormat; in getOutput()
562 outputDesc->mChannelMask = mTestChannels; in getOutput()
563 outputDesc->mLatency = mTestLatencyMs; in getOutput()
564outputDesc->mFlags = (audio_output_flags_t)(mDirectOutput ? AudioSystem::OUTPUT_FLAG_DIRECT : 0); in getOutput()
565 outputDesc->mRefCount[stream] = 0; in getOutput()
566 mTestOutputs[mCurOutput] = mpClientInterface->openOutput(0, &outputDesc->mDevice, in getOutput()
567 &outputDesc->mSamplingRate, in getOutput()
[all …]
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioPolicyManagerBase.h264 bool sharesHwModuleWith(const AudioOutputDescriptor *outputDesc);
343 void addOutput(audio_io_handle_t id, AudioOutputDescriptor *outputDesc);
488 uint32_t checkDeviceMuteStrategies(AudioOutputDescriptor *outputDesc,