Home
last modified time | relevance | path

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

/frameworks/av/media/libaudiohal/impl/
DStreamHalAidl.h62 mIsAsynchronous(isAsynchronous), in StreamContextAidl()
71 mIsAsynchronous(other.mIsAsynchronous), in StreamContextAidl()
80 mIsAsynchronous = other.mIsAsynchronous;
105 bool isAsynchronous() const { return mIsAsynchronous; } in isAsynchronous()
137 bool mIsAsynchronous; variable