Searched refs:getOutput (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DIFormatter.java25 String getOutput(TrackerEntry entry); method in interface:IFormatter
H A DTrackerDataHelper.java48 public String getOutput(TrackerEntry entry) {
169 String output = mFormatter.getOutput(TrackerEntry.createEntry(cursor));
H A DKMLFormatter.java43 public String getOutput(TrackerEntry entry) { method in class:KMLFormatter
H A DTrackerListHelper.java70 String rowText = mFormatter.getOutput(TrackerEntry
H A DCSVFormatter.java42 public String getOutput(TrackerEntry entry) { method in class:CSVFormatter
/frameworks/base/include/media/
H A DIAudioPolicyService.h52 virtual audio_io_handle_t getOutput(audio_stream_type_t stream,
H A DAudioSystem.h149 static audio_io_handle_t getOutput(audio_stream_type_t stream,
H A DAudioTrack.h361 audio_io_handle_t getOutput();
/frameworks/base/media/libmedia/
H A DAudioSystem.cpp215 output = getOutput((audio_stream_type_t)streamType);
248 output = getOutput((audio_stream_type_t)streamType);
279 output = getOutput((audio_stream_type_t)streamType);
340 return af->getRenderPosition(halFrames, dspFrames, getOutput((audio_stream_type_t)stream));
564 audio_io_handle_t AudioSystem::getOutput(audio_stream_type_t stream, function in class:android::AudioSystem
585 LOGV_IF((output != 0), "getOutput() read %d from cache for stream %d", output, stream);
590 output = aps->getOutput(stream, samplingRate, format, channels, flags);
H A DAudioTrack.cpp205 audio_io_handle_t output = AudioSystem::getOutput(
679 audio_io_handle_t AudioTrack::getOutput() function in class:android::AudioTrack
688 return AudioSystem::getOutput((audio_stream_type_t)mStreamType,
H A DIAudioPolicyService.cpp132 virtual audio_io_handle_t getOutput( function in class:android::BpAudioPolicyService
435 audio_io_handle_t output = getOutput(stream,
/frameworks/base/core/tests/hosttests/src/android/content/pm/
H A DPackageManagerHostTestUtils.java477 String output = receiver.getOutput();
523 String output = receiver.getOutput();
536 public String getOutput() { method in class:PackageManagerHostTestUtils.CollectingOutputReceiver
/frameworks/base/services/audioflinger/
H A DAudioPolicyService.h66 virtual audio_io_handle_t getOutput(audio_stream_type_t stream,
H A DAudioFlinger.h733 AudioStreamOut* getOutput();
H A DAudioPolicyService.cpp256 audio_io_handle_t AudioPolicyService::getOutput(audio_stream_type_t stream, function in class:android::AudioPolicyService
265 LOGV("getOutput() tid %d", gettid());
H A DAudioFlinger.cpp1796 AudioFlinger::AudioStreamOut* AudioFlinger::PlaybackThread::getOutput() function in class:android::AudioFlinger::PlaybackThread
2936 : MixerThread(audioFlinger, mainThread->getOutput(), id, mainThread->device()), mWaitTimeMs(UINT_MAX)
5329 AudioStreamOut *output = thread->getOutput();

Completed in 251 milliseconds