Home
last modified time | relevance | path

Searched refs:isOut (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/audioflinger/
DTrackBase.h49 bool isOut);
113 bool isOut() const { return mIsOut; } in isOut() function
DTracks.cpp72 bool isOut) in TrackBase() argument
87 mIsOut(isOut), in TrackBase()
/frameworks/av/include/private/media/
DAudioTrackShared.h150 Proxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, size_t frameSize, bool isOut,
182 bool isOut, bool clientInServer);
349 bool isOut, bool clientInServer);
/frameworks/av/media/libmedia/
DAudioTrackShared.cpp38 bool isOut, bool clientInServer) in Proxy() argument
40 mFrameCountP2(roundup(frameCount)), mIsOut(isOut), mClientInServer(clientInServer), in Proxy()
48 size_t frameSize, bool isOut, bool clientInServer) in ClientProxy() argument
49 : Proxy(cblk, buffers, frameCount, frameSize, isOut, clientInServer), mEpoch(0) in ClientProxy()
503 size_t frameSize, bool isOut, bool clientInServer) in ServerProxy() argument
504 : Proxy(cblk, buffers, frameCount, frameSize, isOut, clientInServer), in ServerProxy()