Home | History | Annotate | Download | only in libmedia

Lines Matching defs:ClientProxy

47 ClientProxy::ClientProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount,
53 const struct timespec ClientProxy::kForever = {INT_MAX /*tv_sec*/, 0 /*tv_nsec*/};
54 const struct timespec ClientProxy::kNonBlocking = {0 /*tv_sec*/, 0 /*tv_nsec*/};
64 status_t ClientProxy::obtainBuffer(Buffer* buffer, const struct timespec *requested,
269 void ClientProxy::releaseBuffer(Buffer* buffer)
293 void ClientProxy::binderDied()
303 void ClientProxy::interrupt()
312 size_t ClientProxy::getMisalignment()
319 size_t ClientProxy::getFramesFilled() {
521 // See notes on barriers at ClientProxy::obtainBuffer()