Home
last modified time | relevance | path

Searched refs:mIsAsynchronous (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/audio/aidl/default/stub/
DStreamStub.cpp39 mIsAsynchronous(!!getContext().getAsyncCallback()), in StreamStub()
52 if (!mIsAsynchronous) { in drain()
106 if (mIsAsynchronous) { in transfer()
/hardware/interfaces/audio/aidl/default/include/core-impl/
DStreamStub.h41 const bool mIsAsynchronous; variable
DStreamPrimary.h38 const bool mIsAsynchronous; variable
/hardware/interfaces/audio/aidl/default/primary/
DStreamPrimary.cpp41 mIsAsynchronous(!!getContext().getAsyncCallback()) { in StreamPrimary()
66 if (!mIsAsynchronous) { in transfer()