Searched refs:ServerProxy (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/include/private/media/ |
D | AudioTrackShared.h | 138 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/ |
D | AudioTrackShared.cpp | 615 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/ |
D | TrackBase.h | 159 ServerProxy* mServerProxy;
|
D | Tracks.cpp | 268 ServerProxy::Buffer buf; in releaseBuffer() 575 ServerProxy::Buffer buf; in getNextBuffer() 714 ServerProxy::Buffer buffer; in start() 1558 ServerProxy::Buffer buf; in getNextBuffer()
|
D | AudioFlinger.h | 76 class ServerProxy; variable
|