Searched refs:ServerProxy (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/core/tests/coretests/src/android/app/ |
H A D | PropertyInvalidatedCacheTests.java | 39 private static class ServerProxy { class in PropertyInvalidatedCacheTests 65 ServerProxy tester = new ServerProxy(); in testDisableCache1()
|
/aosp12/frameworks/av/include/private/media/ |
H A D | AudioTrackShared.h | 218 friend class ServerProxy; 580 class ServerProxy : public Proxy { 582 ServerProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, size_t frameSize, 585 virtual ~ServerProxy() { } 662 class AudioTrackServerProxy : public ServerProxy { 666 : ServerProxy(cblk, buffers, frameCount, frameSize, true /*isOut*/, clientInServer), 781 class AudioRecordServerProxy : public ServerProxy { 785 : ServerProxy(cblk, buffers, frameCount, frameSize, false /*isOut*/, clientInServer) { }
|
/aosp12/frameworks/av/media/libaudioclient/ |
H A D | AudioTrackShared.cpp | 696 ServerProxy::ServerProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, in ServerProxy() function in android::ServerProxy 707 void ServerProxy::flushBufferIfNeeded() in flushBufferIfNeeded() 798 status_t ServerProxy::obtainBuffer(Buffer* buffer, bool ackFlush) in obtainBuffer() 876 void ServerProxy::releaseBuffer(Buffer* buffer) in releaseBuffer()
|
/aosp12/frameworks/av/services/audioflinger/ |
H A D | TrackBase.h | 379 sp<ServerProxy> mServerProxy;
|
H A D | Tracks.cpp | 292 ServerProxy::Buffer buf; in releaseBuffer() 932 ServerProxy::Buffer buf; in getNextBuffer() 1141 ServerProxy::Buffer buffer; in start() 2417 ServerProxy::Buffer buf; in getNextBuffer()
|
H A D | AudioFlinger.h | 121 class ServerProxy; variable
|