Home
last modified time | relevance | path

Searched refs:tstamp (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/route/
Dstructs.cpp44 << data.tstamp << ',' // in ifla_cacheinfoToStream()
/hardware/qcom/audio/legacy/libalsa-intf/
Daplay.c379 struct snd_compr_tstamp tstamp; in play_file() local
380 if (ioctl(pcm->fd, SNDRV_COMPRESS_TSTAMP, &tstamp)) in play_file()
383 fprintf(stderr, "timestamp = %lld\n", tstamp.timestamp); in play_file()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmutils.h395 #define bcmtslog(tstamp, fmt, a1, a2) argument
/hardware/qcom/audio/hal/
Daudio_hw.c3570 struct timespec tstamp; in out_write() local
3571 ret = compress_get_hpointer(out->compr, &avail, &tstamp); in out_write()