Home
last modified time | relevance | path

Searched refs:AAudioBinderAdapter (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libaaudio/src/binding/
DAAudioBinderAdapter.cpp26 AAudioBinderAdapter::AAudioBinderAdapter(IAAudioService* delegate, in AAudioBinderAdapter() function in aaudio::AAudioBinderAdapter
30 void AAudioBinderAdapter::registerClient(const android::sp<IAAudioClient>& client) { in registerClient()
34 AAudioHandleInfo AAudioBinderAdapter::openStream(const AAudioStreamRequest& request, in openStream()
48 aaudio_result_t AAudioBinderAdapter::closeStream(const AAudioHandleInfo& streamHandleInfo) { in closeStream()
60 aaudio_result_t AAudioBinderAdapter::getStreamDescription(const AAudioHandleInfo& streamHandleInfo, in getStreamDescription()
77 aaudio_result_t AAudioBinderAdapter::startStream(const AAudioHandleInfo& streamHandleInfo) { in startStream()
89 aaudio_result_t AAudioBinderAdapter::pauseStream(const AAudioHandleInfo& streamHandleInfo) { in pauseStream()
101 aaudio_result_t AAudioBinderAdapter::stopStream(const AAudioHandleInfo& streamHandleInfo) { in stopStream()
113 aaudio_result_t AAudioBinderAdapter::flushStream(const AAudioHandleInfo& streamHandleInfo) { in flushStream()
125 aaudio_result_t AAudioBinderAdapter::registerAudioThread(const AAudioHandleInfo& streamHandleInfo, in registerAudioThread()
[all …]
DAAudioBinderAdapter.h31 class AAudioBinderAdapter : public AAudioServiceInterface {
33 AAudioBinderAdapter(IAAudioService* delegate, int32_t serviceLifetimeId);
DAAudioBinderClient.h168 class Adapter : public AAudioBinderAdapter {
173 : AAudioBinderAdapter(delegate.get(), serviceLifetimeId), in Adapter()
/frameworks/av/services/oboeservice/
DAAudioService.h110 class Adapter : public aaudio::AAudioBinderAdapter {
115 : aaudio::AAudioBinderAdapter(service, DEFAULT_AAUDIO_SERVICE_ID), in Adapter()
/frameworks/av/media/libaaudio/src/
DAndroid.bp186 "binding/AAudioBinderAdapter.cpp",