Searched refs:AudioEndpoint (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libaaudio/src/client/
H A DAudioEndpoint.cpp25 #include "AudioEndpoint.h"
34 AudioEndpoint::AudioEndpoint() function in class:AudioEndpoint
41 AudioEndpoint::~AudioEndpoint()
116 aaudio_result_t AudioEndpoint::configure(const EndpointDescriptor *pEndpointDescriptor)
128 ALOGE("AudioEndpoint::configure() bytesPerFrame != sizeof(AAudioServiceMessage) = %d",
148 ALOGV("AudioEndpoint::configure() data framesPerBurst = %d", descriptor->framesPerBurst);
149 ALOGV("AudioEndpoint::configure() data readCounterAddress = %p", descriptor->readCounterAddress);
151 ALOGV("AudioEndpoint
[all...]
H A DAudioEndpoint.h34 class AudioEndpoint { class in namespace:aaudio
37 AudioEndpoint();
38 virtual ~AudioEndpoint();
H A DAudioStreamInternal.h27 #include "client/AudioEndpoint.h"
131 AudioEndpoint mAudioEndpoint; // source for reads or sink for writes
/frameworks/av/media/libaaudio/src/
H A DAndroid.mk46 client/AudioEndpoint.cpp \
103 client/AudioEndpoint.cpp \

Completed in 525 milliseconds