Searched defs:sources (Results 1 - 17 of 17) sorted by relevance

/frameworks/native/libs/binder/
H A DAndroid.mk15 # we have the common sources, plus some device-specific stuff
16 sources := \ macro
44 LOCAL_SRC_FILES := $(sources)
56 LOCAL_SRC_FILES := $(sources)
/frameworks/base/media/java/android/media/
H A DAudioPatch.java21 * An AudioPatch describes a connection between audio sources and audio sinks.
36 AudioPatch(AudioHandle patchHandle, AudioPortConfig[] sources, AudioPortConfig[] sinks) { argument
38 mSources = sources;
43 * Retrieve the list of sources of this audio patch.
45 public AudioPortConfig[] sources() { method in class:AudioPatch
H A DAudioSystem.java489 AudioPortConfig[] sources, AudioPortConfig[] sinks);
488 createAudioPatch(AudioPatch[] patch, AudioPortConfig[] sources, AudioPortConfig[] sinks) argument
H A DAudioManager.java3256 * @param sources List of source audio ports. All must be AudioPort.ROLE_SOURCE.
3271 AudioPortConfig[] sources,
3273 return AudioSystem.createAudioPatch(patch, sources, sinks);
3398 for (int j = 0; j < newPatches.get(i).sources().length; j++) {
3399 AudioPortConfig portCfg = updatePortConfig(newPatches.get(i).sources()[j],
3404 newPatches.get(i).sources()[j] = portCfg;
3270 createAudioPatch(AudioPatch[] patch, AudioPortConfig[] sources, AudioPortConfig[] sinks) argument
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetDebugMessageLogKHR.java1 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
6 int[] sources,
19 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
23 java.nio.IntBuffer sources,
30 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
34 int[] sources,
43 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
47 java.nio.IntBuffer sources,
3 glGetDebugMessageLogKHR( int count, int bufSize, int[] sources, int sourcesOffset, int[] types, int typesOffset, int[] ids, int idsOffset, int[] severities, int severitiesOffset, int[] lengths, int lengthsOffset, byte[] messageLog, int messageLogOffset) argument
21 glGetDebugMessageLogKHR( int count, java.nio.IntBuffer sources, java.nio.IntBuffer types, java.nio.IntBuffer ids, java.nio.IntBuffer severities, java.nio.IntBuffer lengths, java.nio.ByteBuffer messageLog) argument
32 glGetDebugMessageLogKHR( int count, int[] sources, int sourcesOffset, int[] types, int typesOffset, int[] ids, int idsOffset, int[] severities, int severitiesOffset) argument
45 glGetDebugMessageLogKHR( int count, java.nio.IntBuffer sources, java.nio.IntBuffer types, java.nio.IntBuffer ids, java.nio.IntBuffer severities) argument
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_frame.cpp206 std::vector<const GLFrame*> sources; local
207 sources.push_back(frame);
208 GetIdentity()->Process(sources, this);
377 std::vector<const GLFrame*> sources; local
378 sources.push_back(this);
385 GetIdentity()->Process(sources, &target);
/frameworks/av/media/img_utils/src/
H A DTiffWriter.cpp59 status_t TiffWriter::write(Output* out, StripSource** sources, size_t sourcesCount, argument
89 " sources (%zu).", __FUNCTION__, offVecSize, sourcesCount);
113 if (sources[j]->getIfd() == ifdKey) {
114 if ((ret = sources[i]->writeToStream(endOut, sizeToWrite)) != OK) {
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp504 Vector<sp<MediaSource> > &sources, bool syncInfoPresent) {
516 for (size_t i = 0; i < sources.size(); ++i) {
517 sp<MediaSource> source = sources.editItemAt(i);
503 writeSourcesToMP4( Vector<sp<MediaSource> > &sources, bool syncInfoPresent) argument
/frameworks/base/core/java/android/view/
H A DInputDevice.java37 * Some input devices present multiple distinguishable sources of input.
40 * As a further wrinkle, different kinds of input sources uses different coordinate systems
359 int productId, String descriptor, boolean isExternal, int sources, int keyboardType,
369 mSources = sources;
582 * Gets the input sources supported by this input device as a combined bitfield.
583 * @return The supported input sources.
590 * Determines whether the input device supports the given source or sources.
592 * @param source The input source or sources to check against. This can be a generic device
594 * {@link InputDevice#SOURCE_CLASS_POINTER}, or a combination of sources bitwise ORed together.
595 * @return Whether the device can produce all of the given sources
358 InputDevice(int id, int generation, int controllerNumber, String name, int vendorId, int productId, String descriptor, boolean isExternal, int sources, int keyboardType, KeyCharacterMap keyCharacterMap, boolean hasVibrator, boolean hasButtonUnderPad) argument
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java281 public void processMulti(TextureSource[] sources, RenderTarget target, int width, int height) { argument
284 checkTexCount(sources.length);
287 bindInputTextures(sources);
610 private void bindInputTextures(TextureSource[] sources) { argument
611 for (int i = 0; i < sources.length; ++i) {
616 sources[i].bind();
623 throw new RuntimeException("Shader does not seem to support " + sources.length
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp1384 // * Resume fetchers that are still needed and assign them original packet sources.
1390 sp<AnotherPacketSource> sources[kMaxStreams]; local
1393 sources[j] = mPacketSources.valueFor(indexToType(j));
1408 if (sources[kAudioIndex] != NULL || sources[kVideoIndex] != NULL
1409 || sources[kSubtitleIndex] != NULL) {
1411 sources[kAudioIndex], sources[kVideoIndex], sources[kSubtitleIndex]);
1440 sp<AnotherPacketSource> sources[kMaxStream local
[all...]
/frameworks/base/core/java/android/text/
H A DTextUtils.java839 String[] sources,
843 for (int i = 0; i < sources.length; i++) {
844 int where = indexOf(tb, sources[i]);
847 tb.setSpan(sources[i], where, where + sources[i].length(),
851 for (int i = 0; i < sources.length; i++) {
852 int start = tb.getSpanStart(sources[i]);
853 int end = tb.getSpanEnd(sources[i]);
838 replace(CharSequence template, String[] sources, CharSequence[] destinations) argument
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp1829 Vector<StripSource*> sources; local
1836 ALOGV("%s: Adding thumbnail strip sources.", __FUNCTION__);
1843 sources.add(thumbnailSource.get());
1867 sources.add(&stripSource);
1870 if ((ret = writer->write(out.get(), sources.editArray(), sources.size())) != OK) {
1884 sources.add(&stripSource);
1887 if ((ret = writer->write(out.get(), sources.editArray(), sources.size())) != OK) {
1935 Vector<StripSource*> sources; local
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLES31Ext.java303 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
308 int[] sources,
321 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
325 java.nio.IntBuffer sources,
332 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
336 int[] sources,
345 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
349 java.nio.IntBuffer sources,
305 glGetDebugMessageLogKHR( int count, int bufSize, int[] sources, int sourcesOffset, int[] types, int typesOffset, int[] ids, int idsOffset, int[] severities, int severitiesOffset, int[] lengths, int lengthsOffset, byte[] messageLog, int messageLogOffset) argument
323 glGetDebugMessageLogKHR( int count, java.nio.IntBuffer sources, java.nio.IntBuffer types, java.nio.IntBuffer ids, java.nio.IntBuffer severities, java.nio.IntBuffer lengths, java.nio.ByteBuffer messageLog) argument
334 glGetDebugMessageLogKHR( int count, int[] sources, int sourcesOffset, int[] types, int typesOffset, int[] ids, int idsOffset, int[] severities, int severitiesOffset) argument
347 glGetDebugMessageLogKHR( int count, java.nio.IntBuffer sources, java.nio.IntBuffer types, java.nio.IntBuffer ids, java.nio.IntBuffer severities) argument
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp803 FakeInputMapper(InputDevice* device, uint32_t sources) : argument
805 mSources(sources), mKeyboardType(AINPUT_KEYBOARD_TYPE_NONE),
1008 const String8& name, uint32_t classes, uint32_t sources,
1011 FakeInputMapper* mapper = new FakeInputMapper(device, sources);
1057 << "Should return unknown when the device id is valid but the sources are not supported by the device.";
1061 << "Should return value provided by mapper when device id is valid and the device supports some of the sources.";
1065 << "Should return unknown when the device id is < 0 but the sources are not supported by any device.";
1069 << "Should return value provided by mapper when device id is < 0 and one of the devices supports some of the sources.";
1084 << "Should return unknown when the device id is valid but the sources are not supported by the device.";
1088 << "Should return value provided by mapper when device id is valid and the device supports some of the sources
1007 addDeviceWithFakeInputMapper(int32_t deviceId, int32_t controllerNumber, const String8& name, uint32_t classes, uint32_t sources, const PropertyMap* configuration) argument
[all...]
/frameworks/native/services/inputflinger/
H A DInputReader.cpp153 static inline bool sourcesMatchMask(uint32_t sources, uint32_t sourceMask) { argument
154 return (sources & sourceMask & ~ AINPUT_SOURCE_CLASS_MASK) != 0;
378 ALOGI("Device added: id=%d, name='%s', sources=0x%08x", deviceId,
402 ALOGI("Device removed: id=%d, name='%s', sources=0x%08x",
2786 // Configure device sources, surface dimensions, orientation and
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp13630 GLuint GLTrace_glGetDebugMessageLogKHR(GLuint count, GLsizei bufSize, GLenum * sources, GLenum * types, GLuint * ids, GLenum * severities, GLsizei * lengths, GLchar * messageLog) { argument
13648 // copy argument sources
13652 arg_sources->add_int64value((uintptr_t)sources);
13687 GLuint retValue = glContext->hooks->gl.glGetDebugMessageLogKHR(count, bufSize, sources, types, ids, severities, lengths, messageLog);
13698 (void *) sources,
[all...]

Completed in 759 milliseconds