/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/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() 224 if (patch->sources[1].type != AUDIO_PORT_TYPE_MIX || in createAudioPatch() 226 patch->sources[1].ext.mix.hw_module) { in createAudioPatch() 233 audioflinger->checkPlaybackThread_l(patch->sources[1].ext.mix.handle); in createAudioPatch() 260 audio_devices_t device = patch->sources[0].ext.device.type; in createAudioPatch() 261 String8 address = String8(patch->sources[0].ext.device.address); in createAudioPatch() 301 patch->sources, in createAudioPatch() 316 if (strcmp(patch->sources[0].ext.device.address, "") != 0) { in createAudioPatch() 318 patch->sources[0].ext.device.type, in createAudioPatch() [all …]
|
/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/native/libs/binder/ |
D | Android.mk | 16 sources := \ 44 LOCAL_SRC_FILES := $(sources) 56 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/docs/html/training/tv/tif/ |
D | index.jd | 23 from hardware sources, such as HDMI ports and built-in-tuners, and software sources, such as 27 The framework enables developers to define live TV input sources by implementing a TV input 42 The TV Input Framework is designed to provide access to a wide variety of live TV input sources
|
/frameworks/av/media/libstagefright/httplive/ |
D | LiveSession.cpp | 1426 sp<AnotherPacketSource> sources[kMaxStreams]; in onChangeConfiguration3() local 1429 sources[j] = mPacketSources.valueFor(indexToType(j)); in onChangeConfiguration3() 1444 if (sources[kAudioIndex] != NULL || sources[kVideoIndex] != NULL in onChangeConfiguration3() 1445 || sources[kSubtitleIndex] != NULL) { in onChangeConfiguration3() 1447 sources[kAudioIndex], sources[kVideoIndex], sources[kSubtitleIndex]); in onChangeConfiguration3() 1476 sp<AnotherPacketSource> sources[kMaxStreams]; in onChangeConfiguration3() local 1486 sources[j] = mPacketSources.valueFor(indexToType(j)); in onChangeConfiguration3() 1489 sources[j]->clear(); in onChangeConfiguration3() 1504 meta = sources[j]->getLatestDequeuedMeta(); in onChangeConfiguration3() 1507 meta = sources[j]->getLatestEnqueuedMeta(); in onChangeConfiguration3() [all …]
|
/frameworks/base/docs/html/distribute/tools/ |
D | open-distribution.jd | 86 "{@docRoot}distribute/open.html#unknown-sources">unknown sources</a> and 118 apps from <a href="{@docRoot}distribute/open.html#unknown-sources">unknown 119 sources</a>. 133 <b>Figure 2.</b> Users must enable the <b>Unknown sources</b> setting 141 until the user opts-in <strong>Unknown sources</strong> in Settings 149 from unknown sources.
|
/frameworks/base/tools/split-select/ |
D | Android.mk | 27 sources := \ 78 LOCAL_SRC_FILES := $(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/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/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/base/media/tests/players/ |
D | README | 4 This directory contains the sources of such players.
|
/frameworks/support/v8/renderscript/jni/ |
D | Android.mk | 17 rs_generated_include_dir := $(call generated-sources-dir-for,SHARED_LIBRARIES,libRSSupport,,)
|
/frameworks/base/docs/html/google/play/licensing/ |
D | setting-up.jd | 18 <li><a href="#add-library">Including the LVL library project sources in your 243 <li>The LVL sources, stored inside an Android library project. </li> 275 copying (or importing) the library sources directly into your existing 281 <h4>Moving the library sources to a new location</h4> 283 <p>Because you will be customizing the LVL sources to some extent, you should 284 make sure to <em>move or copy</em> the library sources (the entire 287 sources as your working set. If you are using a source-code management 288 system, add and track the sources that are in the working location rather 291 <p>Moving the library sources is important because when you later update the 317 compiled sources in their <code>.apk</code> files. In the context of licensing, [all …]
|
/frameworks/base/core/jni/ |
D | android_hardware_camera2_DngCreator.cpp | 1835 Vector<StripSource*> sources; in DngCreator_nativeWriteImage() local 1849 sources.add(thumbnailSource.get()); in DngCreator_nativeWriteImage() 1873 sources.add(&stripSource); in DngCreator_nativeWriteImage() 1876 if ((ret = writer->write(out.get(), sources.editArray(), sources.size())) != OK) { in DngCreator_nativeWriteImage() 1890 sources.add(&stripSource); in DngCreator_nativeWriteImage() 1893 if ((ret = writer->write(out.get(), sources.editArray(), sources.size())) != OK) { in DngCreator_nativeWriteImage() 1941 Vector<StripSource*> sources; in DngCreator_nativeWriteInputStream() local 1951 sources.add(thumbnailSource.get()); in DngCreator_nativeWriteInputStream() 1960 sources.add(&stripSource); in DngCreator_nativeWriteInputStream() 1963 if ((ret = writer->write(out.get(), sources.editArray(), sources.size())) != OK) { in DngCreator_nativeWriteInputStream()
|
/frameworks/av/media/img_utils/src/ |
D | TiffWriter.cpp | 59 status_t TiffWriter::write(Output* out, StripSource** sources, size_t sourcesCount, in write() argument 113 if (sources[j]->getIfd() == ifdKey) { in write() 114 if ((ret = sources[i]->writeToStream(endOut, sizeToWrite)) != OK) { in write()
|
/frameworks/base/core/java/android/text/ |
D | TextUtils.java | 844 String[] sources, in replace() argument 848 for (int i = 0; i < sources.length; i++) { in replace() 849 int where = indexOf(tb, sources[i]); in replace() 852 tb.setSpan(sources[i], where, where + sources[i].length(), in replace() 856 for (int i = 0; i < sources.length; i++) { in replace() 857 int start = tb.getSpanStart(sources[i]); in replace() 858 int end = tb.getSpanEnd(sources[i]); in replace()
|
/frameworks/webview/chromium/ |
D | package.mk | 25 $(warning Chromium sources missing, skipping webview package build)
|
/frameworks/base/docs/html/distribute/analyze/ |
D | improve-roi.jd | 2 page.metaDescription=Combine the power of Analytics with other data sources to understand the perfo… 118 sources associated with in-app behavioral metrics. As a result, Google 143 Without having to implement any additional code, you'll see traffic sources
|
/frameworks/support/annotations/ |
D | build.gradle | 55 classifier = 'sources'
|
/frameworks/av/services/audiopolicy/ |
D | AudioPolicyManager.cpp | 531 rxSourceDeviceDesc->toAudioPortConfig(&patch.sources[0]); in updateCallRouting() 544 outputDesc->toAudioPortConfig(&patch.sources[1]); in updateCallRouting() 569 txSourceDeviceDesc->toAudioPortConfig(&patch.sources[0]); in updateCallRouting() 587 outputDesc->toAudioPortConfig(&patch.sources[1]); in updateCallRouting() 2573 if (patch->sources[0].role != AUDIO_PORT_ROLE_SOURCE) { in createAudioPatch() 2585 ALOGV("createAudioPatch source id %d role %d type %d", patch->sources[0].id, in createAudioPatch() 2586 patch->sources[0].role, in createAudioPatch() 2587 patch->sources[0].type); in createAudioPatch() 2607 if (patch->sources[0].type == AUDIO_PORT_TYPE_MIX) { in createAudioPatch() 2608 sp<AudioOutputDescriptor> outputDesc = getOutputFromId(patch->sources[0].id); in createAudioPatch() [all …]
|
/frameworks/support/v7/palette/ |
D | build.gradle | 53 classifier = 'sources'
|
/frameworks/support/v7/recyclerview/ |
D | build.gradle | 56 classifier = 'sources'
|