HomeSort by relevance Sort by last modified time
    Searched full:getoutput (Results 126 - 150 of 435) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/av/include/media/
AudioSystem.h 209 static audio_io_handle_t getOutput(audio_stream_type_t stream,
AudioTrack.h 572 audio_io_handle_t getOutput() const;
    [all...]
  /frameworks/av/services/audiopolicy/service/
AudioPolicyService.h 72 virtual audio_io_handle_t getOutput(audio_stream_type_t stream,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ExportHelper.java 294 AdtPlugin.printErrorToConsole(project, (Object[]) e.getOutput());
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
utils.py 578 def getOutput(self):
581 output = property(getOutput, setReadOnly, None,
    [all...]
  /frameworks/av/media/libmedia/
IAudioPolicyService.cpp 147 virtual audio_io_handle_t getOutput(
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant-testutil/1.8.2/
ant-testutil-1.8.2.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PostCompilerBuilder.java 562 String[] aaptOutput = e.getOutput();
    [all...]
  /prebuilts/tools/common/m2/repository/org/sonatype/gshell/gshell-io/2.4/
gshell-io-2.4.jar 
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
Stylesheet.java 776 public OutputProperties getOutput(int i) throws ArrayIndexOutOfBoundsException
    [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp 685 audio_io_handle_t AudioPolicyManager::getOutput(audio_stream_type_t stream,
694 ALOGV("getOutput() device %d, stream %d, samplingRate %d, format %x, channelMask %x, flags %x",
    [all...]
AudioPolicyManager.h 103 virtual audio_io_handle_t getOutput(audio_stream_type_t stream,
    [all...]
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderBase.cpp 708 renderBuffer = mVideoDecoder->getOutput(true, ErrBufPtr);
710 renderBuffer = mVideoDecoder->getOutput(draining, ErrBufPtr);
    [all...]
  /cts/hostsidetests/services/activitymanager/src/android/server/cts/
WindowManagerState.java 101 dump = outputReceiver.getOutput();
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
ScriptGraph.java 592 Allocation output = mScripts.get(OUTPUT_SCRIPT_LOCATION).getOutput();
  /cts/tools/vm-tests-tf/src/util/build/
BuildDalvikSuite.java 255 .append(" assertEquals(cmd, \"\", receiver.getOutput());");
  /external/autotest/client/virt/
virt_env_process.py 255 version_line = commands.getoutput("%s -help | head -n 1" % qemu_path)
kvm_vm.py 396 help = commands.getoutput("%s -help" % qemu_binary)
    [all...]
  /external/testng/src/main/java/org/testng/reporters/
EmailableReporter.java 261 List<String> msgs = Reporter.getOutput(ans);
EmailableReporter2.java 423 List<String> reporterMessages = Reporter.getOutput(result);
SuiteHTMLReporter.java 202 List<String> output = Reporter.getOutput();
  /external/v8/test/cctest/
test-disasm-arm64.cc 79 if (strcmp(disasm->GetOutput(), EXP) != 0) { \
81 __LINE__, encoding, EXP, disasm->GetOutput()); \
91 if (strncmp(disasm->GetOutput(), EXP, strlen(EXP)) != 0) { \
93 __LINE__, encoding, EXP, disasm->GetOutput()); \
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
dpb.cpp 272 /* used in GetOutput API */
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 89 virtual audio_io_handle_t getOutput(AudioSystem::stream_type stream,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mfidl.h 139 virtual HRESULT STDMETHODCALLTYPE GetOutput(
381 HRESULT (STDMETHODCALLTYPE *GetOutput)(
465 #define IMFTopologyNode_GetOutput(This,dwOutputIndex,ppDownstreamNode,pdwInputIndexOnDownstreamNode) (This)->lpVtbl->GetOutput(This,dwOutputIndex,ppDownstreamNode,pdwInputIndexOnDownstreamNode)
605 return This->lpVtbl->GetOutput(This,dwOutputIndex,ppDownstreamNode,pdwInputIndexOnDownstreamNode);
    [all...]

Completed in 1134 milliseconds

1 2 3 4 56 7 8 91011>>