Home | History | Annotate | Download | only in media

Lines Matching refs:Proxy

136                 friend class Proxy;
202 // Proxy for shared memory control block, to isolate callers from needing to know the details.
205 class Proxy : public RefBase {
207 Proxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, size_t frameSize, bool isOut,
209 virtual ~Proxy() { }
237 // Proxy seen by AudioTrack client and AudioRecord client
238 class ClientProxy : public Proxy {
274 // DEAD_OBJECT Server has died or invalidated, caller should destroy this proxy and re-create.
349 proxy created. A local zero timestamp
357 // Proxy used by AudioTrack client, which also includes AudioFlinger::PlaybackThread::OutputTrack
470 // Proxy used by AudioRecord client
492 // Proxy used by AudioFlinger server
493 class ServerProxy : public Proxy {
536 // Expose timestamp to client proxy. Should only be called by a single thread.
574 // Proxy used by AudioFlinger for servicing AudioTrack
601 // FastMixer thread, and normal mixer thread. This is dangerous, as the proxy is intended
603 // As a temporary workaround, this method informs the proxy implementation that it
691 // Proxy used by AudioFlinger for servicing AudioRecord