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

12

/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
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetDebugMessageLog.java1 // C function GLuint glGetDebugMessageLog ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
6 int[] sources,
19 // C function GLuint glGetDebugMessageLog ( 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 glGetDebugMessageLog ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
34 int[] sources,
43 // C function GLuint glGetDebugMessageLog ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
47 java.nio.IntBuffer sources,
3 glGetDebugMessageLog( 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 glGetDebugMessageLog( 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 glGetDebugMessageLog( int count, int[] sources, int sourcesOffset, int[] types, int typesOffset, int[] ids, int idsOffset, int[] severities, int severitiesOffset) argument
45 glGetDebugMessageLog( int count, java.nio.IntBuffer sources, java.nio.IntBuffer types, java.nio.IntBuffer ids, java.nio.IntBuffer severities) argument
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/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioRoute.h41 void setSources(const AudioPortVector &sources) { mSources = sources; } argument
H A DSerializer.h141 static const char sources[]; /**< sources: all source that can be involved in this route. */ member in struct:android::RouteTraits::Attributes
/frameworks/base/tools/split-select/
H A DAndroid.mk27 sources := \ macro
75 LOCAL_SRC_FILES := $(sources)
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DVideoPauseTracker.java30 * sources.
35 * {@link ImsVideoCallProviderWrapper#resumeVideo(int, int)} methods. As a result, multiple sources
55 * Tracks the current sources of pause requests.
182 * Returns a comma separated list of sources.
184 * @param sources The sources.
185 * @return Comma separated list of sources.
187 private String sourcesToString(Collection<Integer> sources) { argument
189 return sources.stream()
/frameworks/base/core/java/com/android/internal/inputmethod/
H A DLocaleUtils.java145 * @param sources Source items to be filtered.
154 @NonNull List<T> sources,
167 final int sourceSize = sources.size();
169 final Locale locale = extractor.get(sources.get(i));
208 dest.add(sources.get(entry.mIndex));
153 filterByLanguage( @onNull List<T> sources, @NonNull LocaleExtractor<T> extractor, @NonNull LocaleList preferredLocales, @NonNull ArrayList<T> dest) argument
/frameworks/av/media/libaudiohal/
H A DDeviceHalHidl.cpp300 const struct audio_port_config *sources,
306 HidlUtils::audioPortConfigsFromHal(num_sources, sources, &hidlSources);
298 createAudioPatch( unsigned int num_sources, const struct audio_port_config *sources, unsigned int num_sinks, const struct audio_port_config *sinks, audio_patch_handle_t *patch) argument
H A DDeviceHalLocal.cpp156 const struct audio_port_config *sources,
162 mDev, num_sources, sources, num_sinks, sinks, patch);
154 createAudioPatch( unsigned int num_sources, const struct audio_port_config *sources, unsigned int num_sinks, const struct audio_port_config *sinks, audio_patch_handle_t *patch) argument
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DHwModule.cpp157 Vector <sp<AudioPort> > sources = route->getSources(); local
158 for (size_t i = 0; i < sources.size(); i++) {
159 if (sources[i]->getType() == AUDIO_PORT_TYPE_DEVICE) {
160 sourceDevices.add(mDeclaredDevices.getDeviceFromTagName(sources[i]->getTagName()));
H A DSerializer.cpp343 const char RouteTraits::Attributes::sources[] = "sources"; member in class:android::RouteTraits::Attributes
373 string sourcesAttr = getXmlAttribute(root, Attributes::sources);
375 ALOGE("%s: No %s found", __FUNCTION__, Attributes::sources);
379 AudioPortVector sources; local
390 sources.add(source);
397 for (size_t i = 0; i < sources.size(); i++) {
398 sp<AudioPort> source = sources.itemAt(i);
401 element->setSources(sources);
/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/base/packages/StatementService/src/com/android/statementservice/
H A DDirectStatementService.java105 * A String ArrayList bundle entry that stores sources that can't be verified.
188 List<String> sources = extras.getStringArrayList(EXTRA_SOURCE_ASSET_DESCRIPTORS);
197 if (sources == null) {
214 new IsAssociatedCallable(sources, target, relation, resultReceiver), TAG));
228 public IsAssociatedCallable(List<String> sources, String target, String relation, argument
230 mSources = sources;
/frameworks/base/tools/aapt2/process/
H A DSymbolTable.cpp55 // We do not clear the cache, because sources earlier in the list take
84 // The name was not found in the cache. Mangle it (if necessary) and find it in our sources.
121 // We did not find it in the cache, so look through the sources.
157 const ResourceName& name, const std::vector<std::unique_ptr<ISymbolSource>>& sources) {
158 for (auto& source : sources) {
168 ResourceId id, const std::vector<std::unique_ptr<ISymbolSource>>& sources) {
169 for (auto& source : sources) {
156 FindByName( const ResourceName& name, const std::vector<std::unique_ptr<ISymbolSource>>& sources) argument
167 FindById( ResourceId id, const std::vector<std::unique_ptr<ISymbolSource>>& sources) argument
/frameworks/compile/libbcc/lib/
H A DRSCompilerDriver.cpp306 const std::vector<Source*>& sources,
314 for (Source* source : sources) {
331 for (Source* source : sources) {
371 sourcesToFuse.push_back(sources[p.first]);
388 Source* source = sources[p.first];
303 buildScriptGroup( BCCContext& Context, const char* pOutputFilepath, const char* pRuntimePath, const char* pRuntimeRelaxedPath, bool dumpIR, const char* buildChecksum, const std::vector<Source*>& sources, const std::list<std::list<std::pair<int, int>>>& toFuse, const std::list<std::string>& fused, const std::list<std::list<std::pair<int, int>>>& invokes, const std::list<std::string>& invokeBatchNames) argument
H A DRSScriptGroupFusion.cpp91 int getFusedFuncSig(const std::vector<Source*>& sources, argument
98 for (const Source* source : sources) {
134 const std::vector<Source*>& sources,
138 int error = getFusedFuncSig(sources, slots, signature);
144 const Function* firstF = getFunction(M, sources.front(), slots.front(), nullptr);
165 const Function* lastF = getFunction(M, sources.back(), slots.back(), nullptr);
177 const std::vector<Source *>& sources,
181 bccAssert(sources.size() == slots.size() && "sources and slots differ in size");
186 getFusedFuncType(Context, sources, slot
133 getFusedFuncType(bcc::BCCContext& Context, const std::vector<Source*>& sources, const std::vector<int>& slots, Module* M, uint32_t* signature) argument
176 fuseKernels(bcc::BCCContext& Context, const std::vector<Source *>& sources, const std::vector<int>& slots, const std::string& fusedName, Module* mergedModule) argument
[all...]
/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp198 std::vector<bcc::Source*> sources; local
206 sources.push_back(source);
224 sources, sourcesAndSlots, fusedKernelNames,
/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);
112 if (sources[j]->getIfd() == ifdKey) {
113 if ((ret = sources[i]->writeToStream(endOut, sizeToWrite)) != OK) {
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp513 Vector<sp<IMediaSource> > &sources, bool syncInfoPresent) {
530 for (size_t i = 0; i < sources.size(); ++i) {
531 sp<IMediaSource> source = sources.editItemAt(i);
512 writeSourcesToMP4( Vector<sp<IMediaSource> > &sources, bool syncInfoPresent) argument
/frameworks/base/core/java/android/view/
H A DInputDevice.java39 * Some input devices present multiple distinguishable sources of input.
42 * As a further wrinkle, different kinds of input sources uses different coordinate systems
409 int productId, String descriptor, boolean isExternal, int sources, int keyboardType,
420 mSources = sources;
636 * Gets the input sources supported by this input device as a combined bitfield.
637 * @return The supported input sources.
644 * Determines whether the input device supports the given source or sources.
646 * @param source The input source or sources to check against. This can be a generic device
648 * {@link InputDevice#SOURCE_CLASS_POINTER}, or a combination of sources bitwise ORed together.
649 * @return Whether the device can produce all of the given sources
408 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 hasMicrophone, 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.cpp829 // temporarily disable packet sources to be swapped to prevent
885 // re-enable all packet sources
1212 sp<AnotherPacketSource> sources[kNumSources], uint32_t streamMask, bool newUri) {
1219 if ((sources[kVideoIndex] != NULL) // video fetcher; or ...
1220 || (!(streamMask & STREAMTYPE_VIDEO) && sources[kAudioIndex] != NULL)) {
1237 sp<AnotherPacketSource> sources[kNumSources]; local
1241 sources[i] = getPacketSourceForStreamIndex(i, newUri);
1253 sources[kAudioIndex],
1254 sources[kVideoIndex],
1255 sources[kSubtitleInde
1211 getMetadataSource( sp<AnotherPacketSource> sources[kNumSources], uint32_t streamMask, bool newUri) argument
1852 sp<AnotherPacketSource> sources[kNumSources]; local
[all...]
/frameworks/base/core/java/android/text/
H A DTextUtils.java888 String[] sources,
892 for (int i = 0; i < sources.length; i++) {
893 int where = indexOf(tb, sources[i]);
896 tb.setSpan(sources[i], where, where + sources[i].length(),
900 for (int i = 0; i < sources.length; i++) {
901 int start = tb.getSpanStart(sources[i]);
902 int end = tb.getSpanEnd(sources[i]);
1086 * Transforms a CharSequences to uppercase, copying the sources spans and keeping them spans as
1088 * string is identical to the sources, th
887 replace(CharSequence template, String[] sources, CharSequence[] destinations) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp2177 Vector<StripSource*> sources; local
2184 ALOGV("%s: Adding thumbnail strip sources.", __FUNCTION__);
2191 sources.add(thumbnailSource.get());
2215 sources.add(&stripSource);
2218 if ((ret = writer->write(out.get(), sources.editArray(), sources.size())) != OK) {
2232 sources.add(&stripSource);
2235 if ((ret = writer->write(out.get(), sources.editArray(), sources.size())) != OK) {
2287 Vector<StripSource*> sources; local
[all...]

Completed in 763 milliseconds

12