Lines Matching refs:mPeerProxy
1828 ALOG_ASSERT(mPeerProxy != 0, "%s(%d): called without peer proxy", __func__, mId);
1831 status_t status = mPeerProxy->obtainBuffer(&buf, &mPeerTimeout);
1843 ALOG_ASSERT(mPeerProxy != 0, "%s(%d): called without peer proxy", __func__, mId);
1847 mPeerProxy->releaseBuffer(&buf);
2290 ALOG_ASSERT(mPeerProxy != 0, "%s(%d): called without peer proxy", __func__, mId);
2293 status_t status = mPeerProxy->obtainBuffer(&buf, &mPeerTimeout);
2295 "%s(%d): mPeerProxy->obtainBuffer status %d", __func__, mId, status);
2306 ALOG_ASSERT(mPeerProxy != 0, "%s(%d): called without peer proxy", __func__, mId);
2310 mPeerProxy->releaseBuffer(&buf);