HomeSort by relevance Sort by last modified time
    Searched full:getoutput (Results 76 - 100 of 104) sorted by null

1 2 34 5

  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java 629 String shellOutput = receiver.getOutput();
631 throw new RuntimeException(receiver.getOutput());
    [all...]
  /frameworks/av/media/libmedia/
AudioTrack.cpp 301 audio_io_handle_t output = AudioSystem::getOutput(
351 // As getOutput was called above and resulted in an output stream to be opened,
783 audio_io_handle_t AudioTrack::getOutput()
795 return AudioSystem::getOutput(mStreamType,
    [all...]
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 530 audio_io_handle_t AudioPolicyManagerBase::getOutput(AudioSystem::stream_type stream,
541 ALOGV("getOutput() device %d, stream %d, samplingRate %d, format %x, channelMask %x, flags %x",
546 ALOGV("getOutput() test output mCurOutput %d, samplingRate %d, format %d, channelMask %x, mDirectOutput %d",
550 ALOGV("getOutput() opening test output");
613 ALOGV("getOutput() reusing direct output %d", mOutputs.keyAt(i));
646 ALOGV("getOutput() failed opening direct output: output %d samplingRate %d %d,"
663 ALOGV("getOutput() returns new direct output %d", output);
679 ALOGW_IF((output == 0), "getOutput() could not find output for stream %d, samplingRate %d,"
682 ALOGV("getOutput() returns output %d", output);
    [all...]
  /external/chromium_org/v8/tools/testrunner/local/
old_statusfile.py 419 def GetOutput(self):
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h 157 AudioOutput * getOutput() { return mData;}
MediaPlayerService.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ExportHelper.java 300 AdtPlugin.printErrorToConsole(project, (Object[]) e.getOutput());
  /external/chromium_org/chrome/test/functional/
stress.py 668 os_number = commands.getoutput('sw_vers -productVersion | cut -c 1-4')
800 zombie_count = int(commands.getoutput(zombie))
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PostCompilerBuilder.java 558 String[] aaptOutput = e.getOutput();
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
Stylesheet.java 776 public OutputProperties getOutput(int i) throws ArrayIndexOutOfBoundsException
    [all...]
  /frameworks/av/services/audioflinger/
AudioPolicyService.cpp 224 audio_io_handle_t AudioPolicyService::getOutput(audio_stream_type_t stream,
234 ALOGV("getOutput()");
    [all...]
Threads.h 430 AudioStreamOut* getOutput() const;
    [all...]
Threads.cpp     [all...]
AudioFlinger.cpp     [all...]
  /external/guava/guava/src/com/google/common/io/
Files.java 136 public FileOutputStream getOutput() throws IOException {
  /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/devtools/tools/lib/
jobb.jar 
ant-tasks.jar 
ddmlib.jar 
  /frameworks/av/include/media/
AudioTrack.h 455 audio_io_handle_t getOutput();
    [all...]
  /external/droiddriver/libs/
guava-13.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar 
  /external/smack/asmack-master/lib/
httpclient-4.1.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-junit.jar 

Completed in 1940 milliseconds

1 2 34 5