OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AudioOutput
(Results
1 - 8
of
8
) sorted by null
/device/asus/fugu/libaudio/
AudioOutput.cpp
18
#define LOG_TAG "AudioHAL:
AudioOutput
"
32
#include "
AudioOutput
.h"
36
const uint32_t
AudioOutput
::kMaxDelayCompensationMSec = 300;
37
const uint32_t
AudioOutput
::kPrimeTimeoutChunks = 10; // 100ms
39
AudioOutput
::
AudioOutput
(const char* alsa_name,
69
AudioOutput
::~
AudioOutput
() {
74
status_t
AudioOutput
::initCheck() {
88
void
AudioOutput
::setupInternal()
[
all
...]
HDMIAudioOutput.h
23
#include "
AudioOutput
.h"
29
class HDMIAudioOutput : public
AudioOutput
{
AudioHardwareOutput.h
29
#include "
AudioOutput
.h"
34
class
AudioOutput
;
59
sp<
AudioOutput
>* newOutput);
61
const sp<
AudioOutput
>& releaseMe);
AudioOutput.h
33
class
AudioOutput
: public RefBase {
54
AudioOutput
(const char* alsa_name,
56
virtual ~
AudioOutput
();
173
typedef Vector< sp<
AudioOutput
> > AudioOutputList;
HDMIAudioOutput.cpp
33
:
AudioOutput
(kHDMI_ALSADeviceName, PCM_FORMAT_S24_LE)
AudioHardwareOutput.cpp
244
(floatVal <=
AudioOutput
::kMaxDelayCompensationMSec)) {
266
(floatVal <=
AudioOutput
::kMaxDelayCompensationMSec)) {
309
sp<
AudioOutput
> out;
411
sp<
AudioOutput
>* newOutput) {
467
const sp<
AudioOutput
>& releaseMe) {
AudioStreamOut.cpp
393
sp<
AudioOutput
>
audioOutput
= mPhysOutputs.itemAt(0);
394
if (
audioOutput
->getHardwareTimestamp(&avail, timestamp) == 0) {
408
(int64_t)
audioOutput
->getKernelBufferSize() - (int64_t)avail;
507
sp<
AudioOutput
> newOutput;
546
if ((*I)->getState() ==
AudioOutput
::DMA_START) {
626
// fill mode. Failure to do this will cause the
AudioOutput
state machine
645
if (
AudioOutput
::PRIMED == (*I)->getState())
648
if ((*I)->getState() ==
AudioOutput
::ACTIVE)
717
if ((*I)->getState() ==
AudioOutput
::DMA_START)
[
all
...]
Android.mk
25
AudioOutput
.cpp \
Completed in 66 milliseconds