Searched refs:mSink (Results 1 – 1 of 1) sorted by relevance
117 mSink.reset(); in threadLoop()121 if (!mSink) { in threadLoop()125 mSink = DevicePortSink::create(mStream->getDeviceAddress(), in threadLoop()129 LOG_ALWAYS_FATAL_IF(!mSink); in threadLoop()209 status.retval = mSink->getPresentationPosition( in doGetPresentationPosition()228 const int res = mSink->write(data, toWrite); in doWriteImpl()246 std::unique_ptr<DevicePortSink> mSink; member