HomeSort by relevance Sort by last modified time
    Searched refs:timestamp (Results 301 - 325 of 2890) sorted by null

<<11121314151617181920>>

  /platform_testing/tests/functional/devicehealthchecks/src/com/android/devicehealthchecks/
CrashCheckBase.java 54 long timestamp = 0; local
58 while (null != (entry = dropbox.getNextEntry(label, timestamp))) {
77 timestamp = entry.getTimeMillis();
  /system/gatekeeper/include/gatekeeper/
gatekeeper.h 179 void MintAuthToken(UniquePtr<uint8_t> *auth_token, uint32_t *length, uint64_t timestamp,
191 * Sets the last_checked_timestamp to timestamp. Writes the updated record
196 bool IncrementFailureRecord(uint32_t uid, secure_id_t user_id, uint64_t timestamp,
207 bool ThrottleRequest(uint32_t uid, uint64_t timestamp,
  /external/libdrm/freedreno/kgsl/
kgsl_bo.c 86 uint32_t timestamp = kgsl_bo_get_timestamp(to_kgsl_bo(bo)); local
103 if (timestamp > current)
109 if (timestamp)
110 fd_pipe_wait(pipe, timestamp);
257 * the timestamp of the last ISSUEIBCMDS on the buffer.
260 * 1) Only set the timestamp for buffers w/ an flink name, ie.
263 * 2) Only set the timestamp for buffers submitted to the 3d ring
270 * The waiting on timestamp happens before flush, and setting of
271 * timestamp happens after flush. It is transparent to the user
277 uint32_t timestamp)
298 uint32_t timestamp = 0; local
    [all...]
  /external/libxcam/xcore/
device_manager.cpp 61 XCamMessage::XCamMessage (XCamMessageType type, int64_t timestamp, const char *message)
62 : timestamp (timestamp)
324 DeviceManager::poll_buffer_failed (int64_t timestamp, const char *msg)
326 post_message (XCAM_MESSAGE_BUF_ERROR, timestamp, msg);
342 DeviceManager::x3a_calculation_failed (XAnalyzer *analyzer, int64_t timestamp, const char *msg)
344 AnalyzerCallback::x3a_calculation_failed (analyzer, timestamp, msg);
367 DeviceManager::post_message (XCamMessageType type, int64_t timestamp, const char *msg)
369 SmartPtr<XCamMessage> new_msg = new XCamMessage (type, timestamp, msg);
x3a_result.h 37 int64_t timestamp = XCam::InvalidTimestamp
41 , _timestamp (timestamp)
58 void set_timestamp (int64_t timestamp) {
59 _timestamp = timestamp;
  /external/speex/libspeex/
jitter.c 139 spx_uint32_t pointer_timestamp; /**< Timestamp of what we will *get* next */
140 spx_uint32_t last_returned_timestamp; /**< Useful for getting the next packet with the same timestamp (for fragmented media) */
143 spx_int32_t buffered; /**< Amount of data we think is still buffered by the application (timestamp units)*/
146 spx_uint32_t arrival[SPEEX_JITTER_MAX_BUFFER_SIZE]; /**< Packet arrival time (0 means it was late, even though it's a valid timestamp) */
150 spx_int32_t delay_step; /**< Size of the steps when adjusting buffering (timestamp units) */
170 The optimised function is in timestamp units and is:
173 @param late_factor Equivalent cost of a late frame (in timestamp units)
311 /* Timestamp is actually undefined at this point */
372 /*fprintf (stderr, "put packet %d %d\n", timestamp, span);*/
380 if (jitter->packets[i].data && LE32(jitter->packets[i].timestamp + jitter->packets[i].span, jitter->pointer_timestamp)
    [all...]
  /external/webrtc/webrtc/modules/pacing/
packet_router_unittest.cc 43 uint64_t timestamp = 7890; local
49 EXPECT_CALL(rtp_1, TimeToSendPacket(kSsrc1, sequence_number, timestamp,
55 timestamp, retransmission));
59 timestamp += 30;
66 EXPECT_CALL(rtp_2, TimeToSendPacket(kSsrc2, sequence_number, timestamp,
71 timestamp, retransmission));
79 timestamp, retransmission));
89 timestamp, retransmission));
99 timestamp, retransmission));
  /frameworks/av/camera/
ICameraClient.cpp 75 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData)
80 data.writeInt64(timestamp);
86 void recordingFrameHandleCallbackTimestamp(nsecs_t timestamp, native_handle_t* handle) {
90 data.writeInt64(timestamp);
156 nsecs_t timestamp = data.readInt64(); local
159 dataCallbackTimestamp(timestamp, msgType, imageData);
165 nsecs_t timestamp; local
166 status_t res = data.readInt64(&timestamp);
168 ALOGE("%s: Failed to read timestamp: %s (%d)", __FUNCTION__, strerror(-res), res);
178 recordingFrameHandleCallbackTimestamp(timestamp, handle)
    [all...]
  /packages/apps/Settings/src/com/android/settings/enterprise/
EnterprisePrivacyFeatureProviderImpl.java 117 final long timestamp = mDpm.getLastSecurityLogRetrievalTime(); local
118 return timestamp < 0 ? null : new Date(timestamp);
123 final long timestamp = mDpm.getLastBugReportRequestTime(); local
124 return timestamp < 0 ? null : new Date(timestamp);
129 final long timestamp = mDpm.getLastNetworkLogRetrievalTime(); local
130 return timestamp < 0 ? null : new Date(timestamp);
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
forgetting_curve_utils.cpp 49 const int timestamp = newHistoricalInfo->getTimestamp(); local
54 return HistoricalInfo(timestamp, level, count);
63 return HistoricalInfo(timestamp, level, 0 /* count */);
66 return HistoricalInfo(timestamp, level, clampToValidCountRange(count, headerPolicy));
73 return HistoricalInfo(timestamp,
77 return HistoricalInfo(timestamp,
81 return HistoricalInfo(timestamp, originalHistoricalInfo->getLevel(), updatedCount);
154 /* static */ int ForgettingCurveUtils::getElapsedTimeStepCount(const int timestamp,
156 const int elapsedTimeInSeconds = TimeKeeper::peekCurrentTime() - timestamp;
  /bionic/libc/kernel/uapi/linux/
dlm_netlink.h 40 unsigned long timestamp; member in struct:dlm_lock_data
  /bionic/libc/kernel/uapi/linux/iio/
events.h 25 __s64 timestamp; member in struct:iio_event_data
  /cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
EventGapVerification.java 16 * checking the last received sensor timestamp and checking that it is within 1.8 * the expected
91 nanosToMillis(info.event.timestamp - info.previousEvent.timestamp)));
117 long deltaNs = event.timestamp - mPreviousEvent.timestamp;
  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/
EventScheduler.java 26 * Events with the same timestamp will be read in the order they were added.
98 * @param timestamp
100 public SchedulableEvent(long timestamp) {
101 mTimestamp = timestamp;
105 * @return timestamp
112 * The timestamp should not be modified when the event is in the
115 public void setTimestamp(long timestamp) {
116 mTimestamp = timestamp;
188 * @param timestamp
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/
EventScheduler.java 26 * Events with the same timestamp will be read in the order they were added.
98 * @param timestamp
100 public SchedulableEvent(long timestamp) {
101 mTimestamp = timestamp;
105 * @return timestamp
112 * The timestamp should not be modified when the event is in the
115 public void setTimestamp(long timestamp) {
116 mTimestamp = timestamp;
188 * @param timestamp
  /developers/samples/android/common/src/java/com/example/android/common/midi/
EventScheduler.java 26 * Events with the same timestamp will be read in the order they were added.
98 * @param timestamp
100 public SchedulableEvent(long timestamp) {
101 mTimestamp = timestamp;
105 * @return timestamp
112 * The timestamp should not be modified when the event is in the
115 public void setTimestamp(long timestamp) {
116 mTimestamp = timestamp;
188 * @param timestamp
  /development/samples/browseable/MidiScope/src/com.example.android.common.midi/
EventScheduler.java 26 * Events with the same timestamp will be read in the order they were added.
98 * @param timestamp
100 public SchedulableEvent(long timestamp) {
101 mTimestamp = timestamp;
105 * @return timestamp
112 * The timestamp should not be modified when the event is in the
115 public void setTimestamp(long timestamp) {
116 mTimestamp = timestamp;
188 * @param timestamp
  /development/samples/browseable/MidiSynth/src/com.example.android.common.midi/
EventScheduler.java 26 * Events with the same timestamp will be read in the order they were added.
98 * @param timestamp
100 public SchedulableEvent(long timestamp) {
101 mTimestamp = timestamp;
105 * @return timestamp
112 * The timestamp should not be modified when the event is in the
115 public void setTimestamp(long timestamp) {
116 mTimestamp = timestamp;
188 * @param timestamp
  /device/google/cuttlefish_common/guest/hals/camera/
PreviewWindow.h 100 * timestamp - Frame's timestamp.
103 void onNextFrameAvailable(const void* frame, nsecs_t timestamp,
145 /* Timestamp (abs. microseconds) when last frame has been pushed to the
  /external/kernel-headers/original/uapi/linux/
dlm_netlink.h 35 unsigned long timestamp; member in struct:dlm_lock_data
  /external/kernel-headers/original/uapi/linux/iio/
events.h 19 * @timestamp: best estimate of time of event occurrence (often from
24 __s64 timestamp; member in struct:iio_event_data
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_fence.h 50 uint32_t timestamp, int fence_fd);
  /external/nos/host/generic/nugget/proto/nugget/app/keymaster/
keymaster_types.proto 67 uint64 timestamp = 5;
73 uint64 timestamp = 2;
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
tracked_object.cc 51 const int64_t timestamp,
55 position_last_computed_time_ = timestamp;
115 const int64_t timestamp,
158 UpdatePosition(detection_position, timestamp, image_data, false);
  /external/v8/src/inspector/
v8-console-message.h 47 double timestamp, ConsoleAPIType,
52 double timestamp, const String16& detailedMessage, const String16& url,
59 double timestamp, const String16& message, unsigned revokedExceptionId);
73 V8ConsoleMessage(V8MessageOrigin, double timestamp, const String16& message);

Completed in 2082 milliseconds

<<11121314151617181920>>