HomeSort by relevance Sort by last modified time
    Searched full:audiooutput (Results 1 - 23 of 23) sorted by null

  /device/asus/fugu/libaudio/
AudioOutput.cpp 18 #define LOG_TAG "AudioHAL:AudioOutput"
34 #include "AudioOutput.h"
40 const uint32_t AudioOutput::kMaxDelayCompensationMSec = 300;
41 const uint32_t AudioOutput::kPrimeTimeoutChunks = 10; // 100ms
43 AudioOutput::AudioOutput(const char* alsa_name,
78 AudioOutput::~AudioOutput() {
84 status_t AudioOutput::initCheck() {
98 void AudioOutput::setupInternal()
    [all...]
HDMIAudioOutput.h 23 #include "AudioOutput.h"
29 class HDMIAudioOutput : public AudioOutput {
AudioOutput.h 34 class AudioOutput : public RefBase {
55 AudioOutput(const char* alsa_name,
57 virtual ~AudioOutput();
174 typedef Vector< sp<AudioOutput> > AudioOutputList;
AudioHardwareOutput.h 29 #include "AudioOutput.h"
34 class AudioOutput;
59 sp<AudioOutput>* newOutput);
61 const sp<AudioOutput>& releaseMe);
AudioStreamOut.cpp 390 sp<AudioOutput> audioOutput = mPhysOutputs.itemAt(0);
391 if (audioOutput->getHardwareTimestamp(&avail, timestamp) == OK) {
393 int64_t framesInDriverBuffer = (int64_t)audioOutput->getKernelBufferSize() - (int64_t)avail;
517 sp<AudioOutput> newOutput;
556 if ((*I)->getState() == AudioOutput::DMA_START) {
613 // fill mode. Failure to do this will cause the AudioOutput state machine
634 if (AudioOutput::PRIMED == (*I)->getState())
637 if ((*I)->getState() == AudioOutput::ACTIVE)
717 if ((*I)->getState() == AudioOutput::DMA_START)
    [all...]
Android.mk 25 AudioOutput.cpp \
AudioHardwareOutput.cpp 245 (floatVal <= AudioOutput::kMaxDelayCompensationMSec)) {
267 (floatVal <= AudioOutput::kMaxDelayCompensationMSec)) {
310 sp<AudioOutput> out;
412 sp<AudioOutput>* newOutput) {
468 const sp<AudioOutput>& releaseMe) {
AudioStreamOut.h 28 #include "AudioOutput.h"
HDMIAudioOutput.cpp 34 : AudioOutput(kHDMI_ALSADeviceName, PCM_FORMAT_S24_LE)
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h 76 class AudioOutput : public MediaPlayerBase::AudioSink
81 AudioOutput(audio_session_t sessionId, uid_t uid, int pid,
83 virtual ~AudioOutput();
129 void setNextOutput(const sp<AudioOutput>& nextOutput);
150 sp<AudioOutput> mNextOutput;
179 friend AudioOutput;
181 explicit CallbackData(AudioOutput *cookie) {
185 AudioOutput * getOutput() const { return mData; }
186 void setOutput(AudioOutput* newcookie) { mData = newcookie; }
210 AudioOutput * mData
    [all...]
MediaPlayerService.cpp 265 /* static */ int MediaPlayerService::AudioOutput::mMinBufferCount = 4;
266 /* static */ bool MediaPlayerService::AudioOutput::mIsOnEmulator = false;
362 status_t MediaPlayerService::AudioOutput::dump(int fd, const Vector<String16>& args) const
368 result.append(" AudioOutput\n");
747 mAudioOutput = new AudioOutput(mAudioSessionId, IPCThreadState::self()->getCallingUid(),
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sapi.h 33 #define SPCAT_AUDIOOUT L"HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Speech\\AudioOutput"
43 #define SPMMSYS_AUDIO_OUT_TOKEN_ID L"HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Speech\\AudioOutput\\TokenEnums\\MMAudioOut\\"
agtctl.h     [all...]
sapi51.h     [all...]
sapi53.h     [all...]
sapi54.h     [all...]
  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/synth/
SynthEngine.java 63 public SynthEngine(SimpleAudioOutput audioOutput) {
66 mAudioOutput = audioOutput;
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/synth/
SynthEngine.java 63 public SynthEngine(SimpleAudioOutput audioOutput) {
66 mAudioOutput = audioOutput;
  /developers/samples/android/common/src/java/com/example/android/common/midi/synth/
SynthEngine.java 63 public SynthEngine(SimpleAudioOutput audioOutput) {
66 mAudioOutput = audioOutput;
  /development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/
SynthEngine.java 63 public SynthEngine(SimpleAudioOutput audioOutput) {
66 mAudioOutput = audioOutput;
  /development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/
SynthEngine.java 63 public SynthEngine(SimpleAudioOutput audioOutput) {
66 mAudioOutput = audioOutput;
  /prebuilts/android-emulator/darwin-x86_64/lib/
hardware-properties.ini 162 name = hw.audioOutput
  /prebuilts/android-emulator/linux-x86_64/lib/
hardware-properties.ini 162 name = hw.audioOutput

Completed in 1255 milliseconds