Searched refs:input (Results 226 - 250 of 278) sorted by relevance

1234567891011>>

/frameworks/base/tests/touchlag/
H A Dtouchlag.cpp23 #include <linux/input.h>
170 fd = open("/dev/input/event1", O_RDONLY);
/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp25 #include <input/InputTransport.h>
/frameworks/base/core/java/android/provider/
H A DMediaStore.java803 InputStream input = cr.openInputStream(url);
804 Bitmap bitmap = BitmapFactory.decodeStream(input);
805 input.close();
/frameworks/base/services/java/com/android/server/
H A DDropBoxManagerService.java192 InputStream input = entry.getInputStream();
199 int n = input.read(buffer, read, buffer.length - read);
227 read = input.read(buffer);
H A DVibratorService.java26 import android.hardware.input.InputManager;
465 // For now, we choose to ignore the presence of input devices that have vibrators
/frameworks/rs/
H A Drsg_generator.c652 FILE* input = fopen(rsgFile, "r"); local
654 char choice = fgetc(input);
655 fclose(input);
/frameworks/base/core/java/android/widget/
H A DTextView.java1031 Log.w(LOG_TAG, "Failure reading input extras", e);
1033 Log.w(LOG_TAG, "Failure reading input extras", e);
1106 // If no input type was specified, we will default to generic
1113 // If set, the input type overrides what was set using the deprecated singleLine flag.
1275 * However, TextViews that have input or movement methods *are*
1390 // Hide the soft input if the currently active TextView is disabled
1580 * to disallow user input. Note that this method has significant and
1581 * subtle interactions with soft keyboards and other input method:
1600 public void setKeyListener(KeyListener input) { argument
1601 setKeyListenerOnly(input);
1622 setKeyListenerOnly(KeyListener input) argument
[all...]
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1649 /// update the output section flags based on input section flags.
1654 // union the flags from input
1661 // if there is an input section is not SHF_MERGE, clean this flag
1665 // if there is an input section is not SHF_STRINGS, clean this flag
1878 // 2. check the stack info from the input objects
1897 // 2.2 there are no stack note sections in all input objects
2186 // To merge input's relocation sections into output's relocation sections.
2188 // If we are generating relocatables (-r), move input relocation sections
2191 Module::obj_iterator input, inEnd = pModule.obj_end(); local
2192 for (input
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A DarmCOMM.h181 * Description: Clips the input between MAX and MIN value
204 * Description: Clips the input between MAX and MIN value
235 * [in] shift Divides the input "v" by "2^shift"
414 * Returns the result of rounded right shift operation of input by the scalefactor
416 * output = Saturate_in_16Bits( ( RightShift( (Round(input) , scaleFactor ) )
419 * [in] input The input to be operated on
429 OMX_S32 input,
436 * Returns the result of saturating left-shift operation on input
437 * Or rounded Right shift if the input Shif
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM.h181 * Description: Clips the input between MAX and MIN value
204 * Description: Clips the input between MAX and MIN value
235 * [in] shift Divides the input "v" by "2^shift"
414 * Returns the result of rounded right shift operation of input by the scalefactor
416 * output = Saturate_in_16Bits( ( RightShift( (Round(input) , scaleFactor ) )
419 * [in] input The input to be operated on
429 OMX_S32 input,
436 * Returns the result of saturating left-shift operation on input
437 * Or rounded Right shift if the input Shif
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
H A DarmCOMM.h181 * Description: Clips the input between MAX and MIN value
204 * Description: Clips the input between MAX and MIN value
235 * [in] shift Divides the input "v" by "2^shift"
414 * Returns the result of rounded right shift operation of input by the scalefactor
416 * output = Saturate_in_16Bits( ( RightShift( (Round(input) , scaleFactor ) )
419 * [in] input The input to be operated on
429 OMX_S32 input,
436 * Returns the result of saturating left-shift operation on input
437 * Or rounded Right shift if the input Shif
[all...]
/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java984 * @param input String containing hex-encoded bytes
985 * @return input as an array of bytes
987 private byte[] hexToBytes(String input) { argument
988 if (input == null) {
992 final int inputLength = input.length();
1005 input.substring(inputIndex, inputIndex + 2), 16);
/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java17 package android.hardware.input;
42 * Provides information about input devices and available key layouts.
72 * The input manager service locates available keyboard layouts
85 * &lt;action android:name="android.hardware.input.action.QUERY_KEYBOARD_LAYOUTS" />
87 * &lt;meta-data android:name="android.hardware.input.metadata.KEYBOARD_LAYOUTS"
112 * <a href="http://source.android.com/tech/input/key-character-map-files.html">
118 "android.hardware.input.action.QUERY_KEYBOARD_LAYOUTS";
129 "android.hardware.input.metadata.KEYBOARD_LAYOUTS";
158 * Waits for previous events to be dispatched so that the input dispatcher can
159 * determine whether input even
[all...]
/frameworks/base/core/java/android/text/format/
H A DDateFormat.java180 * added. For the same input in {@code es_ES}, we'd have even more extra text:
184 * same "MMMMd" input, this method will return "d LLLL" in the {@code fa_IR} locale,
355 * Always returns false if the input format is null.
369 * {@code false} if the input format is {@code null}.
/frameworks/base/core/java/android/view/
H A DInputDevice.java20 import android.hardware.input.InputManager;
30 * Describes the capabilities of a particular input device.
32 * Each input device may support multiple classes of input. For example, a multi-function
36 * Some input devices present multiple distinguishable sources of input.
39 * As a further wrinkle, different kinds of input sources uses different coordinate systems
40 * to describe motion events. Refer to the comments on the input source constants for
63 * A mask for input source classes.
65 * Each distinct input sourc
[all...]
/frameworks/native/include/input/
H A DInput.h21 * Native input event structures.
24 #include <android/input.h>
32 * Additional private constants not defined in ndk/ui/input.h.
61 * Indicates that an input device has switches.
62 * This input source flag is hidden from the API because switches are only used by the system
92 * Declare a concrete type for the NDK's input event forward declaration.
99 * Declare a concrete type for the NDK's input device forward declaration.
113 * Flags that flow alongside events in the input dispatch system to help with certain
135 /* These flags are set by the input dispatcher. */
137 // Indicates that the input even
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp74 // Standard C isspace() is only required to look at the low byte of its input, so
1578 diff = (int32_t)(input - o.input);
1640 if (input != o.input) {
1641 return input < o.input ? -1 : 1;
1766 if (input || o.input) {
1969 if (input ||
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java24 import android.hardware.input.InputManager;
25 import android.hardware.input.InputManager.InputDeviceListener;
/frameworks/base/include/androidfw/
H A DResourceTypes.h260 // The 'data' is either 0 or 1, for input "false" or "true" respectively.
913 uint32_t input; member in union:android::ResTable_config::__anon1085
1563 static String8 normalizeForOutput(const char* input);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardWidgetPager.java483 public float getInterpolation(float input) { argument
484 return (1.0f - focalLength / (focalLength + input)) /
/frameworks/base/services/input/
H A DInputDispatcher.h20 #include <input/Input.h>
21 #include <input/InputTransport.h>
44 * Constants used to report the outcome of input event injection.
54 * into the application with input focus. */
57 /* Injection failed because there were no available input targets. */
65 * Constants used to determine the input event injection synchronization mode.
71 /* Waits for previous events to be dispatched so that the input dispatcher can determine
72 * whether input event injection willbe permitted based on the current input focus.
73 * Does not wait for the input even
[all...]
/frameworks/native/libs/gui/
H A DBufferQueue.cpp470 const QueueBufferInput& input, QueueBufferOutput* output) {
482 input.deflate(&timestamp, &isAutoTimestamp, &crop, &scalingMode, &transform,
469 queueBuffer(int buf, const QueueBufferInput& input, QueueBufferOutput* output) argument
H A DSurface.cpp286 IGraphicBufferProducer::QueueBufferInput input(timestamp, isAutoTimestamp,
288 status_t err = mGraphicBufferProducer->queueBuffer(i, input, &output);
/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp27 #include <input/Keyboard.h>
28 #include <input/KeyCharacterMap.h>
/frameworks/base/media/java/android/media/
H A DMediaScanner.java653 private boolean convertGenreCode(String input, String expected) { argument
654 String output = getGenreName(input);
658 Log.d(TAG, "'" + input + "' -> '" + output + "', expected '" + expected + "'");

Completed in 814 milliseconds

1234567891011>>