Searched defs:input (Results 126 - 138 of 138) sorted by relevance

123456

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4lib_int.h86 BitstreamEncVideo *stream; /* library bitstream buffer (input buffer) */
326 VideoEncFrameIO *input; /* original input frame */ member in struct:tagVideoEncData
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp1073 // indicate output device change to all input threads for pre processing
1376 audio_io_handle_t input,
1429 RecordThread *thread = checkRecordThread_l(input);
1448 ALOGV("openRecord() lSessionId: %d input %d", lSessionId, input);
1948 audio_io_handle_t *input,
1961 sp<RecordThread> thread = openInput_l(module, input, config, *device, address, source, flags);
1964 // notify client processes of the new input creation
1972 audio_io_handle_t *input,
1981 *input
1375 openRecord( audio_io_handle_t input, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, size_t *frameCount, IAudioFlinger::track_flags_t *flags, pid_t tid, int *sessionId, size_t *notificationFrames, sp<IMemory>& cblk, sp<IMemory>& buffers, status_t *status) argument
1947 openInput(audio_module_handle_t module, audio_io_handle_t *input, audio_config_t *config, audio_devices_t *device, const String8& address, audio_source_t source, audio_input_flags_t flags) argument
1971 openInput_l(audio_module_handle_t module, audio_io_handle_t *input, audio_config_t *config, audio_devices_t device, const String8& address, audio_source_t source, audio_input_flags_t flags) argument
2093 closeInput(audio_io_handle_t input) argument
2098 closeInput_nonvirtual(audio_io_handle_t input) argument
[all...]
H A DThreads.cpp945 // Only Pre processor effects are allowed on input threads and only on input threads
2257 // the sink buffer as input
2262 ALOGV("addEffectChain_l() creating new input buffer %p session %d", buffer, session);
3600 // clear effect chain input buffer if an active track underruns to avoid sending
4092 // clear effect chain input buffer if the last active track started underruns
4928 AudioStreamIn *input,
4937 mInput(input), mActiveTracksGen(0), mRsmpInBuffer(NULL),
4960 // create an NBAIO source for the HAL input stream, and negotiate
4961 mInputSource = new AudioStreamInSource(input
4927 RecordThread(const sp<AudioFlinger>& audioFlinger, AudioStreamIn *input, audio_io_handle_t id, audio_devices_t outDevice, audio_devices_t inDevice , const sp<NBAIO_Sink>& teeSink ) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp369 ALOGE("%s: Exception while reading from input into byte buffer.", __FUNCTION__);
402 InputStripSource(JNIEnv* env, Input& input, uint32_t ifd, uint32_t width, uint32_t height,
424 InputStripSource::InputStripSource(JNIEnv* env, Input& input, uint32_t ifd, uint32_t width, argument
426 uint32_t bytesPerSample, uint32_t samplesPerPixel) : mIfd(ifd), mInput(&input),
457 "Error encountered while skip bytes in input stream.");
1887 ALOGV("%s: Using input-type strip source.", __FUNCTION__);
1957 ALOGV("%s: Using input-type strip source.", __FUNCTION__);
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java17 package com.android.server.input;
50 import android.hardware.input.IInputDevicesChangedListener;
51 import android.hardware.input.IInputManager;
52 import android.hardware.input.InputDeviceIdentifier;
53 import android.hardware.input.InputManager;
54 import android.hardware.input.InputManagerInternal;
55 import android.hardware.input.KeyboardLayout;
56 import android.hardware.input.TouchCalibration;
108 private static final String EXCLUDED_DEVICES_PATH = "etc/excluded-input-devices.xml";
116 // Pointer to native input manage
[all...]
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1666 /// update the output section flags based on input section flags.
1671 // union the flags from input
1678 // if there is an input section is not SHF_MERGE, clean this flag
1682 // if there is an input section is not SHF_STRINGS, clean this flag
2141 // 2. check the stack info from the input objects
2160 // 2.2 there are no stack note sections in all input objects
2374 } // for each input description
2612 // To merge input's relocation sections into output's relocation sections.
2614 // If we are generating relocatables (-r), move input relocation sections
2617 Module::obj_iterator input, inEn local
[all...]
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java1378 // let's choose the selected or first entry if only the input text is NOT an email
1380 // new/unencountered email input
2365 private boolean isValidEmailAddress(String input) { argument
2366 return !TextUtils.isEmpty(input) && mValidator != null &&
2367 mValidator.isValid(input);
/frameworks/base/include/androidfw/
H A DResourceTypes.h297 // The 'data' is either 0 or 1, for input "false" or "true" respectively.
1028 uint32_t input; member in union:android::ResTable_config::__anon914
1199 // well formed BCP-47 locale contained in |in|. The input locale is
1810 static String8 normalizeForOutput(const char* input);
/frameworks/base/opengl/java/android/opengl/
H A DGLLogWrapper.java930 private ByteBuffer toByteBuffer(int byteCount, Buffer input) { argument
933 if (input instanceof ByteBuffer) {
934 ByteBuffer input2 = (ByteBuffer) input;
944 } else if (input instanceof CharBuffer) {
945 CharBuffer input2 = (CharBuffer) input;
956 } else if (input instanceof ShortBuffer) {
957 ShortBuffer input2 = (ShortBuffer) input;
968 } else if (input instanceof IntBuffer) {
969 IntBuffer input2 = (IntBuffer) input;
980 } else if (input instanceo
[all...]
/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.cpp27 // A device mask for all audio input devices that are considered "virtual" when evaluating
33 // A device mask for all audio input and output devices where matching inputs/outputs on device
355 // handle input devices
362 // handle input device connection
393 // handle input device disconnection
400 ALOGV("setDeviceConnectionState() disconnecting input device %x", device);
426 } // end if is input device
567 "updateCallRouting() selected device not in input device list");
843 // Find a direct output profile compatible with the parameters passed, even if the input flags do
1319 // Automatically enable the remote submix input whe
1456 getInputForAttr(const audio_attributes_t *attr, audio_io_handle_t *input, audio_session_t session, uint32_t samplingRate, audio_format_t format, audio_channel_mask_t channelMask, audio_input_flags_t flags, input_type_t *inputType) argument
1618 startInput(audio_io_handle_t input, audio_session_t session) argument
1686 stopInput(audio_io_handle_t input, audio_session_t session) argument
1736 releaseInput(audio_io_handle_t input, audio_session_t session) argument
3205 audio_io_handle_t input = AUDIO_IO_HANDLE_NONE; local
3474 addInput(audio_io_handle_t input, sp<AudioInputDescriptor> inputDesc) argument
3852 audio_io_handle_t input = AUDIO_IO_HANDLE_NONE; local
4039 closeInput(audio_io_handle_t input) argument
4299 getNewInputDevice(audio_io_handle_t input) argument
5043 setInputDevice(audio_io_handle_t input, audio_devices_t device, bool force, audio_patch_handle_t *patchHandle) argument
5108 resetInputDevice(audio_io_handle_t input, audio_patch_handle_t *patchHandle) argument
[all...]
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java514 FullRestoreParams(ParcelFileDescriptor input) { argument
515 fd = input;
2701 private String SHA1Checksum(byte[] input) { argument
2705 checksum = md.digest(input);
3910 // pipe until we hit EOD on the input stream.
4459 // input file
4490 // go on to the next file in the input stream
5654 if (MORE_DEBUG) Slog.v(TAG, "Done consuming input tarfile, total bytes=" + mBytes);
5656 Slog.e(TAG, "Unable to read restore input");
5784 Slog.w(TAG, "Can't read input heade
[all...]
/frameworks/base/core/java/android/widget/
H A DTextView.java1063 Log.w(LOG_TAG, "Failure reading input extras", e);
1065 Log.w(LOG_TAG, "Failure reading input extras", e);
1150 // If no input type was specified, we will default to generic
1157 // If set, the input type overrides what was set using the deprecated singleLine flag.
1325 * However, TextViews that have input or movement methods *are*
1439 // Hide the soft input if the currently active TextView is disabled
1629 * to disallow user input. Note that this method has significant and
1630 * subtle interactions with soft keyboards and other input method:
1649 public void setKeyListener(KeyListener input) { argument
1650 setKeyListenerOnly(input);
1671 setKeyListenerOnly(KeyListener input) argument
[all...]
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1716 ::google::protobuf::io::CodedInputStream* input) {
1719 while ((tag = input->ReadTag()) != 0) {
1728 input, &value)));
1735 if (input->ExpectTag(16)) goto parse_isArray;
1746 input, &isarray_)));
1751 if (input->ExpectTag(24)) goto parse_intValue;
1762 1, 24, input, this->mutable_intvalue())));
1768 input, this->mutable_intvalue())));
1772 if (input->ExpectTag(24)) goto parse_intValue;
1773 if (input
1715 MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) argument
2126 MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) argument
2375 MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) argument
[all...]

Completed in 458 milliseconds

123456