/frameworks/av/include/media/ |
IAudioPolicyService.h | 53 virtual audio_io_handle_t getOutput(audio_stream_type_t stream,
|
/hardware/intel/common/libmix/videodecoder/ |
VideoDecoderBase.h | 56 virtual const VideoRenderBuffer* getOutput(bool draining = false, VideoErrorBuffer *output_buf = NULL);
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/ |
AbstractLayoutBase.java | 59 return ExpectedKey.newInstance(key.getVisual(), key.getOutput(), moreKeys);
|
/hardware/intel/common/libmix/videoencoder/ |
VideoEncoderBase.cpp | 454 3. Use variable curoutputtask to record task which is getOutput() working on to avoid push again when get failure 458 Encode_Status VideoEncoderBase::getOutput(VideoEncOutputBuffer *outBuffer, uint32_t timeout) { 469 LOG_V("getOutput CurrentTask is NULL\n"); 561 LOG_V("out size for this getOutput call = %d\n", outBuffer->dataSize); 566 LOG_V("getOutput return Success, Frame skip is %d\n", mFrameSkipped); 591 LOG_V("getOutput return error=%x\n", ret); [all...] |
/external/chromium_org/net/tools/flip_server/ |
sm_connection.cc | 539 sm_interface_->GetOutput(); 556 sm_interface_->GetOutput();
|
/external/lldb/examples/python/ |
performance.py | 33 xcode_dir = commands.getoutput("xcode-select --print-path") 257 output = commands.getoutput(self.command).split("\n")[-1]
|
process_events.py | 29 xcode_dir = commands.getoutput("xcode-select --print-path") 61 print return_obj.GetOutput()
|
crashlog.py | 54 xcode_dir = commands.getoutput("xcode-select --print-path") 149 dsymForUUIDBinary = commands.getoutput('which dsymForUUID') 169 s = commands.getoutput(dsym_for_uuid_command) 182 dwarfdump_cmd_output = commands.getoutput('dwarfdump --uuid "%s"' % self.path) 556 out_file.write('OS Version: Mac OS X %s (%s)\n' % (platform.mac_ver()[0], commands.getoutput('sysctl -n kern.osversion'))); [all...] |
/external/lldb/utils/vim-lldb/python-vim-lldb/ |
lldb_controller.py | 298 return (result.Succeeded(), result.GetOutput() if result.Succeeded() else result.GetError()) 315 return (result.Succeeded(), result.GetOutput() if result.Succeeded() else result.GetError())
|
/external/lldb/www/cpp_reference/html/ |
classlldb_1_1SBCommandReturnObject-members.html | 47 <tr class="even"><td class="entry"><a class="el" href="classlldb_1_1SBCommandReturnObject.html#a703545c804277b76dd6f74d2f32c9638">GetOutput</a>()</td><td class="entry"><a class="el" href="classlldb_1_1SBCommandReturnObject.html">lldb::SBCommandReturnObject</a></td><td class="entry"></td></tr> 48 <tr><td class="entry"><a class="el" href="classlldb_1_1SBCommandReturnObject.html#afa9d043daf4c816e0e5113e92262a5d5">GetOutput</a>(bool only_if_no_immediate)</td><td class="entry"><a class="el" href="classlldb_1_1SBCommandReturnObject.html">lldb::SBCommandReturnObject</a></td><td class="entry"></td></tr>
|
classlldb_1_1SBCommandReturnObject.html | 53 <tr class="memitem:a703545c804277b76dd6f74d2f32c9638"><td class="memItemLeft" align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="classlldb_1_1SBCommandReturnObject.html#a703545c804277b76dd6f74d2f32c9638">GetOutput</a> ()</td></tr> 71 <tr class="memitem:afa9d043daf4c816e0e5113e92262a5d5"><td class="memItemLeft" align="right" valign="top">size_t const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="classlldb_1_1SBCommandReturnObject.html#afa9d043daf4c816e0e5113e92262a5d5">GetOutput</a> (bool only_if_no_immediate)</td></tr> 293 <td class="memname">const char* lldb::SBCommandReturnObject::GetOutput </td> 308 <td class="memname">size_t const char* lldb::SBCommandReturnObject::GetOutput </td> [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
AidlProcessor.java | 178 if (data.getOutput() == null) { 186 commands[index + 1] = quote(data.getOutput().getLocation().toOSString());
|
/external/chromium_org/net/websockets/ |
websocket_inflater.cc | 89 scoped_refptr<IOBufferWithSize> WebSocketInflater::GetOutput(size_t size) {
|
/external/chromium_org/tools/metrics/histograms/ |
find_unmapped_histograms.py | 144 locations = commands.getoutput('git gs UMA_HISTOGRAM').split('\n')
|
/external/lldb/test/expression_command/formatters/ |
TestFormatters.py | 84 object_name = self.res.GetOutput()
|
/external/lldb/test/functionalities/target_command/ |
TestTargetCommand.py | 68 output = self.res.GetOutput()
|
/external/lldb/test/source-manager/ |
TestSourceManager.py | 135 output = self.res.GetOutput().splitlines()[0]
|
/external/srec/tools/grxmlcompile/ |
netw_arc.h | 138 int GetOutput() { return outputLabel; };
|
/hardware/intel/common/omx-components/videocodec/ |
OMXVideoEncoderH263.cpp | 147 ret = mVideoEncoder->getOutput(&outBuf);
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
AudioSystemLegacy.h | 272 // request to open a direct output with getOutput() (by opposition to sharing an output with other AudioTracks)
|
/external/guava/guava/src/com/google/common/io/ |
ByteStreams.java | 95 OutputStream out = to.getOutput(); 118 OutputStream out = to.getOutput(); 169 OutputStream out = to.getOutput();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
TemplateHandlerTest.java | 623 private List<String> getOutput() { [all...] |
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/ |
Script.java | 293 public Allocation getOutput() {
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
StylesheetComposed.java | 96 recomposableElements.addElement(included.getOutput(j));
|
/external/jsoncpp/ |
SConstruct | 29 version = commands.getoutput('%s -dumpversion' %CXX)
|