Home
last modified time | relevance | path

Searched refs:proxy (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/gps/msm8960/core/
DContextBase.cpp46 IzatProxyBase* proxy = NULL; in getIzatProxy() local
52 proxy = (*getter)(); in getIzatProxy()
55 if (NULL == proxy) { in getIzatProxy()
56 proxy = new IzatProxyBase(); in getIzatProxy()
58 return proxy; in getIzatProxy()
/hardware/qcom/gps/msm8909/core/
DContextBase.cpp45 LBSProxyBase* proxy = NULL; in getLBSProxy() local
52 proxy = (*getter)(); in getLBSProxy()
55 if (NULL == proxy) { in getLBSProxy()
56 proxy = new LBSProxyBase(); in getLBSProxy()
59 return proxy; in getLBSProxy()
/hardware/qcom/gps/msm8996/core/
DContextBase.cpp45 LBSProxyBase* proxy = NULL; in getLBSProxy() local
52 proxy = (*getter)(); in getLBSProxy()
55 if (NULL == proxy) { in getLBSProxy()
56 proxy = new LBSProxyBase(); in getLBSProxy()
59 return proxy; in getLBSProxy()
/hardware/qcom/gps/msm8994/core/
DContextBase.cpp45 LBSProxyBase* proxy = NULL; in getLBSProxy() local
52 proxy = (*getter)(); in getLBSProxy()
55 if (NULL == proxy) { in getLBSProxy()
56 proxy = new LBSProxyBase(); in getLBSProxy()
59 return proxy; in getLBSProxy()
/hardware/qcom/gps/core/
DContextBase.cpp45 LBSProxyBase* proxy = NULL; in getLBSProxy() local
52 proxy = (*getter)(); in getLBSProxy()
55 if (NULL == proxy) { in getLBSProxy()
56 proxy = new LBSProxyBase(); in getLBSProxy()
59 return proxy; in getLBSProxy()
/hardware/qcom/gps/msm8084/core/
DContextBase.cpp45 LBSProxyBase* proxy = NULL; in getLBSProxy() local
54 proxy = (*getter)(); in getLBSProxy()
63 if (NULL == proxy) { in getLBSProxy()
64 proxy = new LBSProxyBase(); in getLBSProxy()
67 return proxy; in getLBSProxy()
/hardware/libhardware/modules/usbaudio/
Daudio_hal.c91 alsa_device_proxy proxy; /* state of the stream */ member
116 alsa_device_proxy proxy; /* state of the stream */ member
244 uint32_t rate = proxy_get_sample_rate(&((struct stream_out*)stream)->proxy); in out_get_sample_rate()
258 proxy_get_period_size(&out->proxy) * audio_stream_out_frame_size(&(out->stream)); in out_get_buffer_size()
274 alsa_device_proxy * proxy = &((struct stream_out*)stream)->proxy; in out_get_format() local
275 audio_format_t format = audio_format_from_pcm_format(proxy_get_format(proxy)); in out_get_format()
291 proxy_close(&out->proxy); in out_standby()
364 alsa_device_proxy * proxy = &((struct stream_out*)stream)->proxy; in out_get_latency() local
365 return proxy_get_latency(proxy); in out_get_latency()
378 return proxy_open(&out->proxy); in start_output_stream()
[all …]
/hardware/bsp/intel/peripheral/audio/generic/
Daudio_hal.c104 alsa_device_proxy proxy; /* state of the stream */ member
129 alsa_device_proxy proxy; /* state of the stream */ member
352 uint32_t rate = proxy_get_sample_rate(&((struct stream_out*)stream)->proxy); in out_get_sample_rate()
366 proxy_get_period_size(&out->proxy) * audio_stream_out_frame_size(&(out->stream)); in out_get_buffer_size()
382 alsa_device_proxy * proxy = &((struct stream_out*)stream)->proxy; in out_get_format() local
383 audio_format_t format = audio_format_from_pcm_format(proxy_get_format(proxy)); in out_get_format()
398 proxy_close(&out->proxy); in out_standby()
471 alsa_device_proxy * proxy = &((struct stream_out*)stream)->proxy; in out_get_latency() local
472 return proxy_get_latency(proxy); in out_get_latency()
485 return proxy_open(&out->proxy); in start_output_stream()
[all …]