Searched defs:ap (Results 1 - 15 of 15) sorted by relevance

/hardware/invensense/60xx/mlsdk/platform/linux/
H A Dlog_linux.c47 va_list ap; local
50 va_start(ap, fmt);
51 result = _MLPrintVaLog(priority,tag,fmt,ap);
52 va_end(ap);
/hardware/ti/omap4xxx/domx/mm_osal/src/
H A Dtimm_osal_trace.c105 va_list ap; local
107 va_start(ap, fmt); /* make ap point to first arg after 'fmt' */
116 vsprintf(string, fmt, ap);
125 vprintf(fmt, ap);
128 va_end(ap);
/hardware/samsung_slsi/exynos5/libv4l2/
H A Dexynos_subdev.c45 static int __subdev_open(const char *filename, int oflag, va_list ap) argument
51 mode = va_arg(ap, int);
60 va_list ap; local
63 va_start(ap, oflag);
64 fd = __subdev_open(filename, oflag, ap);
65 va_end(ap);
75 va_list ap; local
119 va_start(ap, oflag);
120 fd = __subdev_open(filename, oflag, ap);
121 va_end(ap);
[all...]
H A Dexynos_v4l2.c78 static int __v4l2_open(const char *filename, int oflag, va_list ap) argument
84 mode = va_arg(ap, int);
93 va_list ap; local
98 va_start(ap, oflag);
99 fd = __v4l2_open(filename, oflag, ap);
100 va_end(ap);
112 va_list ap; local
158 va_start(ap, oflag);
159 fd = __v4l2_open(filename, oflag, ap);
160 va_end(ap);
[all...]
/hardware/ti/omap4xxx/security/tf_daemon/
H A Dsmc_properties_parser.c83 va_list ap; local
84 va_start(ap, format);
86 vfprintf(stderr, format, ap);
88 va_end(ap);
93 va_list ap; local
94 va_start(ap, format);
96 vfprintf(stderr, format, ap);
98 va_end(ap);
103 va_list ap; local
104 va_start(ap, forma
[all...]
H A Ddelegation_client.c150 va_list ap; local
151 va_start(ap, format);
154 vsyslog(LOG_ERR, format, ap);
159 vfprintf(stderr, format, ap);
162 va_end(ap);
167 va_list ap; local
168 va_start(ap, format);
171 vsyslog(LOG_WARNING, format, ap);
176 vfprintf(stderr, format, ap);
179 va_end(ap);
183 va_list ap; local
200 va_list ap; local
221 va_list ap; local
242 va_list ap; local
296 va_list ap; local
305 va_list ap; local
314 va_list ap; local
324 va_list ap; local
338 va_list ap; local
352 va_list ap; local
[all...]
/hardware/libhardware/modules/audio/
H A Daudio_policy.c242 struct audio_policy **ap)
248 *ap = NULL;
293 *ap = &dap->policy;
298 struct audio_policy *ap)
300 free(ap);
239 create_default_ap(const struct audio_policy_device *device, struct audio_policy_service_ops *aps_ops, void *service, struct audio_policy **ap) argument
297 destroy_default_ap(const struct audio_policy_device *ap_dev, struct audio_policy *ap) argument
/hardware/libhardware/tests/hwc/
H A Dcnativewindow.c315 va_list ap; local
316 va_start(ap, op);
320 TRACE("set usage %d\n", va_arg(ap,int));
328 TRACE("set buffers format %d\n", va_arg(ap,int));
331 TRACE("set buffers transform %d\n", va_arg(ap,int));
334 TRACE("set buffers timestamp %lld\n", va_arg(ap,long long));
337 TRACE("set scaling mode %d\n", va_arg(ap,int));
340 int w = va_arg(ap,int);
341 int h = va_arg(ap,int);
/hardware/libhardware_legacy/audio/
H A Daudio_policy_hal.cpp336 struct audio_policy **ap)
397 *ap = &lap->policy;
404 *ap = NULL;
409 struct audio_policy *ap)
411 struct legacy_audio_policy *lap = to_lap(ap);
333 create_legacy_ap(const struct audio_policy_device *device, struct audio_policy_service_ops *aps_ops, void *service, struct audio_policy **ap) argument
408 destroy_legacy_ap(const struct audio_policy_device *ap_dev, struct audio_policy *ap) argument
/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_policy_hal.cpp328 struct audio_policy **ap)
388 *ap = &qap->policy;
395 *ap = NULL;
400 struct audio_policy *ap)
402 struct qcom_audio_policy *qap = to_qap(ap);
325 create_qcom_ap(const struct audio_policy_device *device, struct audio_policy_service_ops *aps_ops, void *service, struct audio_policy **ap) argument
399 destroy_qcom_ap(const struct audio_policy_device *ap_dev, struct audio_policy *ap) argument
/hardware/ti/omap4xxx/security/tee_client_api/
H A Dtee_client_api_linux_driver.c101 va_list ap; local
102 va_start(ap, format);
104 vfprintf(stderr, format, ap);
106 va_end(ap);
111 va_list ap; local
112 va_start(ap, format);
114 vfprintf(stderr, format, ap);
116 va_end(ap);
121 va_list ap; local
122 va_start(ap, forma
[all...]
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_pcm.c383 va_list ap; local
386 va_start(ap, fmt);
387 vsnprintf(pcm->error, PCM_ERROR_MAX, fmt, ap);
388 va_end(ap);
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dbcmutils.c2004 va_list ap; local
2007 va_start(ap, fmt);
2009 r = vsnprintf(b->buf, b->size, fmt, ap);
2025 va_end(ap);
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c235 va_list ap; local
237 va_start(ap, fmt);
238 buf->len += vsnprintf(buf->buf + buf->len, buf->buf_len - buf->len, fmt, ap);
239 va_end(ap);
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A D802.11.h264 struct ether_addr ap; /* Current AP address */ member in struct:dot11_reassoc_req

Completed in 1036 milliseconds