Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/include/core-impl/
DStream.h93 mInternalCommandCookie(std::rand() | 1 /* make sure it's not 0 */), in StreamContext()
122 int getInternalCommandCookie() const { return mInternalCommandCookie; } in getInternalCommandCookie()
146 int mInternalCommandCookie; // The value used to confirm that the command was posted internally variable