Lines Matching refs:Proxy
874 // FIXME use Proxy return channel to update the rate from server and avoid polling here
1134 // for compressed/synced data; however, we use proxy position for pure linear pcm data
1136 // There may be some latency differences between the HAL position and the proxy position.
1634 // update proxy
1720 Proxy::Buffer buffer;
1729 sp<AudioTrackClientProxy> proxy;
1756 proxy = mProxy;
1776 status = proxy->obtainBuffer(&buffer, requested, elapsed);
1800 Proxy::Buffer buffer;
1984 sp<AudioTrackClientProxy> proxy = mProxy;
2018 // FIXME: Instead of blocking in proxy->waitStreamEndDone(), Callback thread
2019 // should wait on proxy futex and handle CBLK_STREAM_END_DONE within this function
2026 status_t status = proxy->waitStreamEndDone(&timeout);
2490 LOG_ALWAYS_FATAL_IF(status != OK, "status %d not allowed from proxy getTimestamp", status);