Home | History | Annotate | Download | only in libaudioclient

Lines Matching refs:Proxy

866 // FIXME use Proxy return channel to update the rate from server and avoid polling here
1126 // for compressed/synced data; however, we use proxy position for pure linear pcm data
1128 // There may be some latency differences between the HAL position and the proxy position.
1558 // update proxy
1644 Proxy::Buffer buffer;
1653 sp<AudioTrackClientProxy> proxy;
1680 proxy = mProxy;
1700 status = proxy->obtainBuffer(&buffer, requested, elapsed);
1724 Proxy::Buffer buffer;
1908 sp<AudioTrackClientProxy> proxy = mProxy;
1942 // FIXME: Instead of blocking in proxy->waitStreamEndDone(), Callback thread
1943 // should wait on proxy futex and handle CBLK_STREAM_END_DONE within this function
1950 status_t status = proxy->waitStreamEndDone(&timeout);
2401 LOG_ALWAYS_FATAL_IF(status != OK, "status %d not allowed from proxy getTimestamp", status);