Home | History | Annotate | Download | only in libaudioclient

Lines Matching defs:proxy

957 // FIXME use Proxy return channel to update the rate from server and avoid polling here
1217 // for compressed/synced data; however, we use proxy position for pure linear pcm data
1219 // There may be some latency differences between the HAL position and the proxy position.
1585 // update proxy
1670 Proxy::Buffer buffer;
1679 sp<AudioTrackClientProxy> proxy;
1706 proxy = mProxy;
1726 status = proxy->obtainBuffer(&buffer, requested, elapsed);
1750 Proxy::Buffer buffer;
1947 sp<AudioTrackClientProxy> proxy = mProxy;
1981 // FIXME: Instead of blocking in proxy->waitStreamEndDone(), Callback thread
1982 // should wait on proxy futex and handle CBLK_STREAM_END_DONE within this function
1989 status_t status = proxy->waitStreamEndDone(&timeout);
2518 LOG_ALWAYS_FATAL_IF(status != OK, "%s(%d): status %d not allowed from proxy getTimestamp",