Searched refs:input (Results 251 - 275 of 431) sorted by relevance

<<1112131415161718

/frameworks/base/core/java/android/hardware/input/
H A DKeyboardLayout.java17 package android.hardware.input;
H A DTouchCalibration.java17 package android.hardware.input;
23 * Encapsulates calibration data for input devices.
54 * @param xScale Influence of input x-axis value on output x-axis value.
55 * @param xyMix Influence of input y-axis value on output x-axis value.
57 * @param yXMix Influence of input x-axis value on output y-axis value.
58 * @param yScale Influence of input y-axis value on output y-axis value.
/frameworks/base/core/jni/
H A Dandroid_view_InputDevice.cpp17 #include <input/Input.h>
H A Dandroid_view_InputQueue.cpp23 #include <android/input.h>
26 #include <input/Input.h>
190 ALOGW("Could not create native input dispatching pipe: %s", strerror(errno));
H A Dandroid_view_KeyCharacterMap.cpp19 #include <input/KeyCharacterMap.h>
20 #include <input/Input.h>
H A Dandroid_view_VelocityTracker.cpp23 #include <input/Input.h>
24 #include <input/VelocityTracker.h>
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp173 bool ShaderProgram::Process(const std::vector<const GLTextureHandle*>& input, argument
175 // TODO: This can be optimized: If the input and output are the same, as in
194 for (unsigned i = 0; i < input.size(); ++i) {
195 // Get the current input frame and make sure it is a GL frame
196 if (input[i]) {
198 const GLuint tex_id = input[i]->GetTextureId();
199 const GLenum target = input[i]->GetTextureTarget();
201 ALOGE("ShaderProgram: invalid texture id at input: %d!", i);
217 bool ShaderProgram::Process(const std::vector<const GLFrame*>& input, GLFrame* output) { argument
218 std::vector<const GLTextureHandle*> textures(input
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java56 * Host for the remote input.
140 Log.i(TAG, "Unable to send remote input result", e);
343 RemoteInput input = null;
346 input = i;
349 if (input == null) {
353 setRemoteInput(inputs, input);
/frameworks/base/services/core/jni/
H A Dcom_android_server_tv_TvKeys.h5 #include <linux/input.h>
/frameworks/compile/slang/tests/P_reduce_general_input/
H A DScriptField_MyStruct.java.expect22 package input;
25 import input.reduce_general_inputBitCode;
/frameworks/minikin/tests/
H A DFontFamilyTest.cpp33 static const FontLanguages& createFontLanguages(const std::string& input) { argument
35 uint32_t langId = FontLanguageListCache::getId(input);
39 static FontLanguage createFontLanguage(const std::string& input) { argument
41 uint32_t langId = FontLanguageListCache::getId(input);
/frameworks/ml/bordeaux/learning/predictor_histogram/java/android/bordeaux/learning/
H A DHistogramPredictor.java165 ByteArrayInputStream input = new ByteArrayInputStream(modelData);
166 ObjectInputStream objStream = new ObjectInputStream(input);
330 ByteArrayInputStream input = new ByteArrayInputStream(modelData);
331 ObjectInputStream objStream = new ObjectInputStream(input);
/frameworks/native/include/gui/
H A DBufferQueueProducer.h113 const QueueBufferInput& input, QueueBufferOutput* output);
/frameworks/native/libs/input/
H A DVirtualKeyMap.cpp22 #include <input/VirtualKeyMap.h>
/frameworks/native/services/surfaceflinger/
H A DMonitoredProducer.h47 virtual status_t queueBuffer(int slot, const QueueBufferInput& input,
/frameworks/av/media/libmedia/
H A DIAudioFlinger.cpp177 audio_io_handle_t input,
196 data.writeInt32((int32_t) input);
527 audio_io_handle_t *input,
534 if (input == NULL || config == NULL || device == NULL) {
540 data.writeInt32(*input);
548 *input = AUDIO_IO_HANDLE_NONE;
553 *input = AUDIO_IO_HANDLE_NONE;
556 *input = (audio_io_handle_t)reply.readInt32();
562 virtual status_t closeInput(int input) argument
566 data.writeInt32(input);
176 openRecord( audio_io_handle_t input, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, const String16& opPackageName, size_t *pFrameCount, 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
526 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
983 audio_io_handle_t input = (audio_io_handle_t) data.readInt32(); local
1179 audio_io_handle_t input = (audio_io_handle_t)data.readInt32(); local
[all...]
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp125 // same name in input
137 // same name in input
802 for (Module::obj_iterator input = pModule.obj_begin();
803 input != pModule.obj_end();
804 ++input) {
805 LDContext* context = (*input)->context();
1167 for (const Input *input : pModule.getObjectList()) {
1168 if (input->type() != Input::Object)
1171 uint64_t newElfFlags = m_ElfFlagsMap[input];
1174 if (!getAbiFlags(*input, newElfFlag
[all...]
/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.h111 Vector<uint8_t> const &input,
117 Vector<uint8_t> const &input,
/frameworks/av/include/media/
H A DDrm.h101 Vector<uint8_t> const &input,
107 Vector<uint8_t> const &input,
H A DIDrm.h96 Vector<uint8_t> const &input,
102 Vector<uint8_t> const &input,
/frameworks/base/core/java/android/security/
H A DIKeystoreService.aidl70 OperationResult update(IBinder token, in KeymasterArguments params, in byte[] input);
/frameworks/base/core/java/org/apache/http/conn/ssl/
H A DAbstractVerifier.java284 private static boolean isIPv4Address(final String input) { argument
285 return IPV4_PATTERN.matcher(input).matches();
/frameworks/base/docs/html/ndk/reference/
H A Dreference_toc.cs35 <li><a href="/ndk/reference/input_8h.html">input.h</a></li>
/frameworks/base/libs/androidfw/
H A DZipUtils.cpp193 BufferReader(void* input, size_t inputSize) : argument
194 mInput(reinterpret_cast<unsigned char*>(input)),
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
H A DLayoutBinder.java291 public Expr parse(String input, boolean isTwoWay, @Nullable Location locationInFile) { argument
292 final Expr parsed = mExpressionParser.parse(input, locationInFile);

Completed in 518 milliseconds

<<1112131415161718