Searched refs:input (Results 201 - 225 of 229) sorted by relevance

12345678910

/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.java962 * @param input String containing hex-encoded bytes
963 * @return input as an array of bytes
965 private byte[] hexToBytes(String input) { argument
966 if (input == null) {
970 final int inputLength = input.length();
983 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 * <action android:name="android.hardware.input.action.QUERY_KEYBOARD_LAYOUTS" />
87 * <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/include/androidfw/
H A DInput.h21 * Native input event structures.
24 #include <android/input.h>
36 * Additional private constants not defined in ndk/ui/input.h.
62 * Indicates that an input device has switches.
63 * This input source flag is hidden from the API because switches are only used by the system
93 * Declare a concrete type for the NDK's input event forward declaration.
100 * Declare a concrete type for the NDK's input device forward declaration.
114 * Flags that flow alongside events in the input dispatch system to help with certain
136 /* These flags are set by the input dispatcher. */
138 // Indicates that the input even
[all...]
H A DResourceTypes.h260 // The 'data' is either 0 or 1, for input "false" or "true" respectively.
908 uint32_t input; member in union:android::ResTable_config::__anon1044
1557 static String8 normalizeForOutput(const char* input);
/frameworks/base/services/java/com/android/server/
H A DVibratorService.java25 import android.hardware.input.InputManager;
405 // For now, we choose to ignore the presence of input devices that have vibrators
H A DSystemServer.java57 import com.android.server.input.InputManagerService;
982 // TODO(BT) Pass parameter to input manager
H A DBackupManagerService.java383 FullRestoreParams(ParcelFileDescriptor input) { argument
384 fd = input;
3048 if (MORE_DEBUG) Slog.v(TAG, "Done consuming input tarfile, total bytes=" + mBytes);
3050 Slog.e(TAG, "Unable to read restore input");
3159 Slog.w(TAG, "Can't read input header");
3198 // input file
3225 // go on to the next file in the input stream
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DInteractionController.java26 import android.hardware.input.InputManager;
52 * are coordinates of the touch events and text for the text input events.
53 * The InteractionController performs no synchronization. It will fire touch and text input events
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp75 // Standard C isspace() is only required to look at the low byte of its input, so
1438 diff = (int32_t)(input - o.input);
1500 if (input != o.input) {
1501 return input < o.input ? -1 : 1;
1625 if (input || o.input) {
1828 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/native/libs/gui/
H A DBufferQueue.cpp481 const QueueBufferInput& input, QueueBufferOutput* output) {
491 input.deflate(&timestamp, &crop, &scalingMode, &transform, &fence);
480 queueBuffer(int buf, const QueueBufferInput& input, QueueBufferOutput* output) argument
H A DSurfaceTextureClient.cpp300 ISurfaceTexture::QueueBufferInput input(timestamp, crop, mScalingMode,
302 status_t err = mSurfaceTexture->queueBuffer(i, input, &output);
/frameworks/base/services/jni/
H A Dcom_android_server_input_InputManagerService.cpp37 #include <input/InputManager.h>
38 #include <input/PointerController.h>
39 #include <input/SpriteController.h>
757 ALOGE("Failed to obtain input event object for filterInputEvent.");
1070 "the input manager!", inputChannel->getName().string());
1092 message.appendFormat("Failed to register input channel. status=%d", status);
1119 message.appendFormat("Failed to unregister input channel. status=%d", status);
1158 jniThrowRuntimeException(env, "Invalid input event type.");
1290 "(Lcom/android/server/input/InputManagerService;Landroid/content/Context;Landroid/os/MessageQueue;)I",
1305 "(ILandroid/view/InputChannel;Lcom/android/server/input/InputWindowHandl
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/
H A DCdmaSmsTest.java90 String input = "x@y.com,a@b.com";
91 addr = CdmaSmsAddress.parse(input);
97 assertEquals(new String(addr.origBytes), input);
/frameworks/base/media/java/android/media/
H A DMediaScanner.java650 private boolean convertGenreCode(String input, String expected) { argument
651 String output = getGenreName(input);
655 Log.d(TAG, "'" + input + "' -> '" + output + "', expected '" + expected + "'");
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp925 // indicate output device change to all input threads for pre processing
1802 // Resampler implementation limits input sampling rate to 2 x output sampling rate.
3264 // clear effect chain input buffer if an active track underruns to avoid sending
3789 // clear effect chain input buffer if an active track underruns to avoid sending
5165 // Calculate the delta in samples between the head of the input buffer
5191 // if the delta between the ideal placement for the next input sample and
5193 // concatenate the next input samples to the previous output
5203 // the next input is close enough to being on time, so concatenate it
5213 // Next time we mix samples from our input queue, then should be within
5218 // the next input sampl
5878 openRecord( pid_t pid, audio_io_handle_t input, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, int frameCount, IAudioFlinger::track_flags_t flags, pid_t tid, int *sessionId, status_t *status) argument
5986 RecordThread(const sp<AudioFlinger>& audioFlinger, AudioStreamIn *input, uint32_t sampleRate, audio_channel_mask_t channelMask, audio_io_handle_t id, audio_devices_t device) argument
6819 AudioStreamIn *input = mInput; local
7187 AudioStreamIn *input = new AudioStreamIn(inHwDev, inStream); local
7213 closeInput(audio_io_handle_t input) argument
7218 closeInput_nonvirtual(audio_io_handle_t input) argument
[all...]
/frameworks/base/
H A DAndroid.mk121 core/java/android/hardware/input/IInputManager.aidl \
122 core/java/android/hardware/input/IInputDevicesChangedListener.aidl \
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.h574 ::google::protobuf::io::CodedInputStream* input);
750 ::google::protobuf::io::CodedInputStream* input);
852 ::google::protobuf::io::CodedInputStream* input);
/frameworks/base/core/java/android/app/
H A DInstrumentation.java26 import android.hardware.input.InputManager;
H A DContextImpl.java54 import android.hardware.input.IInputManager;
55 import android.hardware.input.InputManager;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp184 /* 12/12/05, add encoding option as input argument */
238 /* Check whether the input packetsize is valid (Note: put code here (before any memory allocation) in order to avoid memory leak */
426 /* Set the constraints (maximum values) according to the input profile and level */
1350 /* Finishing new timestamp 32-bit input */
1455 width = encParams->LayerWidth[currLayer]; /* Get input width */
1456 height = encParams->LayerHeight[currLayer]; /* Get input height */
1462 video->input = vid_in; /* point to the frame input */
1725 width = encParams->LayerWidth[currLayer]; /* Get input width */
1726 height = encParams->LayerHeight[currLayer]; /* Get input heigh
[all...]
H A Dmotion_est.cpp141 VideoEncFrameIO *currFrame = video->input;
/frameworks/base/services/java/com/android/server/wm/
H A DWindowState.java26 import com.android.server.input.InputWindowHandle;
246 // Input channel and input window handle used by the input dispatcher.
712 * Input Manager uses when discarding windows from input consideration.
891 throw new IllegalStateException("Window already has an input channel.");
/frameworks/base/services/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java46 import android.hardware.input.InputManager;
2204 // The active window is either the window that has input focus or
2206 // touching a window that does not have input focus as soon as the
2234 // letter typed in the text view which is in the input focused

Completed in 499 milliseconds

12345678910