Searched defs:AudioEndpoint (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libaaudio/src/client/
H A DAudioEndpoint.h34 class AudioEndpoint { class in namespace:aaudio
37 AudioEndpoint();
38 virtual ~AudioEndpoint();
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...]

Completed in 534 milliseconds