Home
last modified time | relevance | path

Searched defs:timestamp (Results 1 – 25 of 47) sorted by relevance

12

/device/asus/fugu/libaudio/
DAudioStreamOut.cpp351 struct timespec *timestamp) in getPresentationPosition()
382 struct timespec *timestamp) in getPresentationPosition_l()
665 struct timespec timestamp; in write() local
671 status_t AudioStreamOut::getNextWriteTimestamp(int64_t *timestamp) in getNextWriteTimestamp()
677 int64_t *timestamp) in getNextWriteTimestamp_internal()
DAudioOutput.cpp251 status_t AudioOutput::getNextWriteTimestamp(int64_t* timestamp, in getNextWriteTimestamp()
Daudio_hal_thunks.cpp202 uint64_t *frames, struct timespec *timestamp) in out_get_presentation_position()
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c126 static uint32_t getOsHwVersion(void *rx, uint8_t rx_len, void *tx, uint64_t timestamp) in getOsHwVersion()
138 static uint32_t getAppVersion(void *rx, uint8_t rx_len, void *tx, uint64_t timestamp) in getAppVersion()
152 static uint32_t queryAppInfo(void *rx, uint8_t rx_len, void *tx, uint64_t timestamp) in queryAppInfo()
307 static uint32_t startFirmwareUpload(void *rx, uint8_t rx_len, void *tx, uint64_t timestamp) in startFirmwareUpload()
591 static uint32_t firmwareChunk(void *rx, uint8_t rx_len, void *tx, uint64_t timestamp) in firmwareChunk()
618 static uint32_t finishFirmwareUpload(void *rx, uint8_t rx_len, void *tx, uint64_t timestamp) in finishFirmwareUpload()
627 static uint32_t getInterrupt(void *rx, uint8_t rx_len, void *tx, uint64_t timestamp) in getInterrupt()
645 static uint32_t maskInterrupt(void *rx, uint8_t rx_len, void *tx, uint64_t timestamp) in maskInterrupt()
656 static uint32_t unmaskInterrupt(void *rx, uint8_t rx_len, void *tx, uint64_t timestamp) in unmaskInterrupt()
816 static uint32_t readEventFast(void *rx, uint8_t rx_len, void *tx, uint64_t timestamp) in readEventFast()
[all …]
/device/generic/goldfish/camera/
DExif.cpp41 #define TIMESTAMP_TO_TM(timestamp, tm) gmtime_r(timestamp, tm) argument
45 #define TIMESTAMP_TO_TM(timestamp, tm) gmtime64_r(timestamp, tm) argument
248 static bool convertTimestampToTimeAndDate(int64_t timestamp, in convertTimestampToTimeAndDate()
335 int64_t timestamp = 0; in createExifData() local
DCallbackNotifier.cpp220 void CallbackNotifier::onNextFrameAvailable(nsecs_t timestamp, in onNextFrameAvailable()
344 bool CallbackNotifier::isNewVideoFrameTime(nsecs_t timestamp) in isNewVideoFrameTime()
DPreviewWindow.cpp98 void PreviewWindow::onNextFrameAvailable(nsecs_t timestamp, in onNextFrameAvailable()
/device/google/contexthub/firmware/app/chre/common/
Dchre_app.c47 static void initDataHeader(struct chreSensorDataHeader *header, uint64_t timestamp, uint32_t sensor… in initDataHeader()
/device/google/contexthub/sensorhal/
Dhubconnection.cpp501 sensors_event_t *HubConnection::initEv(sensors_event_t *ev, uint64_t timestamp, uint32_t type, uint… in initEv()
555 void HubConnection::processSample(uint64_t timestamp, uint32_t type, uint32_t sensor, struct OneAxi… in processSample()
648 void HubConnection::processSample(uint64_t timestamp, uint32_t type, uint32_t sensor, struct RawThr… in processSample()
714 void HubConnection::processSample(uint64_t timestamp, uint32_t type, uint32_t sensor, struct ThreeA… in processSample()
994 uint64_t timestamp; in processBuf() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DBaseHTTPServer.py467 def date_time_string(self, timestamp=None): argument
Dpoplib.py269 timestamp = re.compile(r'\+OK.*(<[^>]+>)') variable in POP3
Dimputil.py415 def _compile(pathname, timestamp): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
DBaseHTTPServer.py464 def date_time_string(self, timestamp=None): argument
/device/google/dragon/sensor_hub/
Dcros_ec_sensors.h69 uint64_t timestamp; member
/device/generic/goldfish/audio/
Daudio_hw.c454 struct timespec * timestamp) { in get_current_output_position()
558 uint64_t *frames, struct timespec *timestamp) in out_get_presentation_position()
636 int64_t *timestamp) in out_get_next_write_timestamp()
879 struct timespec * timestamp) { in get_current_input_position()
/device/generic/goldfish/hwcomposer/
Dhwcomposer.cpp265 int64_t timestamp = int64_t(rt.tv_sec) * 1e9 + rt.tv_nsec; in hwc_vsync_thread() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/
Dhandlers.py35 def format_date_time(timestamp): argument
/device/linaro/hikey/audio/
Daudio_hw.c294 uint64_t *frames, struct timespec *timestamp) in out_get_presentation_position()
328 int64_t *timestamp) in out_get_next_write_timestamp()
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3HWI.h108 nsecs_t timestamp; member
423 nsecs_t timestamp; member
/device/asus/fugu/kernel-headers/linux/
Dkct.h62 __u64 timestamp; member
/device/asus/fugu/original-kernel-headers/linux/
Dkct.h53 __u64 timestamp; member
/device/huawei/angler/camera/QCamera2/HAL/
DQCamera2HWI.h152 int64_t timestamp; // buffer timestamp member
/device/lge/bullhead/camera/QCamera2/HAL/
DQCamera2HWI.h152 int64_t timestamp; // buffer timestamp member
/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3HWI.h346 nsecs_t timestamp; member
/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3HWI.h346 nsecs_t timestamp; member

12