Searched refs:proxy (Results 1 – 5 of 5) sorted by relevance
46 IzatProxyBase* proxy = NULL; in getIzatProxy() local52 proxy = (*getter)(); in getIzatProxy()55 if (NULL == proxy) { in getIzatProxy()56 proxy = new IzatProxyBase(); in getIzatProxy()58 return proxy; in getIzatProxy()
45 LBSProxyBase* proxy = NULL; in getLBSProxy() local52 proxy = (*getter)(); in getLBSProxy()55 if (NULL == proxy) { in getLBSProxy()56 proxy = new LBSProxyBase(); in getLBSProxy()59 return proxy; in getLBSProxy()
45 LBSProxyBase* proxy = NULL; in getLBSProxy() local54 proxy = (*getter)(); in getLBSProxy()63 if (NULL == proxy) { in getLBSProxy()64 proxy = new LBSProxyBase(); in getLBSProxy()67 return proxy; in getLBSProxy()
89 alsa_device_proxy proxy; /* state of the stream */ member114 alsa_device_proxy proxy; /* state of the stream */ member242 uint32_t rate = proxy_get_sample_rate(&((struct stream_out*)stream)->proxy); in out_get_sample_rate()256 proxy_get_period_size(&out->proxy) * audio_stream_out_frame_size(&(out->stream)); in out_get_buffer_size()272 alsa_device_proxy * proxy = &((struct stream_out*)stream)->proxy; in out_get_format() local273 audio_format_t format = audio_format_from_pcm_format(proxy_get_format(proxy)); in out_get_format()289 proxy_close(&out->proxy); in out_standby()362 alsa_device_proxy * proxy = &((struct stream_out*)stream)->proxy; in out_get_latency() local363 return proxy_get_latency(proxy); in out_get_latency()376 return proxy_open(&out->proxy); in start_output_stream()[all …]