Home
last modified time | relevance | path

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

/frameworks/av/include/private/media/
DAudioTrackShared.h133 friend class ServerProxy; member
424 class ServerProxy : public Proxy {
426 ServerProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, size_t frameSize,
429 virtual ~ServerProxy() { } in ~ServerProxy()
470 class AudioTrackServerProxy : public ServerProxy {
474 : ServerProxy(cblk, buffers, frameCount, frameSize, true /*isOut*/, clientInServer), in ServerProxy() function
556 class AudioRecordServerProxy : public ServerProxy {
560 : ServerProxy(cblk, buffers, frameCount, frameSize, false /*isOut*/, clientInServer) { } in AudioRecordServerProxy()
/frameworks/av/services/audioflinger/
DTrackBase.h163 ServerProxy* mServerProxy;
DTracks.cpp256 ServerProxy::Buffer buf; in releaseBuffer()
594 ServerProxy::Buffer buf; in getNextBuffer()
715 ServerProxy::Buffer buffer; in start()
2006 ServerProxy::Buffer buf; in getNextBuffer()
DAudioFlinger.h77 class ServerProxy; variable
/frameworks/av/media/libmedia/
DAudioTrackShared.cpp593 ServerProxy::ServerProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, in ServerProxy() function in android::ServerProxy
600 status_t ServerProxy::obtainBuffer(Buffer* buffer, bool ackFlush) in obtainBuffer()
709 void ServerProxy::releaseBuffer(Buffer* buffer) in releaseBuffer()