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

1234567891011>>

/frameworks/native/include/android/
H A Dnative_activity.h35 #include <android/input.h>
171 * for example, to pause a game when it loses input focus.
207 * The input queue for this native activity's window has been created.
208 * You can use the given input queue to start retrieving input events.
213 * The input queue for this native activity's window is being destroyed.
288 * Implicit request to show the input window, not as the result
294 * The user has forced the input method open (such as by
315 * The soft input window should only be hidden if it was not
320 * The soft input windo
[all...]
/frameworks/native/libs/input/
H A DVelocityControl.cpp26 #include <input/VelocityControl.h>
/frameworks/av/include/media/
H A DIAudioFlinger.h86 audio_io_handle_t input,
102 // FIXME Surprisingly, format/latency don't work for input handles
149 // Register an object to receive audio input/output change and track notifications.
173 audio_io_handle_t *input,
179 virtual status_t closeInput(audio_io_handle_t input) = 0;
H A DAudioSystem.h123 // For output threads without a fast mixer, or for input, this is same as getFrameCountHAL().
150 // return the number of input frames lost by HAL implementation, or 0 if the handle is invalid
172 // Corresponds to audio_stream->get_buffer_size()/audio_stream_in_frame_size() for input.
239 audio_io_handle_t *input,
249 static status_t startInput(audio_io_handle_t input,
251 static status_t stopInput(audio_io_handle_t input,
253 static void releaseInput(audio_io_handle_t input,
395 // indicate a change in the configuration of an output or input: keeps the cached
396 // values for output/input parameters up-to-date in client process
/frameworks/av/services/audiopolicy/utilities/convert/
H A Dconvert.h48 * @param[in] input The source to convert from.
54 static inline bool convertTo(const srcType &input, dstType &result);
214 static inline bool convertTo(const srcType &input, dstType &result) argument
216 return details::Converter<srcType, dstType>::run(input, result);
/frameworks/base/media/mca/filterfw/jni/
H A Djni_native_program.cpp141 // Get the input buffers
148 jobject input = env->GetObjectArrayElement(inputs, i); local
149 if (input) {
150 NativeFrame* native_frame = ConvertFromJava<NativeFrame>(env, input);
152 ALOGE("NativeProgram: Could not grab NativeFrame input %d!", i);
H A Djni_shader_program.cpp105 // Get the input frames
108 jobject input = env->GetObjectArrayElement(inputs, i); local
109 const GLFrame* input_frame = ConvertFromJava<GLFrame>(env, input);
110 if (!input || !input_frame) {
111 ALOGE("ShaderProgram: invalid input frame %d!", i);
/frameworks/compile/mclinker/lib/MC/
H A DCommandAction.cpp224 Input* input = *pBuilder.getCurrentNode(); local
225 pBuilder.setContext(*input, false);
229 pBuilder.setMemory(*input, base, m_Assignment.size());
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp78 // Create input symbol.
87 // The output symbol is simply an alias to the input symbol.
152 // them from input
199 // same name in input
410 // directly from the input file.
558 // traverse all the input relocations to find the relocation sections applying
560 Module::const_obj_iterator input, inEnd = pModule.obj_end(); local
561 for (input = pModule.obj_begin(); input != inEnd; ++input) {
824 Module::obj_iterator input, inEnd = pModule.obj_end(); local
[all...]
/frameworks/rs/
H A DrsProgram.cpp58 uint32_t input = 0; local
63 mInputElements[input].set(reinterpret_cast<Element *>(params[ct+1]));
64 mHal.state.inputElements[input++] = reinterpret_cast<Element *>(params[ct+1]);
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DTextViewBindingAdapterTest.java280 String input = "abcdefghijklmnopqrstuvwxyz";
281 Spannable spannable = Spannable.Factory.getInstance().newSpannable(input);
282 return digitsKeyListener.filter(input, 0, input.length(), spannable, 0, input.length())
/frameworks/av/media/libmedia/
H A DAudioRecord.cpp49 ALOGE("AudioSystem could not query the input buffer size for sampleRate %u, format %#x, "
54 // We double the size of input buffer for ping pong use of record buffer.
273 // TODO: add audio hardware input latency here
519 audio_io_handle_t input; local
533 status = AudioSystem::getInputForAttr(&mAttributes, &input,
541 if (status != NO_ERROR || input == AUDIO_IO_HANDLE_NONE) {
542 ALOGE("Could not get audio input for session %d, record source %d, sample rate %u, "
553 status = AudioSystem::getFrameCount(input, &afFrameCount);
555 ALOGE("getFrameCount(input=%d) status %d", input, statu
[all...]
H A DIAudioPolicyService.cpp281 audio_io_handle_t *input,
297 if (input == NULL) {
298 ALOGE("getInputForAttr NULL input - shouldn't happen");
318 *input = (audio_io_handle_t)reply.readInt32();
322 virtual status_t startInput(audio_io_handle_t input, argument
327 data.writeInt32(input);
333 virtual status_t stopInput(audio_io_handle_t input, argument
338 data.writeInt32(input);
344 virtual void releaseInput(audio_io_handle_t input, argument
349 data.writeInt32(input);
280 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
971 audio_io_handle_t input = AUDIO_IO_HANDLE_NONE; local
984 audio_io_handle_t input = static_cast <audio_io_handle_t>(data.readInt32()); local
992 audio_io_handle_t input = static_cast <audio_io_handle_t>(data.readInt32()); local
1000 audio_io_handle_t input = static_cast <audio_io_handle_t>(data.readInt32()); local
[all...]
H A DIDrm.cpp425 Vector<uint8_t> const &input,
433 writeVector(data, input);
447 Vector<uint8_t> const &input,
455 writeVector(data, input);
848 Vector<uint8_t> sessionId, keyId, input, iv, output; local
851 readVector(data, input);
853 uint32_t result = encrypt(sessionId, keyId, input, iv, output);
862 Vector<uint8_t> sessionId, keyId, input, iv, output; local
865 readVector(data, input);
867 uint32_t result = decrypt(sessionId, keyId, input, i
423 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
445 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
[all...]
/frameworks/base/core/java/android/net/
H A DNetworkStatsHistory.java352 public void recordEntireHistory(NetworkStatsHistory input) { argument
353 recordHistory(input, Long.MIN_VALUE, Long.MAX_VALUE);
361 public void recordHistory(NetworkStatsHistory input, long start, long end) { argument
364 for (int i = 0; i < input.bucketCount; i++) {
365 final long bucketStart = input.bucketStart[i];
366 final long bucketEnd = bucketStart + input.bucketDuration;
371 entry.rxBytes = getLong(input.rxBytes, i, 0L);
372 entry.rxPackets = getLong(input.rxPackets, i, 0L);
373 entry.txBytes = getLong(input.txBytes, i, 0L);
374 entry.txPackets = getLong(input
[all...]
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DOwners.java394 InputStream input = new AtomicFile(file).openRead();
396 parser.setInput(input, StandardCharsets.UTF_8.name());
446 input.close();
542 InputStream input = null;
544 input = f.openRead();
546 parser.setInput(input, StandardCharsets.UTF_8.name());
578 IoUtils.closeQuietly(input);
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h117 audio_io_handle_t input,
184 audio_io_handle_t *input,
191 virtual status_t closeInput(audio_io_handle_t input);
528 RecordThread *checkRecordThread_l(audio_io_handle_t input) const;
530 audio_io_handle_t *input,
712 status_t closeInput_nonvirtual(audio_io_handle_t input);
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.h100 audio_io_handle_t *input,
109 virtual status_t startInput(audio_io_handle_t input,
111 virtual status_t stopInput(audio_io_handle_t input,
113 virtual void releaseInput(audio_io_handle_t input,
464 // Audio input Control functions
467 // opens an audio input
469 audio_io_handle_t *input,
475 // closes an audio input
476 virtual status_t closeInput(audio_io_handle_t input);
/frameworks/base/media/java/android/media/
H A DMediaDrm.java387 * internal error in processing unrelated to input parameters. This error
1033 @NonNull byte[] keyId, @NonNull byte[] input, @NonNull byte[] iv);
1038 @NonNull byte[] keyId, @NonNull byte[] input, @NonNull byte[] iv);
1088 * @param input the data to encrypt
1093 @NonNull byte[] keyid, @NonNull byte[] input, @NonNull byte[] iv) {
1094 return encryptNative(MediaDrm.this, mSessionId, keyid, input, iv);
1101 * @param input the data to encrypt
1106 @NonNull byte[] keyid, @NonNull byte[] input, @NonNull byte[] iv) {
1107 return decryptNative(MediaDrm.this, mSessionId, keyid, input, iv);
1031 encryptNative( @onNull MediaDrm drm, @NonNull byte[] sessionId, @NonNull byte[] keyId, @NonNull byte[] input, @NonNull byte[] iv) argument
1036 decryptNative( @onNull MediaDrm drm, @NonNull byte[] sessionId, @NonNull byte[] keyId, @NonNull byte[] input, @NonNull byte[] iv) argument
1092 encrypt( @onNull byte[] keyid, @NonNull byte[] input, @NonNull byte[] iv) argument
1105 decrypt( @onNull byte[] keyid, @NonNull byte[] input, @NonNull byte[] iv) argument
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp128 // same name in input
377 Module::obj_iterator input, inEnd = pModule.obj_end(); local
378 for (input = pModule.obj_begin(); input != inEnd; ++input) {
379 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd();
380 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiLogger.java535 private static String compressToBase64(byte[] input) { argument
540 compressor.setInput(input);
542 ByteArrayOutputStream bos = new ByteArrayOutputStream(input.length);
555 result = android.util.Base64.encodeToString(input, Base64.DEFAULT);
566 compressed.length < input.length ? compressed : input , Base64.DEFAULT);
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DWifiConfigurationHelper.java166 * @throws IllegalArgumentException if the input string was not valid JSON or if any mandatory
358 public static boolean isHex(String input, int length) { argument
359 if (input == null || length < 0) {
362 return input.matches(String.format("[0-9A-Fa-f]{%d}", length));
/frameworks/base/native/android/
H A Dinput.cpp17 #define LOG_TAG "input"
20 #include <android/input.h>
21 #include <input/Input.h>
22 #include <input/InputTransport.h>
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Drate_control.cpp25 void targetBitCalculation(void *input);
41 PV_STATUS RC_UpdateBXRCParams(void *input); Parameters update for target bitrate or framerate change
50 PV_STATUS RC_Initialize(void *input) argument
52 VideoEncData *video = (VideoEncData *) input;
416 PV_STATUS RC_UpdateBXRCParams(void *input) argument
418 VideoEncData *video = (VideoEncData *) input;
529 void targetBitCalculation(void *input) argument
531 VideoEncData *video = (VideoEncData *) input;
699 void calculateQuantizer_Multipass(void *input) argument
701 VideoEncData *video = (VideoEncData *) input;
[all...]
/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java662 public static @NativeConfig int activityInfoConfigJavaToNative(@Config int input) { argument
665 if ((input & (1 << i)) != 0) {
677 public static @Config int activityInfoConfigNativeToJava(@NativeConfig int input) { argument
680 if ((input & CONFIG_NATIVE_BITS[i]) != 0) {
716 * The desired soft input mode for this activity's main window.

Completed in 5835 milliseconds

1234567891011>>