Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:Proxy

239     // delete the proxy before deleting the shared memory it refers to, to avoid dangling reference
631 // from a different thread than the one calling Proxy->obtainBuffer() and
632 // Proxy->releaseBuffer(). Also note there is no mutual exclusion in the
745 // It is usually unsafe to access the server proxy from a binder thread.
1146 // FIXME should use proxy, and needs work
1265 // superclass destructor will now delete the server proxy and shared memory both refer to
1340 Proxy::Buffer buf;
1469 ALOG_ASSERT(mPeerProxy != 0, "PatchTrack::getNextBuffer() called without peer proxy");
1470 Proxy::Buffer buf;
1484 ALOG_ASSERT(mPeerProxy != 0, "PatchTrack::releaseBuffer() called without peer proxy");
1485 Proxy::Buffer buf;
1492 status_t AudioFlinger::PlaybackThread::PatchTrack::obtainBuffer(Proxy::Buffer* buffer,
1507 void AudioFlinger::PlaybackThread::PatchTrack::releaseBuffer(Proxy::Buffer* buffer)
1693 // FIXME should use proxy, and needs work
1794 ALOG_ASSERT(mPeerProxy != 0, "PatchRecord::getNextBuffer() called without peer proxy");
1795 Proxy::Buffer buf;
1810 ALOG_ASSERT(mPeerProxy != 0, "PatchRecord::releaseBuffer() called without peer proxy");
1811 Proxy::Buffer buf;
1818 status_t AudioFlinger::RecordThread::PatchRecord::obtainBuffer(Proxy::Buffer* buffer,
1824 void AudioFlinger::RecordThread::PatchRecord::releaseBuffer(Proxy::Buffer* buffer)