Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/
DStream.cpp187 if (cookie == (mContext->getInternalCommandCookie() ^ getTid())) { in cycle()
417 if (cookie == (mContext->getInternalCommandCookie() ^ getTid())) { in cycle()
780 mContext.getInternalCommandCookie() ^ mWorker->getTid()); in stopWorker()
/hardware/interfaces/audio/aidl/default/include/core-impl/
DStream.h122 int getInternalCommandCookie() const { return mInternalCommandCookie; } in getInternalCommandCookie() function