Searched refs:output (Results 251 - 275 of 310) sorted by relevance

<<111213

/frameworks/compile/libbcc/gdb_plugin/
H A Dandroid-commands.py63 e.output = str(out) + str(err)
159 output = ""
164 output = check_output(largs)
170 return output
383 # the pid when process_name show up in output, or return 0
570 # Set the debug output directory (for JIT debugging)
621 # Set the debug output directory (for JIT debugging)
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/av/services/audioflinger/
H A DThreads.h247 // Called by AudioFlinger::frameCount(audio_io_handle_t output) and effects,
425 size_t mFrameCount; // output HAL, direct output, record
429 // not HAL frame size, this is for output sink (to pipe to fast mixer)
447 audio_devices_t mOutDevice; // output device
449 audio_devices_t mPrevOutDevice; // previous output device
497 PlaybackThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output,
654 // Set to "true" to enable the Mixer Buffer otherwise mixer output goes to sink buffer.
677 // Set to "true" to enable the Effects Buffer otherwise effects output goes to sink buffer.
694 // for any processing (including output processin
[all...]
H A DPatchPanel.cpp213 // - special patch request with 2 sources (reuse one existing output mix) OR
242 audio_io_handle_t output = AUDIO_IO_HANDLE_NONE; local
245 &output,
261 // default to peer output stream properties otherwise.
331 // limit to connections between devices and output streams
401 // create patch from playback thread output to sink device
414 // use a pseudo LCM between input and output framecount
H A DAudioMixer.h56 // This mixer has a hard-coded upper limit of 8 channels for output.
87 MIXER_CHANNEL_MASK = 0x4006, // Channel mask for mixer output
169 typedef void (*hook_t)(track_t* t, int32_t* output, size_t numOutFrames, int32_t* temp,
244 audio_format_t mMixerFormat; // output mix format: AUDIO_FORMAT_PCM_(FLOAT|16_BIT)
H A DThreads.cpp109 // allow less retry attempts on direct output thread.
140 // Offloaded output thread standby delay: allows track transition without going to standby
143 // Direct output thread minimum sleep time in idle or active(underrun) state
862 String8 channelMaskToString(audio_channel_mask_t mask, bool output) { argument
869 if (output) {
1283 // Reject any effect on Direct output threads for now, since the format of
1286 ALOGW("createEffect_l() Cannot add effect %s on Direct output type thread %s",
1557 AudioStreamOut* output,
1578 mOutput(output),
1724 AudioStreamOut *output local
1556 PlaybackThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, audio_io_handle_t id, audio_devices_t device, type_t type, bool systemReady) argument
2445 AudioStreamOut *output = mOutput; local
3430 MixerThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, audio_io_handle_t id, audio_devices_t device, bool systemReady, type_t type) argument
4593 DirectOutputThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, audio_io_handle_t id, audio_devices_t device, bool systemReady) argument
4600 DirectOutputThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, audio_io_handle_t id, uint32_t device, ThreadBase::type_t type, bool systemReady) argument
5180 OffloadThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, audio_io_handle_t id, uint32_t device, bool systemReady) argument
[all...]
/frameworks/base/libs/hwui/
H A DRenderNode.cpp100 void RenderNode::output(uint32_t level, const char* label) { function in class:android::uirenderer::RenderNode
118 rnOp->renderNode->output(level + 1, strout.str().c_str());
127 void RenderNode::output(uint32_t level) { function in class:android::uirenderer::RenderNode
140 op->output(level, DisplayListOp::kOpLogFlag_Recurse);
1109 op->output(handler.level() + 1);
/frameworks/native/libs/gui/
H A DBufferQueueProducer.cpp725 const QueueBufferInput &input, QueueBufferOutput *output) {
897 output->inflate(mCore->mDefaultWidth, mCore->mDefaultHeight,
1057 int api, bool producerControlledByApp, QueueBufferOutput *output) {
1074 if (output == NULL) {
1075 BQ_LOGE("connect: output was NULL");
1103 output->inflate(mCore->mDefaultWidth, mCore->mDefaultHeight,
724 queueBuffer(int slot, const QueueBufferInput &input, QueueBufferOutput *output) argument
1056 connect(const sp<IProducerListener>& listener, int api, bool producerControlledByApp, QueueBufferOutput *output) argument
/frameworks/base/media/jni/
H A Dandroid_media_MediaDrm.cpp1306 Vector<uint8_t> output; local
1308 status_t err = drm->encrypt(sessionId, keyId, input, iv, output);
1314 return VectorToJByteArray(env, output);
1337 Vector<uint8_t> output; local
1339 status_t err = drm->decrypt(sessionId, keyId, input, iv, output);
1344 return VectorToJByteArray(env, output);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiLastResortWatchdogTest.java1613 * Create an AvailableNetworkFailureCount instance and check output of toString method.
1628 String output = withConfigHECTrue.toString();
1629 assertTrue(output.contains("HasEverConnected: true"));
1641 output = withConfigHECFalse.toString();
1642 assertTrue(output.contains("HasEverConnected: false"));
1647 output = withNullConfig.toString();
1648 assertTrue(output.contains("HasEverConnected: null_config"));
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicBLAS.cpp323 // following calls have init reordered because A is output matrix
368 // following calls have init reordered because A is output matrix
680 * Calculations are done in 1.10.21 fixed-point format for the final output,
681 * just before there's a shift down to drop the fractional parts. The output
700 int32_t output = local
703 if (output > 255) {
704 output = 255;
706 if (output < 0) {
707 output = 0;
709 c[c_index] = (uint8_t)(output);
[all...]
H A DrsCpuIntrinsics_neon_Convolve.S276 vst1.8 d8, [r0]! @ return the output and increase the address of r0
/frameworks/av/camera/tests/
H A DCameraBinderTests.cpp456 OutputConfiguration output(gbProducer, /*rotation*/0);
462 res = device->createStream(output, &streamId);
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Stream.cpp468 ALOGV("%s: Already dequeued max output buffers (%d), wait for next returned one.",
473 ALOGE("%s: wait for output buffer return timed out after %lldms (max_buffers %d)",
483 fireBufferListenersLocked(*buffer, /*acquired*/true, /*output*/true);
539 fireBufferListenersLocked(buffer, /*acquired*/false, /*output*/true);
578 fireBufferListenersLocked(*buffer, /*acquired*/true, /*output*/false);
599 fireBufferListenersLocked(buffer, /*acquired*/false, /*output*/false);
615 const camera3_stream_buffer& buffer, bool acquired, bool output) {
622 info.mOutput = output;
757 ALOGE("%s: This type of stream does not support output", __FUNCTION__);
762 ALOGE("%s: This type of stream does not support output", __FUNCTION_
614 fireBufferListenersLocked( const camera3_stream_buffer& buffer, bool acquired, bool output) argument
[all...]
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
H A DLayoutFileParser.java433 private void stripBindingTags(File xml, File output, String newTag, String encoding) throws IOException { argument
438 FileUtils.writeStringToFile(output, res, encoding);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s43 ; * output coefficients are saturated to the range
/frameworks/base/core/java/android/view/
H A DRenderNode.java757 * tools to output display lists for selected nodes to the log.
759 public void output() { method in class:RenderNode
H A DViewGroup.java5986 String output;
5989 output = debugIndent(depth);
5990 output += "mFocused";
5991 Log.d(VIEW_LOG_TAG, output);
5994 output = debugIndent(depth);
5995 output += "{";
5996 Log.d(VIEW_LOG_TAG, output);
6005 output = debugIndent(depth);
6006 output += "}";
6007 Log.d(VIEW_LOG_TAG, output);
7085 debug(String output) argument
[all...]
H A DViewDebug.java158 * A specified String is output when the following is true:
265 * Indicates whether to output the flag when the test is true,
302 * @param out The output writer
1443 String output = "[EXCEPTION]";
1445 output = value.toString().replace("\n", "\\n");
1447 out.write(String.valueOf(output.length()));
1449 out.write(output);
/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
H A DSimpleCompilationTest.java130 assertNotEquals(result.output, 0, result.resultCode);
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtns.c84 Word32 output[]);
603 * output: reflection coefficients
643 * output: acf values
685 * input: <order+1> input values, no. of output values (=order),
687 * output: <order> reflection coefficients
808 Word32 parcor[], /*!< ptr. to reflection coefficients (output) */
873 Word32 output[]) /*!< filtered signal values */
884 output[j] = FIRLattice(order,signal[j],state_par,parCoeff);
869 AnalysisFilterLattice(const Word32 signal[], Word16 numOfLines, const Word32 parCoeff[], Word16 order, Word32 output[]) argument
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java848 BackupDataOutput output) {
859 output.writeEntityHeader(key, data.length);
860 output.writeEntityData(data, data.length);
847 writeIfChanged(long oldChecksum, String key, byte[] data, BackupDataOutput output) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DInboundSmsHandler.java801 ByteArrayOutputStream output = new ByteArrayOutputStream();
813 output.write(pdu, 0, pdu.length);
815 int result = mWapPush.dispatchWapPdu(output.toByteArray(), resultReceiver, this);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s43 ; * output coefficients are saturated to the range
/frameworks/base/core/java/android/util/apk/
H A DApkSignatureSchemeV2Verifier.java459 // 3. The output digest is computed over the concatenation of the byte 0x5a, the number of
533 "Unexpected output size of " + md.getAlgorithm() + " digest: "
555 byte[] output = md.digest(input);
556 result[i] = output;

Completed in 730 milliseconds

<<111213