Home
last modified time | relevance | path

Searched refs:asyncCallback (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/audio/aidl/default/
DStream.cpp368 std::shared_ptr<IStreamCallback> asyncCallback = mContext->getAsyncCallback(); in cycle() local
369 if (asyncCallback == nullptr) { in cycle()
377 ndk::ScopedAStatus status = asyncCallback->onDrainReady(); in cycle()
383 ndk::ScopedAStatus status = asyncCallback->onTransferReady(); in cycle()
476 std::shared_ptr<IStreamCallback> asyncCallback = mContext->getAsyncCallback(); in cycle() local
480 if (asyncCallback == nullptr || in cycle()
489 if (asyncCallback == nullptr || reply.fmqByteCount == fmqByteCount) { in cycle()
DModule.cpp173 std::shared_ptr<IStreamCallback> asyncCallback, in createStreamContext() argument
229 asyncCallback, outEventCallback, mSoundDose.getInstance(), params); in createStreamContext()
/hardware/interfaces/audio/core/all-versions/default/include/core/default/
DStreamOut.h185 static int asyncCallback(stream_callback_event_t event, void* param, void* cookie);
/hardware/interfaces/audio/core/all-versions/default/
DStreamOut.cpp461 int result = mStream->set_callback(mStream, StreamOut::asyncCallback, this); in setCallback()
475 int StreamOut::asyncCallback(stream_callback_event_t event, void*, void* cookie) { in asyncCallback() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut
/hardware/interfaces/audio/aidl/default/include/core-impl/
DStream.h88 std::shared_ptr<IStreamCallback> asyncCallback, in StreamContext() argument
102 mAsyncCallback(asyncCallback), in StreamContext()
DModule.h227 std::shared_ptr<IStreamCallback> asyncCallback,