Searched refs:sources (Results 26 - 50 of 57) sorted by relevance

123

/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp368 rxSourceDeviceDesc->toAudioPortConfig(&patch.sources[0]);
381 outputDesc->toAudioPortConfig(&patch.sources[1]);
382 patch.sources[1].ext.mix.usecase.stream = AUDIO_STREAM_PATCH;
406 txSourceDeviceDesc->toAudioPortConfig(&patch.sources[0]);
424 outputDesc->toAudioPortConfig(&patch.sources[1]);
425 patch.sources[1].ext.mix.usecase.stream = AUDIO_STREAM_PATCH;
1639 inputDesc->getModuleHandle() == mCallTxPatch->mPatch.sources[0].ext.device.hw_module) {
2409 ALOGV("createAudioPatch() num sources %d num sinks %d", patch->num_sources, patch->num_sinks);
2420 if (patch->sources[0].role != AUDIO_PORT_ROLE_SOURCE) {
2432 ALOGV("createAudioPatch source id %d role %d type %d", patch->sources[
[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/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/compile/libbcc/tools/bcc/
H A DMain.cpp190 std::vector<bcc::Source*> sources; local
198 sources.push_back(source);
216 sources, sourcesAndSlots, fusedKernelNames,
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
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/compile/slang/
H A DAndroid.mk190 intermediates := $(call local-generated-sources-dir)
/frameworks/base/core/java/android/text/
H A DTextUtils.java844 String[] sources,
848 for (int i = 0; i < sources.length; i++) {
849 int where = indexOf(tb, sources[i]);
852 tb.setSpan(sources[i], where, where + sources[i].length(),
856 for (int i = 0; i < sources.length; i++) {
857 int start = tb.getSpanStart(sources[i]);
858 int end = tb.getSpanEnd(sources[i]);
843 replace(CharSequence template, String[] sources, CharSequence[] destinations) argument
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES31Ext.spec5 GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
H A DGLES32.spec6 GLuint glGetDebugMessageLog ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
/frameworks/rs/
H A DAndroid.mk95 generated_sources:= $(local-generated-sources-dir)
198 generated_sources:= $(local-generated-sources-dir)
266 intermediates := $(call local-generated-sources-dir)
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp2159 Vector<StripSource*> sources; local
2166 ALOGV("%s: Adding thumbnail strip sources.", __FUNCTION__);
2173 sources.add(thumbnailSource.get());
2197 sources.add(&stripSource);
2200 if ((ret = writer->write(out.get(), sources.editArray(), sources.size())) != OK) {
2214 sources.add(&stripSource);
2217 if ((ret = writer->write(out.get(), sources.editArray(), sources.size())) != OK) {
2269 Vector<StripSource*> sources; local
[all...]
H A Dandroid_media_AudioSystem.cpp1240 jStatus = convertAudioPortConfigToNative(env, &nPatch.sources[i], jSource, false);
1411 // load sources
1423 &nPatches[i].sources[j]);
1432 nPatches[i].sources[j].type == AUDIO_PORT_TYPE_DEVICE ? "device" : "mix",
1433 nPatches[i].sources[j].id);
/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
398 int productId, String descriptor, boolean isExternal, int sources, int keyboardType,
409 mSources = sources;
624 * Gets the input sources supported by this input device as a combined bitfield.
625 * @return The supported input sources.
632 * Determines whether the input device supports the given source or sources.
634 * @param source The input source or sources to check against. This can be a generic device
636 * {@link InputDevice#SOURCE_CLASS_POINTER}, or a combination of sources bitwise ORed together.
637 * @return Whether the device can produce all of the given sources
397 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/support/v8/renderscript/rs_support/
H A DAndroid.mk46 generated_sources_dir := $(call local-generated-sources-dir)
/frameworks/av/media/img_utils/include/img_utils/
H A DTiffWriter.h93 virtual status_t write(Output* out, StripSource** sources, size_t sourcesCount,
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.h224 // A second set of packet sources that buffer content for the variant we're switching to.
263 sp<AnotherPacketSource> sources[kNumSources], uint32_t streamMask, bool newUri);
/frameworks/base/media/java/android/media/
H A DAudioManager.java3604 * @param sources List of source audio ports. All must be AudioPort.ROLE_SOURCE.
3619 AudioPortConfig[] sources,
3621 return AudioSystem.createAudioPatch(patch, sources, sinks);
3752 for (int j = 0; j < newPatches.get(i).sources().length; j++) {
3753 AudioPortConfig portCfg = updatePortConfig(newPatches.get(i).sources()[j],
3755 newPatches.get(i).sources()[j] = portCfg;
3766 for (AudioPortConfig portCfg : newPatch.sources()) {
3618 createAudioPatch(AudioPatch[] patch, AudioPortConfig[] sources, AudioPortConfig[] sinks) argument
H A DAudioSystem.java708 AudioPortConfig[] sources, AudioPortConfig[] sinks);
707 createAudioPatch(AudioPatch[] patch, AudioPortConfig[] sources, AudioPortConfig[] sinks) argument
/frameworks/support/v7/mediarouter/
H A DAndroid.mk110 # to mediarouter, so we'll have to point doclava at the sources for
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp510 Vector<sp<IMediaSource> > &sources, bool syncInfoPresent) {
527 for (size_t i = 0; i < sources.size(); ++i) {
528 sp<IMediaSource> source = sources.editItemAt(i);
509 writeSourcesToMP4( Vector<sp<IMediaSource> > &sources, bool syncInfoPresent) argument
/frameworks/base/libs/hwui/
H A DAndroid.mk146 $(call local-generated-sources-dir)/proto/$(LOCAL_PATH)
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DMLand.java258 int sources = dev.getSources();
261 return (((sources & InputDevice.SOURCE_GAMEPAD) == InputDevice.SOURCE_GAMEPAD)
262 || ((sources & InputDevice.SOURCE_JOYSTICK) == InputDevice.SOURCE_JOYSTICK));
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp1019 if (patch.sources[count].id != patch2.sources[count].id) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmMmiCode.java1403 String sources[] = {"{0}", "{1}", "{2}"};
1456 return TextUtils.replace(template, sources, destinations);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneMmiCode.java1258 String sources[] = {"{0}", "{1}", "{2}"};
1310 return TextUtils.replace(template, sources, destinations);

Completed in 641 milliseconds

123