/frameworks/base/services/usb/java/com/android/server/usb/descriptors/ |
D | Usb10ACInputTerminal.java | 45 public int getChannelConfig() { in getChannelConfig() method in Usb10ACInputTerminal 76 + ReportCanvas.getHexString(getChannelConfig())); in report()
|
D | Usb20ACInputTerminal.java | 56 public int getChannelConfig() { in getChannelConfig() method in Usb20ACInputTerminal 90 + ReportCanvas.getHexString(getChannelConfig())); in report()
|
D | Usb20ASGeneral.java | 70 public int getChannelConfig() { in getChannelConfig() method in Usb20ASGeneral 103 canvas.writeListItem("Channel Config: " + ReportCanvas.getHexString(getChannelConfig())); in report()
|
D | Usb10ACMixerUnit.java | 43 public int getChannelConfig() { in getChannelConfig() method in Usb10ACMixerUnit 100 canvas.writeListItem("Channel Config: " + ReportCanvas.getHexString(getChannelConfig())); in report()
|
D | UsbAudioChannelCluster.java | 34 int getChannelConfig(); in getChannelConfig() method
|
D | Usb20ACMixerUnit.java | 46 public int getChannelConfig() { in getChannelConfig() method in Usb20ACMixerUnit
|
/frameworks/base/core/java/android/speech/tts/ |
D | BlockingAudioTrack.java | 174 static int getChannelConfig(int channelCount) { in getChannelConfig() method in BlockingAudioTrack 216 final int channelConfig = getChannelConfig(mChannelCount); in createStreamingAudioTrack()
|
D | PlaybackSynthesisCallback.java | 137 int channelConfig = BlockingAudioTrack.getChannelConfig(channelCount); in start()
|
/frameworks/av/media/libaudiohal/impl/effectsAidlConversion/ |
D | AidlConversionDynamicsProcessing.h | 55 status_t getChannelConfig(aidl::android::hardware::audio::effect::DynamicsProcessing::Tag tag,
|
D | AidlConversionDynamicsProcessing.cpp | 191 return getChannelConfig(DynamicsProcessing::preEq, param); in getParameter() 194 return getChannelConfig(DynamicsProcessing::postEq, param); in getParameter() 197 return getChannelConfig(DynamicsProcessing::mbc, param); in getParameter() 310 status_t AidlConversionDp::getChannelConfig(DynamicsProcessing::Tag tag, EffectParamWriter& param) { in getChannelConfig() function in android::effect::AidlConversionDp
|
/frameworks/av/media/libeffects/dynamicsproc/aidl/ |
D | DynamicsProcessingContext.cpp | 177 return getChannelConfig(StageType::PREEQ); in getPreEq() 181 return getChannelConfig(StageType::POSTEQ); in getPostEq() 193 return getChannelConfig(StageType::MBC); in getMbc() 353 std::vector<DynamicsProcessing::ChannelConfig> DynamicsProcessingContext::getChannelConfig( in getChannelConfig() function in aidl::android::hardware::audio::effect::DynamicsProcessingContext
|
D | DynamicsProcessingContext.h | 109 std::vector<DynamicsProcessing::ChannelConfig> getChannelConfig(StageType type);
|