Home
last modified time | relevance | path

Searched defs:asyncCallback (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/audio/aidl/default/
DStream.cpp428 std::shared_ptr<IStreamCallback> asyncCallback = mContext->getAsyncCallback(); in onBufferStateChange() local
441 std::shared_ptr<IStreamCallback> asyncCallback = mContext->getAsyncCallback(); in onClipStateChange() local
473 if (std::shared_ptr<IStreamCallback> asyncCallback = mContext->getAsyncCallback(); in cycle() local
568 std::shared_ptr<IStreamCallback> asyncCallback = mContext->getAsyncCallback(); in cycle() local
DModule.cpp175 std::shared_ptr<IStreamCallback> asyncCallback, in createStreamContext()
/hardware/interfaces/audio/core/all-versions/default/
DStreamOut.cpp475 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.h89 std::shared_ptr<IStreamCallback> asyncCallback, in StreamContext()