Lines Matching refs:Proxy
950 // FIXME use Proxy return channel to update the rate from server and avoid polling here
1210 // for compressed/synced data; however, we use proxy position for pure linear pcm data
1212 // There may be some latency differences between the HAL position and the proxy position.
1570 // update proxy
1655 Proxy::Buffer buffer;
1664 sp<AudioTrackClientProxy> proxy;
1691 proxy = mProxy;
1711 status = proxy->obtainBuffer(&buffer, requested, elapsed);
1735 Proxy::Buffer buffer;
1919 sp<AudioTrackClientProxy> proxy = mProxy;
1953 // FIXME: Instead of blocking in proxy->waitStreamEndDone(), Callback thread
1954 // should wait on proxy futex and handle CBLK_STREAM_END_DONE within this function
1961 status_t status = proxy->waitStreamEndDone(&timeout);
2452 LOG_ALWAYS_FATAL_IF(status != OK, "status %d not allowed from proxy getTimestamp", status);