HomeSort by relevance Sort by last modified time
    Searched refs:getOutput (Results 1 - 25 of 29) sorted by null

1 2

  /external/guava/src/com/google/common/io/
OutputSupplier.java 28 T getOutput() throws IOException;
CharStreams.java 104 public OutputStreamWriter getOutput() throws IOException {
105 return new OutputStreamWriter(out.getOutput(), charset);
122 W out = to.getOutput();
147 W out = to.getOutput();
ByteStreams.java 92 OutputStream out = to.getOutput();
115 OutputStream out = to.getOutput();
Files.java 127 public FileOutputStream getOutput() throws IOException {
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
IFormatter.java 25 String getOutput(TrackerEntry entry);
TrackerDataHelper.java 48 public String getOutput(TrackerEntry entry) {
169 String output = mFormatter.getOutput(TrackerEntry.createEntry(cursor));
KMLFormatter.java 43 public String getOutput(TrackerEntry entry) {
TrackerListHelper.java 70 String rowText = mFormatter.getOutput(TrackerEntry
CSVFormatter.java 42 public String getOutput(TrackerEntry entry) {
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
CtsXmlResultReporterTest.java 85 assertEquals(expectedOutput, getOutput());
100 String output = getOutput();
127 String output = getOutput();
128 System.out.print(getOutput());
140 private String getOutput() {
  /cts/libs/vogar-expect/src/vogar/
Expectation.java 111 return pattern.matcher(outcome.getOutput()).matches();
Outcome.java 90 public String getOutput() {
  /frameworks/base/include/media/
IAudioPolicyService.h 51 virtual audio_io_handle_t getOutput(AudioSystem::stream_type stream,
AudioTrack.h 362 audio_io_handle_t getOutput();
AudioSystem.h 297 // request to open a direct output with getOutput() (by opposition to sharing an output with other AudioTracks)
361 static audio_io_handle_t getOutput(stream_type stream,
  /frameworks/base/core/tests/hosttests/src/android/content/pm/
PackageManagerHostTestUtils.java 405 String output = receiver.getOutput();
441 String output = receiver.getOutput();
454 public String getOutput() {
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyInterface.h 40 // - process getOutput() queries received when AudioTrack objects are created: Those queries
88 virtual audio_io_handle_t getOutput(AudioSystem::stream_type stream,
AudioPolicyManagerBase.h 74 virtual audio_io_handle_t getOutput(AudioSystem::stream_type stream,
274 // set of parameters. This function is called by getOutput() and is implemented by platform
  /libcore/luni/src/main/java/org/apache/xalan/templates/
StylesheetComposed.java 96 recomposableElements.addElement(included.getOutput(j));
Stylesheet.java 776 public OutputProperties getOutput(int i) throws ArrayIndexOutOfBoundsException
    [all...]
  /frameworks/base/media/libmedia/
AudioSystem.cpp 229 output = getOutput((stream_type)streamType);
262 output = getOutput((stream_type)streamType);
293 output = getOutput((stream_type)streamType);
354 return af->getRenderPosition(halFrames, dspFrames, getOutput((stream_type)stream));
558 audio_io_handle_t AudioSystem::getOutput(stream_type stream,
579 LOGV_IF((output != 0), "getOutput() read %d from cache for stream %d", output, stream);
584 output = aps->getOutput(stream, samplingRate, format, channels, flags);
AudioTrack.cpp 198 audio_io_handle_t output = AudioSystem::getOutput((AudioSystem::stream_type)streamType,
337 mFrameCount, mFlags, mSharedBuffer, getOutput(), false);
630 audio_io_handle_t AudioTrack::getOutput()
632 return AudioSystem::getOutput((AudioSystem::stream_type)mStreamType,
822 mFrameCount, mFlags, mSharedBuffer, getOutput(), false);
    [all...]
IAudioPolicyService.cpp 126 virtual audio_io_handle_t getOutput(
374 audio_io_handle_t output = getOutput(stream,
  /frameworks/base/services/audioflinger/
AudioPolicyService.h 54 virtual audio_io_handle_t getOutput(AudioSystem::stream_type stream,
AudioPolicyService.cpp 215 audio_io_handle_t AudioPolicyService::getOutput(AudioSystem::stream_type stream,
224 LOGV("getOutput() tid %d", gettid());
226 return mpPolicyManager->getOutput(stream, samplingRate, format, channels, flags);
    [all...]

Completed in 169 milliseconds

1 2