Searched refs:input (Results 276 - 300 of 431) sorted by relevance

<<1112131415161718

/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/
H A DExpressionVisitorTest.java53 private <T extends Expr> T parse(String input, Class<T> klass) { argument
54 final Expr parsed = mParser.parse(input, null);
/frameworks/native/include/media/drm/
H A DDrmAPI.h293 // Encrypt the provided input buffer with the cipher algorithm
298 Vector<uint8_t> const &input,
302 // Decrypt the provided input buffer with the cipher algorithm
307 Vector<uint8_t> const &input,
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/
H A DXmlEditor.java192 for (AttributeContext input : attributes(elementContext)) {
193 String attrName = input.attrName.getText();
196 final String value = input.attrValue.getText();
197 isExpression = isExpressionText(input.attrValue.getText());
200 result.add(input);
218 L.e("invalid input in %s", context);
225 L.e("invalid input in %s", context);
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp1160 // indicate output device change to all input threads for pre processing
1460 audio_io_handle_t input,
1532 RecordThread *thread = checkRecordThread_l(input);
1554 ALOGV("openRecord() lSessionId: %d input %d", lSessionId, input);
2066 audio_io_handle_t *input,
2079 sp<RecordThread> thread = openInput_l(module, input, config, *devices, address, source, flags);
2082 // notify client processes of the new input creation
2090 audio_io_handle_t *input,
2099 *input
1459 openRecord( audio_io_handle_t input, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, const String16& opPackageName, size_t *frameCount, IAudioFlinger::track_flags_t *flags, pid_t pid, pid_t tid, int clientUid, audio_session_t *sessionId, size_t *notificationFrames, sp<IMemory>& cblk, sp<IMemory>& buffers, status_t *status) argument
2065 openInput(audio_module_handle_t module, audio_io_handle_t *input, audio_config_t *config, audio_devices_t *devices, const String8& address, audio_source_t source, audio_input_flags_t flags) argument
2089 openInput_l(audio_module_handle_t module, audio_io_handle_t *input, audio_config_t *config, audio_devices_t devices, const String8& address, audio_source_t source, audio_input_flags_t flags) argument
2222 closeInput(audio_io_handle_t input) argument
2227 closeInput_nonvirtual(audio_io_handle_t input) argument
[all...]
/frameworks/base/core/java/android/util/apk/
H A DApkSignatureSchemeV2Verifier.java464 for (DataSource input : contents) {
465 totalChunkCountLong += getChunkCount(input.size());
501 // this code is running and based on the size of input.
503 for (DataSource input : contents) {
505 long inputRemaining = input.size();
513 input.feedIntoMessageDigests(mds, inputOffset, chunkSize);
547 byte[] input = digestsOfChunks[i];
555 byte[] output = md.digest(input);
/frameworks/base/media/java/android/media/
H A DMediaCodec.java53 In broad terms, a codec processes input data to generate output data. It processes data
54 asynchronously and uses a set of input and output buffers. At a simplistic level, you request
55 (or receive) an empty input buffer, fill it up with data and send it to the codec for
114 CodecCapabilities#COLOR_FormatSurface} and it can be used with an input or output Surface.</li>
116 CodecCapabilities#COLOR_FormatYUV420Flexible}): These can be used with an input/output Surface,
218 as the first input buffer is dequeued, the codec moves to the Running sub-state, where it spends
219 most of its life. When you queue an input buffer with the {@linkplain #BUFFER_FLAG_END_OF_STREAM
221 codec no longer accepts further input buffers, but still generates output buffers until the
276 Since {@link android.os.Build.VERSION_CODES#LOLLIPOP}, you can query the resulting input and
280 If you want to process raw input vide
2737 getFormatNative(boolean input) argument
2897 cacheBuffers(boolean input) argument
3395 getBuffers(boolean input) argument
3398 getBuffer(boolean input, int index) argument
3401 getImage(boolean input, int index) argument
[all...]
/frameworks/av/media/libmedia/
H A DCharacterEncodingDetector.cpp272 * - decode the input using each of the matches found
281 const char *input, size_t len,
311 // keep track of how many "special" characters result when converting the input using each
346 const char *source = input;
347 const char *sourceLimit = input + len;
280 getPreferred( const char *input, size_t len, const UCharsetMatch** ucma, size_t nummatches, bool *goodmatch, int *highestmatch) argument
H A DAudioSystem.cpp517 "frameCount %zu deviceId %d", event == AUDIO_OUTPUT_OPENED ? "output" : "input",
525 event == AUDIO_OUTPUT_CLOSED ? "output" : "input", ioDesc->mIoHandle);
529 event == AUDIO_OUTPUT_CLOSED ? "output" : "input", ioDesc->mIoHandle);
555 event == AUDIO_OUTPUT_CONFIG_CHANGED ? "output" : "input",
577 // Do we have a stale mInBuffSize or are we requesting the input buffer size for new values
837 audio_io_handle_t *input,
850 attr, input, session, pid, uid,
854 status_t AudioSystem::startInput(audio_io_handle_t input, argument
859 return aps->startInput(input, session);
862 status_t AudioSystem::stopInput(audio_io_handle_t input, argument
836 getInputForAttr(const audio_attributes_t *attr, audio_io_handle_t *input, audio_session_t session, pid_t pid, uid_t uid, uint32_t samplingRate, audio_format_t format, audio_channel_mask_t channelMask, audio_input_flags_t flags, audio_port_handle_t selectedDeviceId) argument
870 releaseInput(audio_io_handle_t input, audio_session_t session) argument
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DInputMonitor.java36 import com.android.server.input.InputApplicationHandle;
37 import com.android.server.input.InputManagerService;
38 import com.android.server.input.InputWindowHandle;
46 // Current window with input focus for keys and other non-touch events. May be null.
49 // When true, prevents input dispatch from proceeding until set to false again.
52 // The reason the input is currently frozen or null if the input isn't frozen.
55 // When true, input dispatch proceeds normally. Otherwise all events are dropped.
56 // Initially false, so that input does not get dispatched until boot is finished at
63 // Array of window handles to provide to the input dispatche
[all...]
/frameworks/native/libs/input/
H A DKeyLayoutMap.cpp22 #include <input/InputEventLabels.h>
23 #include <input/Keyboard.h>
24 #include <input/KeyLayoutMap.h>
H A DInputDevice.cpp23 #include <input/InputDevice.h>
94 ALOGD("Probing for system provided input device configuration file: path='%s'", path.string());
109 ALOGD("Probing for system user input device configuration file: path='%s'", path.string());
120 ALOGD("Probe failed to find input device configuration file: name='%s', type=%d",
/frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
H A DMainActivity.java234 InputStream input = null;
236 input = getContentResolver().openInputStream(data);
237 mDisplayedImage = BitmapFactory.decodeStream(input);
/frameworks/av/drm/libmediadrm/
H A DDrm.cpp668 Vector<uint8_t> const &input,
683 return mPlugin->encrypt(sessionId, keyId, input, iv, output);
688 Vector<uint8_t> const &input,
703 return mPlugin->decrypt(sessionId, keyId, input, iv, output);
666 encrypt(Vector<uint8_t> const &sessionId, Vector<uint8_t> const &keyId, Vector<uint8_t> const &input, Vector<uint8_t> const &iv, Vector<uint8_t> &output) argument
686 decrypt(Vector<uint8_t> const &sessionId, Vector<uint8_t> const &keyId, Vector<uint8_t> const &input, Vector<uint8_t> const &iv, Vector<uint8_t> &output) argument
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Davcenc_api.cpp276 OSCL_EXPORT_REF AVCEnc_Status PVAVCEncSetInput(AVCHandle *avcHandle, AVCFrameIO *input) argument
299 if (input->pitch > 0xFFFF)
308 if (AVCENC_SUCCESS != RCDetermineFrameNum(encvid, rateCtrl, input->coding_timestamp, &frameNum))
317 encvid->currInput = input;
H A Davcenc_api.h99 int width; /* width of an input frame in pixel */
100 int height; /* height of an input frame in pixel */
215 Users call this function to provide an input structure to the encoder library which will keep
216 a list of input structures it receives in case the users call this function many time before
221 \param "input" "Pointer to the input structure."
223 AVCENC_FAIL if the encoder is not in the right state to take a new input frame.
226 AVCENC_NO_PICTURE if the input frame coding timestamp is too early, users must
229 OSCL_IMPORT_REF AVCEnc_Status PVAVCEncSetInput(AVCHandle *avcHandle, AVCFrameIO *input);
235 maximum number of macroblocks fitted into the given input argumen
[all...]
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java333 * @param pfd The input file to compare the size of
349 AutoCloseInputStream input = new ParcelFileDescriptor.AutoCloseInputStream(actual);
356 assertEquals(input.read(actualData), fileSize);
388 AutoCloseInputStream input = new ParcelFileDescriptor.AutoCloseInputStream(pfd);
396 while (((actualRead = input.read(actual)) != -1) &&
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMException.h94 static std::unique_ptr<ARMInputExMap> create(Input &input);
/frameworks/native/libs/input/tests/
H A DInputChannel_test.cpp24 #include <input/InputTransport.h>
39 // Our purpose here is to verify that the input channel destructor closes the
51 inputChannel.clear(); // destroys input channel
/frameworks/native/services/inputflinger/
H A DInputListener.h20 #include <input/Input.h>
29 /* Superclass of all input event argument objects */
156 * The interface used by the InputReader to notify the InputListener about input events.
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.cpp466 const QueueBufferInput& input, QueueBufferOutput* output) {
468 return mSource[SOURCE_SINK]->queueBuffer(pslot, input, output);
482 result = mSource[SOURCE_SCRATCH]->queueBuffer(sslot, input, &scratchQBO);
511 input.deflate(&timestamp, &isAutoTimestamp, &dataSpace, &crop,
465 queueBuffer(int pslot, const QueueBufferInput& input, QueueBufferOutput* output) argument
H A DVirtualDisplaySurface.h113 const QueueBufferInput& input, QueueBufferOutput* output);
/frameworks/rs/api/
H A Drs_vector_math.spec20 These functions interpret the input arguments as representation of vectors in
31 infinity input may not be handled correctly.</li>
/frameworks/base/cmds/hid/jni/
H A Dcom_android_commands_hid_Device.cpp145 ev.u.input.size = reportSize;
146 memcpy(&ev.u.input.data, report, reportSize);
/frameworks/base/cmds/input/src/com/android/commands/input/
H A DInput.java17 package com.android.commands.input;
19 import android.hardware.input.InputManager;
149 * @param text is a string of characters you want to input to the device.
222 * @param inputSource the InputDevice.SOURCE_* sending the input event
252 * @param inputSource the InputDevice.SOURCE_* sending the input event
283 System.err.println("Usage: input [<source>] <command> [<arg>...]");
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonRipple.java360 public float getInterpolation(float input) { argument
361 return 1 - (float) Math.pow(400, -input * 1.4);

Completed in 2596 milliseconds

<<1112131415161718