Home
last modified time | relevance | path

Searched refs:sources (Results 1 – 25 of 93) sorted by relevance

1234

/frameworks/av/services/audioflinger/
DPatchPanel.cpp185 if ((removedPatch->mAudioPatch.sources[0].type == AUDIO_PORT_TYPE_DEVICE) && in createAudioPatch()
186 ((patch->sources[0].type != AUDIO_PORT_TYPE_DEVICE) || in createAudioPatch()
187 (removedPatch->mAudioPatch.sources[0].ext.device.hw_module != in createAudioPatch()
188 patch->sources[0].ext.device.hw_module))) { in createAudioPatch()
189 hwModule = removedPatch->mAudioPatch.sources[0].ext.device.hw_module; in createAudioPatch()
220 switch (patch->sources[0].type) { in createAudioPatch()
222 audio_module_handle_t srcModule = patch->sources[0].ext.device.hw_module; in createAudioPatch()
256 if (patch->sources[1].type != AUDIO_PORT_TYPE_MIX || in createAudioPatch()
258 patch->sources[1].ext.mix.hw_module)) { in createAudioPatch()
265 audioflinger->checkPlaybackThread_l(patch->sources[1].ext.mix.handle); in createAudioPatch()
[all …]
/frameworks/native/opengl/tools/glgen/stubs/gles11/
DglGetDebugMessageLog.java6 int[] sources, in glGetDebugMessageLog() argument
23 java.nio.IntBuffer sources, in glGetDebugMessageLog() argument
34 int[] sources, in glGetDebugMessageLog() argument
47 java.nio.IntBuffer sources, in glGetDebugMessageLog() argument
DglGetDebugMessageLogKHR.java6 int[] sources, in glGetDebugMessageLogKHR() argument
23 java.nio.IntBuffer sources, in glGetDebugMessageLogKHR() argument
34 int[] sources, in glGetDebugMessageLogKHR() argument
47 java.nio.IntBuffer sources, in glGetDebugMessageLogKHR() argument
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioPatch.cpp57 if (mPatch.sources[i].type == AUDIO_PORT_TYPE_DEVICE) { in dump()
59 deviceToString(mPatch.sources[i].ext.device.type, device); in dump()
61 mPatch.sources[i].id, in dump()
65 mPatch.sources[i].id, mPatch.sources[i].ext.mix.handle); in dump()
102 patch->mPatch.sources[0].id, patch->mPatch.sinks[0].id); in addAudioPatch()
140 if (patch->mPatch.sources[srcIndex].type == AUDIO_PORT_TYPE_DEVICE && in listAudioPatches()
141 patch->mPatch.sources[srcIndex].ext.device.type == AUDIO_DEVICE_IN_STUB) { in listAudioPatches()
DSerializer.cpp343 const char RouteTraits::Attributes::sources[] = "sources"; member in android::RouteTraits::Attributes
373 string sourcesAttr = getXmlAttribute(root, Attributes::sources); in deserialize()
375 ALOGE("%s: No %s found", __FUNCTION__, Attributes::sources); in deserialize()
379 AudioPortVector sources; in deserialize() local
390 sources.add(source); in deserialize()
397 for (size_t i = 0; i < sources.size(); i++) { in deserialize()
398 sp<AudioPort> source = sources.itemAt(i); in deserialize()
401 element->setSources(sources); in deserialize()
DHwModule.cpp157 Vector <sp<AudioPort> > sources = route->getSources(); in getRouteSourceDevices() local
158 for (size_t i = 0; i < sources.size(); i++) { in getRouteSourceDevices()
159 if (sources[i]->getType() == AUDIO_PORT_TYPE_DEVICE) { in getRouteSourceDevices()
160 sourceDevices.add(mDeclaredDevices.getDeviceFromTagName(sources[i]->getTagName())); in getRouteSourceDevices()
/frameworks/base/media/java/android/media/
DAudioPatch.java36 AudioPatch(AudioHandle patchHandle, AudioPortConfig[] sources, AudioPortConfig[] sinks) { in AudioPatch() argument
38 mSources = sources; in AudioPatch()
45 public AudioPortConfig[] sources() { in sources() method in AudioPatch
DAudioRecordingConfiguration.java136 final AudioPortConfig[] sources = patch.sources(); in getAudioDevice() local
137 if ((sources != null) && (sources.length > 0)) { in getAudioDevice()
139 final int devId = sources[0].port().id(); in getAudioDevice()
/frameworks/compile/libbcc/lib/
DRSScriptGroupFusion.cpp91 int getFusedFuncSig(const std::vector<Source*>& sources, in getFusedFuncSig() argument
98 for (const Source* source : sources) { in getFusedFuncSig()
134 const std::vector<Source*>& sources, in getFusedFuncType() argument
138 int error = getFusedFuncSig(sources, slots, signature); in getFusedFuncType()
144 const Function* firstF = getFunction(M, sources.front(), slots.front(), nullptr); in getFusedFuncType()
165 const Function* lastF = getFunction(M, sources.back(), slots.back(), nullptr); in getFusedFuncType()
177 const std::vector<Source *>& sources, in fuseKernels() argument
181 bccAssert(sources.size() == slots.size() && "sources and slots differ in size"); in fuseKernels()
186 getFusedFuncType(Context, sources, slots, mergedModule, &fusedFunctionSignature); in fuseKernels()
227 for (const Source* source : sources) { in fuseKernels()
DRSCompilerDriver.cpp306 const std::vector<Source*>& sources, in buildScriptGroup() argument
314 for (Source* source : sources) { in buildScriptGroup()
331 for (Source* source : sources) { in buildScriptGroup()
371 sourcesToFuse.push_back(sources[p.first]); in buildScriptGroup()
388 Source* source = sources[p.first]; in buildScriptGroup()
/frameworks/rs/rsov/compiler/spirit/
DAndroid.mk34 SPIRV_TOOLS_PATH := $(NDK_PREBUILTS)/sources/third_party/shaderc/third_party/spirv-tools
55 PATH_TO_GENERATED := $(local-generated-sources-dir)
97 PATH_TO_GENERATED := $(local-generated-sources-dir)
134 PATH_TO_GENERATED := $(local-generated-sources-dir)
213 PATH_TO_GENERATED := $(local-generated-sources-dir)
/frameworks/base/media/mca/filterfw/native/core/
Dgl_frame.cpp206 std::vector<const GLFrame*> sources; in CopyPixelsFrom() local
207 sources.push_back(frame); in CopyPixelsFrom()
208 GetIdentity()->Process(sources, this); in CopyPixelsFrom()
377 std::vector<const GLFrame*> sources; in ReadTexturePixels() local
378 sources.push_back(this); in ReadTexturePixels()
385 GetIdentity()->Process(sources, &target); in ReadTexturePixels()
/frameworks/base/core/java/com/android/internal/inputmethod/
DLocaleUtils.java154 @NonNull List<T> sources, in filterByLanguage()
167 final int sourceSize = sources.size(); in filterByLanguage()
169 final Locale locale = extractor.get(sources.get(i)); in filterByLanguage()
208 dest.add(sources.get(entry.mIndex)); in filterByLanguage()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioRoute.h41 void setSources(const AudioPortVector &sources) { mSources = sources; } in setSources() argument
/frameworks/base/packages/StatementService/src/com/android/statementservice/
DDirectStatementService.java188 List<String> sources = extras.getStringArrayList(EXTRA_SOURCE_ASSET_DESCRIPTORS); in onStartCommand() local
197 if (sources == null) { in onStartCommand()
214 new IsAssociatedCallable(sources, target, relation, resultReceiver), TAG)); in onStartCommand()
228 public IsAssociatedCallable(List<String> sources, String target, String relation, in IsAssociatedCallable() argument
230 mSources = sources; in IsAssociatedCallable()
/frameworks/av/media/libaudioclient/include/media/
DAudioIoDescriptor.h47 if (mPatch.sources[0].type == AUDIO_PORT_TYPE_MIX) { in getDeviceId()
53 return mPatch.sources[0].id; in getDeviceId()
/frameworks/av/include/media/
DAudioIoDescriptor.h47 if (mPatch.sources[0].type == AUDIO_PORT_TYPE_MIX) { in getDeviceId()
53 return mPatch.sources[0].id; in getDeviceId()
/frameworks/base/tools/aapt2/process/
DSymbolTable.h123 const ResourceName& name, const std::vector<std::unique_ptr<ISymbolSource>>& sources) = 0;
126 ResourceId id, const std::vector<std::unique_ptr<ISymbolSource>>& sources) = 0;
139 const std::vector<std::unique_ptr<ISymbolSource>>& sources) override;
141 ResourceId id, const std::vector<std::unique_ptr<ISymbolSource>>& sources) override;
/frameworks/base/tools/split-select/
DAndroid.mk27 sources := \
75 LOCAL_SRC_FILES := $(sources)
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DVideoPauseTracker.java183 private String sourcesToString(Collection<Integer> sources) { in sourcesToString() argument
185 return sources.stream() in sourcesToString()
/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp1212 sp<AnotherPacketSource> sources[kNumSources], uint32_t streamMask, bool newUri) { in getMetadataSource()
1219 if ((sources[kVideoIndex] != NULL) // video fetcher; or ... in getMetadataSource()
1220 || (!(streamMask & STREAMTYPE_VIDEO) && sources[kAudioIndex] != NULL)) { in getMetadataSource()
1237 sp<AnotherPacketSource> sources[kNumSources]; in resumeFetcher() local
1241 sources[i] = getPacketSourceForStreamIndex(i, newUri); in resumeFetcher()
1253 sources[kAudioIndex], in resumeFetcher()
1254 sources[kVideoIndex], in resumeFetcher()
1255 sources[kSubtitleIndex], in resumeFetcher()
1256 getMetadataSource(sources, streamMask, newUri), in resumeFetcher()
1852 sp<AnotherPacketSource> sources[kNumSources]; in onChangeConfiguration3() local
[all …]
/frameworks/hardware/interfaces/schedulerservice/1.0/
DAndroid.mk11 intermediates := $(call local-generated-sources-dir, COMMON)
46 intermediates := $(call local-generated-sources-dir, COMMON)
/frameworks/base/opengl/java/android/opengl/
DGLES31Ext.java308 int[] sources, in glGetDebugMessageLogKHR() argument
325 java.nio.IntBuffer sources, in glGetDebugMessageLogKHR() argument
336 int[] sources, in glGetDebugMessageLogKHR() argument
349 java.nio.IntBuffer sources, in glGetDebugMessageLogKHR() argument
DGLES32.java314 int[] sources, in glGetDebugMessageLog() argument
331 java.nio.IntBuffer sources, in glGetDebugMessageLog() argument
342 int[] sources, in glGetDebugMessageLog() argument
355 java.nio.IntBuffer sources, in glGetDebugMessageLog() argument
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DImageShader.java281 public void processMulti(TextureSource[] sources, RenderTarget target, int width, int height) { in processMulti() argument
284 checkTexCount(sources.length); in processMulti()
287 bindInputTextures(sources); in processMulti()
610 private void bindInputTextures(TextureSource[] sources) { in bindInputTextures() argument
611 for (int i = 0; i < sources.length; ++i) { in bindInputTextures()
616 sources[i].bind(); in bindInputTextures()
623 throw new RuntimeException("Shader does not seem to support " + sources.length in bindInputTextures()

1234