Home
last modified time | relevance | path

Searched refs:ServerProxy (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/include/private/media/
DAudioTrackShared.h138 friend class ServerProxy; member
477 class ServerProxy : public Proxy {
479 ServerProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, size_t frameSize,
482 virtual ~ServerProxy() { } in ~ServerProxy()
548 class AudioTrackServerProxy : public ServerProxy {
552 : ServerProxy(cblk, buffers, frameCount, frameSize, true /*isOut*/, clientInServer), in ServerProxy() function
650 class AudioRecordServerProxy : public ServerProxy {
654 : ServerProxy(cblk, buffers, frameCount, frameSize, false /*isOut*/, clientInServer) { } in AudioRecordServerProxy()
/frameworks/av/media/libmedia/
DAudioTrackShared.cpp615 ServerProxy::ServerProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, in ServerProxy() function in android::ServerProxy
625 void ServerProxy::flushBufferIfNeeded() in flushBufferIfNeeded()
675 status_t ServerProxy::obtainBuffer(Buffer* buffer, bool ackFlush) in obtainBuffer()
751 void ServerProxy::releaseBuffer(Buffer* buffer) in releaseBuffer()
/frameworks/av/services/audioflinger/
DTrackBase.h159 ServerProxy* mServerProxy;
DTracks.cpp268 ServerProxy::Buffer buf; in releaseBuffer()
575 ServerProxy::Buffer buf; in getNextBuffer()
714 ServerProxy::Buffer buffer; in start()
1558 ServerProxy::Buffer buf; in getNextBuffer()
DAudioFlinger.h76 class ServerProxy; variable