Searched refs:input (Results 51 - 75 of 278) sorted by relevance

1234567891011>>

/frameworks/base/services/jni/
H A Dcom_android_server_input_InputApplicationHandle.h20 #include <input/InputApplication.h>
H A Dcom_android_server_input_InputWindowHandle.h20 #include <input/InputWindow.h>
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/
H A DThroughputFilter.java49 // Add input ports
72 // Pass through input frame
73 Frame input = pullInput("frame");
74 pushOutput("frame", input);
88 FrameFormat inputFormat = input.getFormat();
/frameworks/base/tests/CoreTests/android/core/
H A DSha1Test.java28 private String input; field in class:Sha1Test.TestData
32 input = i;
49 digest.update(mTestData[i].input.getBytes());
/frameworks/compile/mclinker/lib/Fragment/
H A DFragmentLinker.cpp100 Module::obj_iterator input, inEnd = m_Module.obj_end();
101 for (input = m_Module.obj_begin(); input != inEnd; ++input) {
102 m_Backend.getRelocator()->initializeApply(**input);
103 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd();
104 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) {
108 // 2. it has no reloc data. (All symbols in the input relocs are in the
118 m_Backend.getRelocator()->finalizeApply(**input);
150 Module::obj_iterator input, inEn local
[all...]
/frameworks/av/libvideoeditor/lvpp/
H A DNativeWindowRenderer.cpp317 void NativeWindowRenderer::render(RenderInput* input) { argument
318 sp<GLConsumer> ST = input->mST;
319 sp<Surface> STC = input->mSTC;
321 if (input->mIsExternalBuffer) {
322 queueExternalBuffer(STC.get(), input->mBuffer,
323 input->mWidth, input->mHeight);
325 queueInternalBuffer(STC.get(), input->mBuffer);
332 calculatePositionCoordinates(input->mRenderingMode,
333 input
541 RenderInput* input = new RenderInput(this, mNextTextureId); local
552 destroyRenderInput(RenderInput* input) argument
[all...]
/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp76 /// normalize - to convert the command line language to the input tree.
98 // 4. - normalize the input tree
107 InputTree::const_dfs_iterator input, inEnd = pModule.getInputTree().dfs_end(); local
108 for (input=pModule.getInputTree().dfs_begin(); input!=inEnd; ++input) {
109 mcld::outs() << counter++ << " * " << (*input)->name();
110 switch((*input)->type()) {
127 unreachable(diag::err_cannot_trace_file) << (*input)->type()
128 << (*input)
[all...]
/frameworks/base/core/java/android/app/backup/
H A DBackupHelperDispatcher.java105 public void performRestore(BackupDataInput input, int appVersionCode, argument
110 BackupDataInputStream stream = new BackupDataInputStream(input);
111 while (input.readNextHeader()) {
113 String rawKey = input.getKey();
119 stream.dataSize = input.getDataSize();
134 input.skipEntityData(); // In case they didn't consume the data.
/frameworks/base/libs/hwui/utils/
H A DBlur.cpp70 const uint8_t* input = source + y * width; local
78 const uint8_t *i = input + (x - radius);
96 currentPixel = (float) input[validW];
118 const uint8_t* input = source + x; local
121 const uint8_t *i = input + ((y - radius) * width);
139 const uint8_t *i = input + validH * width;
/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java220 // Opens the notification dialog and waits for user input
233 // notification and takes user input
284 * @param input a 7-bit packed char array
287 static String decodeGSMPackedString(byte[] input) argument
290 int lengthBytes = input.length;
300 if ((input[lengthBytes - 1] >> 1) == PADDING_CHAR) {
306 decoded = GsmAlphabet.gsm7BitPackedToString(input, 0, lengthSeptets);
317 static String decodeUTF8String(byte[] input) argument
321 decoded = new String(input, "UTF-8");
330 static String decodeUCS2String(byte[] input) argument
[all...]
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DColorTemperatureFilter.java95 // Get input frame
96 Frame input = pullInput("image");
97 FrameFormat inputFormat = input.getFormat();
109 mProgram.process(input, output);
H A DCrossProcessFilter.java108 // Get input frame
109 Frame input = pullInput("image");
110 FrameFormat inputFormat = input.getFormat();
121 mProgram.process(input, output);
H A DNegativeFilter.java81 // Get input frame
82 Frame input = pullInput("image");
83 FrameFormat inputFormat = input.getFormat();
94 mProgram.process(input, output);
H A DPosterizeFilter.java84 // Get input frame
85 Frame input = pullInput("image");
86 FrameFormat inputFormat = input.getFormat();
97 mProgram.process(input, output);
H A DSepiaFilter.java82 // Get input frame
83 Frame input = pullInput("image");
84 FrameFormat inputFormat = input.getFormat();
96 mProgram.process(input, output);
H A DSimpleImageFilter.java70 // Get input frame
71 Frame input = pullInput("image");
72 FrameFormat inputFormat = input.getFormat();
81 mProgram.process(input, output);
H A DBitmapOverlayFilter.java102 // Get input frame
103 Frame input = pullInput("image");
104 FrameFormat inputFormat = input.getFormat();
117 Frame[] inputs = {input, frame};
122 output.setDataFromFrame(input);
H A DFixedRotationFilter.java32 * The FixedRotationFilter rotates the input image clockwise, it only accepts
61 Frame input = pullInput("image");
63 pushOutput("image", input);
66 FrameFormat inputFormat = input.getFormat();
104 mProgram.process(input, output);
H A DSaturateFilter.java117 // Get input frame
118 Frame input = pullInput("image");
119 FrameFormat inputFormat = input.getFormat();
132 mHerfProgram.process(input, output);
134 mBenProgram.process(input, output);
/frameworks/base/tools/validatekeymaps/
H A DMain.cpp17 #include <input/KeyCharacterMap.h>
18 #include <input/KeyLayoutMap.h>
19 #include <input/VirtualKeyMap.h>
46 " input device configurations, or virtual key definitions.\n\n",
105 fprintf(stderr, "Error %d parsing input device configuration file.\n\n", status);
/frameworks/native/include/private/gui/
H A DLayerState.h64 status_t read(const Parcel& input);
94 status_t read(const Parcel& input);
122 status_t read(const Parcel& input);
/frameworks/av/libvideoeditor/vss/common/inc/
H A DVideoEditorResampler.h29 void LVAudioresample_LowQuality(M4OSA_Int16* out, M4OSA_Int16* input,
/frameworks/base/core/java/android/util/
H A DEventLogTags.java46 public EventLogTags(BufferedReader input) throws IOException {} argument
/frameworks/base/media/mca/filterfw/java/android/filterfw/io/
H A DPatternScanner.java34 public PatternScanner(String input) { argument
35 mInput = input;
38 public PatternScanner(String input, Pattern ignorePattern) { argument
39 mInput = input;
/frameworks/base/services/input/
H A DInputApplication.h20 #include <input/Input.h>
29 * Describes the properties of an application that can receive input.
38 * Handle for an application that can receive input.
40 * Used by the native input dispatcher as a handle for the window manager objects
61 * This method should only be called from within the input dispatcher's

Completed in 4417 milliseconds

1234567891011>>