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
43 AudioEndpoint::~AudioEndpoint() {
119 aaudio_result_t AudioEndpoint::configure(const EndpointDescriptor *pEndpointDescriptor,
130 ALOGE("AudioEndpoint.configure() bytesPerFrame != sizeof(AAudioServiceMessage) = %d",
136 ALOGE("AudioEndpoint.configure() NULL counter address");
142 ALOGE("AudioEndpoint.configure() endpoint already used");
156 ALOGV("AudioEndpoint
[all...]

Completed in 55 milliseconds