Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:Proxy

238     // delete the proxy before deleting the shared memory it refers to, to avoid dangling reference
282 AudioFlinger::ThreadBase::PatchTrackBase::PatchTrackBase(sp<ClientProxy> proxy,
285 : mProxy(proxy)
867 // from a different thread than the one calling Proxy->obtainBuffer() and
868 // Proxy->releaseBuffer(). Also note there is no mutual exclusion in the
997 // It is usually unsafe to access the server proxy from a binder thread.
1421 // FIXME should use proxy, and needs work
1597 // superclass destructor will now delete the server proxy and shared memory both refer to
1673 Proxy::Buffer buf;
1828 ALOG_ASSERT(mPeerProxy != 0, "%s(%d): called without peer proxy", __func__, mId);
1829 Proxy::Buffer buf;
1843 ALOG_ASSERT(mPeerProxy != 0, "%s(%d): called without peer proxy", __func__, mId);
1844 Proxy::Buffer buf;
1851 status_t AudioFlinger::PlaybackThread::PatchTrack::obtainBuffer(Proxy::Buffer* buffer,
1868 void AudioFlinger::PlaybackThread::PatchTrack::releaseBuffer(Proxy::Buffer* buffer)
2105 // FIXME should use proxy, and needs work
2290 ALOG_ASSERT(mPeerProxy != 0, "%s(%d): called without peer proxy", __func__, mId);
2291 Proxy::Buffer buf;
2306 ALOG_ASSERT(mPeerProxy != 0, "%s(%d): called without peer proxy", __func__, mId);
2307 Proxy::Buffer buf;
2314 status_t AudioFlinger::RecordThread::PatchRecord::obtainBuffer(Proxy::Buffer* buffer,
2320 void AudioFlinger::RecordThread::PatchRecord::releaseBuffer(Proxy::Buffer* buffer)