/frameworks/av/services/audioflinger/ |
D | PatchPanel.cpp | 179 switch (patch->sources[0].type) { in createAudioPatch() 181 audio_module_handle_t srcModule = patch->sources[0].ext.device.hw_module; in createAudioPatch() 215 if (patch->sources[1].type != AUDIO_PORT_TYPE_MIX || in createAudioPatch() 217 patch->sources[1].ext.mix.hw_module) { in createAudioPatch() 224 audioflinger->checkPlaybackThread_l(patch->sources[1].ext.mix.handle); in createAudioPatch() 251 audio_devices_t device = patch->sources[0].ext.device.type; in createAudioPatch() 252 String8 address = String8(patch->sources[0].ext.device.address); in createAudioPatch() 296 patch->sources, in createAudioPatch() 304 audio_module_handle_t srcModule = patch->sources[0].ext.mix.hw_module; in createAudioPatch() 328 audioflinger->checkPlaybackThread_l(patch->sources[0].ext.mix.handle); in createAudioPatch() [all …]
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | glGetDebugMessageLogKHR.java | 6 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/ |
D | AudioPatch.cpp | 55 if (mPatch.sources[i].type == AUDIO_PORT_TYPE_DEVICE) { in dump() 57 mPatch.sources[i].id, ConfigParsingUtils::enumToString(sDeviceTypeToEnumTable, in dump() 59 mPatch.sources[i].ext.device.type)); in dump() 62 mPatch.sources[i].id, mPatch.sources[i].ext.mix.handle); in dump() 98 patch->mPatch.sources[0].id, patch->mPatch.sinks[0].id); in addAudioPatch()
|
/frameworks/base/media/java/android/media/ |
D | AudioPatch.java | 36 AudioPatch(AudioHandle patchHandle, AudioPortConfig[] sources, AudioPortConfig[] sinks) { in AudioPatch() argument 38 mSources = sources; in AudioPatch() 45 public AudioPortConfig[] sources() { in sources() method in AudioPatch
|
/frameworks/compile/libbcc/lib/Renderscript/ |
D | RSScriptGroupFusion.cpp | 97 int getFusedFuncSig(const std::vector<Source*>& sources, in getFusedFuncSig() argument 104 for (const Source* source : sources) { in getFusedFuncSig() 141 const std::vector<Source*>& sources, in getFusedFuncType() argument 145 int error = getFusedFuncSig(sources, slots, signature); in getFusedFuncType() 151 const Function* firstF = getFunction(M, sources.front(), slots.front(), nullptr); in getFusedFuncType() 172 const Function* lastF = getFunction(M, sources.back(), slots.back(), nullptr); in getFusedFuncType() 184 const std::vector<Source *>& sources, in fuseKernels() argument 188 bccAssert(sources.size() == slots.size() && "sources and slots differ in size"); in fuseKernels() 193 getFusedFuncType(Context, sources, slots, mergedModule, &fusedFunctionSignature); in fuseKernels() 234 for (const Source* source : sources) { in fuseKernels()
|
D | RSCompilerDriver.cpp | 283 const std::vector<Source*>& sources, in buildScriptGroup() argument 296 for (Source* source : sources) { in buildScriptGroup() 314 sourcesToFuse.push_back(sources[p.first]); in buildScriptGroup() 331 Source* source = sources[p.first]; in buildScriptGroup()
|
/frameworks/native/libs/binder/ |
D | Android.mk | 16 sources := \ 46 LOCAL_SRC_FILES := $(sources) 58 LOCAL_SRC_FILES := $(sources)
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | gl_frame.cpp | 206 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/packages/StatementService/src/com/android/statementservice/ |
D | DirectStatementService.java | 188 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/include/media/ |
D | AudioIoDescriptor.h | 47 if (mPatch.sources[0].type == AUDIO_PORT_TYPE_MIX) { in getDeviceId() 53 return mPatch.sources[0].id; in getDeviceId()
|
/frameworks/base/tools/split-select/ |
D | Android.mk | 27 sources := \ 79 LOCAL_SRC_FILES := $(sources)
|
/frameworks/av/media/libstagefright/httplive/ |
D | LiveSession.cpp | 1200 sp<AnotherPacketSource> sources[kNumSources], uint32_t streamMask, bool newUri) { in getMetadataSource() 1207 if ((sources[kVideoIndex] != NULL) // video fetcher; or ... in getMetadataSource() 1208 || (!(streamMask & STREAMTYPE_VIDEO) && sources[kAudioIndex] != NULL)) { in getMetadataSource() 1225 sp<AnotherPacketSource> sources[kNumSources]; in resumeFetcher() local 1229 sources[i] = getPacketSourceForStreamIndex(i, newUri); in resumeFetcher() 1241 sources[kAudioIndex], in resumeFetcher() 1242 sources[kVideoIndex], in resumeFetcher() 1243 sources[kSubtitleIndex], in resumeFetcher() 1244 getMetadataSource(sources, streamMask, newUri), in resumeFetcher() 1837 sp<AnotherPacketSource> sources[kNumSources]; in onChangeConfiguration3() local [all …]
|
/frameworks/base/docs/html/training/tv/tif/ |
D | index.jd | 37 channel content from hardware sources, such as HDMI ports and built-in-tuners, and software 38 sources, such as video streamed over the internet. 41 The framework enables developers to define live TV input sources by implementing a TV input 56 The TV Input Framework is designed to provide access to a wide variety of live TV input sources
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES31Ext.java | 308 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
|
/frameworks/compile/mclinker/tools/mcld/ |
D | Android.mk | 78 intermediates := $(call local-generated-sources-dir) 109 intermediates := $(call local-generated-sources-dir)
|
/frameworks/base/docs/html/distribute/tools/ |
D | open-distribution.jd | 110 apps from <a href="{@docRoot}distribute/open.html#unknown-sources">unknown 111 sources</a>. 125 <b>Figure 2.</b> Users must enable the <b>Unknown sources</b> setting 133 until the user opts-in <strong>Unknown sources</strong> in Settings 141 from unknown sources.
|
/frameworks/base/docs/html/tools/publishing/ |
D | publishing_overview.jd | 187 installation from <a href="#unknown-sources">unknown sources</a> and has opened your 207 <a href="#unknown-sources">unknown sources</a>.</p> 219 <h2 id="unknown-sources">User Opt-In for Apps from Unknown Sources</h2> 224 apps from unknown sources." style="width:240px;" /> 226 <strong>Figure 2.</strong> Users must enable the <strong>Unknown sources</strong> 233 until the user opts-in <strong>Unknown sources</strong> in 235 the installation of applications from other sources, users need to enable the 236 Unknown sources setting on their devices, and they need to make this 241 applications from unknown sources.</p>
|
/frameworks/base/tools/aapt2/ |
D | Android.mk | 27 sources := \ 116 LOCAL_SRC_FILES := $(sources)
|
D | ResourceTableResolver.h | 44 const std::vector<std::shared_ptr<const android::AssetManager>>& sources);
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | ImageShader.java | 281 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()
|
/frameworks/base/docs/html-intl/intl/zh-cn/tools/publishing/ |
D | publishing_overview.jd | 117 <p class="note"><strong>注意</strong>:只有当用户将其设备配置为允许安装来自<a href="#unknown-sources">未知来源</a>的应用且通过本机的 … 126 …下载,Android 系统会在下载完成后自动将应用安装到设备上。不过,只有当用户将其“设置”配置为允许安装来自<a href="#unknown-sources">未知来源</a>的应用时,安装进… 131 <h2 id="unknown-sources">用户选择安装来自未知来源的应用</h2>
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.cpp | 344 rxSourceDeviceDesc->toAudioPortConfig(&patch.sources[0]); in updateCallRouting() 357 outputDesc->toAudioPortConfig(&patch.sources[1]); in updateCallRouting() 358 patch.sources[1].ext.mix.usecase.stream = AUDIO_STREAM_PATCH; in updateCallRouting() 382 txSourceDeviceDesc->toAudioPortConfig(&patch.sources[0]); in updateCallRouting() 400 outputDesc->toAudioPortConfig(&patch.sources[1]); in updateCallRouting() 401 patch.sources[1].ext.mix.usecase.stream = AUDIO_STREAM_PATCH; in updateCallRouting() 1528 inputDesc->getModuleHandle() == mCallTxPatch->mPatch.sources[0].ext.device.hw_module) { in startInput() 2209 if (patch->sources[0].role != AUDIO_PORT_ROLE_SOURCE) { in createAudioPatch() 2221 ALOGV("createAudioPatch source id %d role %d type %d", patch->sources[0].id, in createAudioPatch() 2222 patch->sources[0].role, in createAudioPatch() [all …]
|
/frameworks/base/media/tests/players/ |
D | README | 4 This directory contains the sources of such players.
|
/frameworks/compile/libbcc/include/bcc/Renderscript/ |
D | RSScriptGroupFusion.h | 42 const std::vector<Source *>& sources,
|
/frameworks/base/docs/html/ndk/guides/ |
D | application_mk.jd | 73 sources/foo/Android.mk 74 sources/bar/Android.mk 77 <p>To specify in {@code foo/Android.mk} that you want to add the path to the {@code bar} sources 93 <p class="note"><strong>Note: </strong>This variable only works on C, not C++, sources in 99 when building only C++ sources.</p> 102 C++ sources. In all subsequent versions of the NDK, {@code APP_CPPFLAGS} now matches the full 103 Android build system. For flags that apply to both C and C++ sources, use {@code APP_CFLAGS}.</p>
|