HomeSort by relevance Sort by last modified time
    Searched full:timestamp (Results 601 - 625 of 4884) sorted by null

<<21222324252627282930>>

  /frameworks/base/core/java/android/bluetooth/le/
ScanResult.java 40 // Device timestamp when the result was last seen.
49 * @param timestampNanos Device timestamp when the scan result was observed.
120 * Returns timestamp since boot when the scan record was observed.
  /frameworks/base/services/core/java/com/android/server/tv/
UinputBridge.java 38 private static native void nativeSendTimestamp(long ptr, long timestamp);
96 public void sendTimestamp(IBinder token, long timestamp) {
98 nativeSendTimestamp(mPtr, timestamp);
  /frameworks/base/wifi/java/android/net/wifi/
ScanResult.java 130 * timestamp in microseconds (since boot) when
133 public long timestamp; field in class:ScanResult
136 * Timestamp representing date when this result was last seen, in milliseconds from 1970
369 this.timestamp = tsf;
387 this.timestamp = tsf;
408 this.timestamp = tsf;
447 timestamp = source.timestamp;
484 append(", timestamp: ").
485 append(timestamp);
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
ScanDetailUtilTest.java 114 assertEquals("ScanResult timestamp", input.timestamp,
115 output.getScanResult().timestamp);
  /hardware/intel/common/libmix/mix_video/src/
mixvideodecodeparams.h 73 guint64 timestamp; member in struct:_MixVideoDecodeParams
130 guint64 timestamp);
132 guint64 * timestamp);
mixvideoencodeparams.h 73 guint64 timestamp; member in struct:_MixVideoEncodeParams
130 guint64 timestamp);
132 guint64 * timestamp);
mixvideoframe.h 73 guint64 timestamp; member in struct:_MixVideoFrame
135 MIX_RESULT mix_videoframe_set_timestamp(MixVideoFrame * obj, guint64 timestamp);
136 MIX_RESULT mix_videoframe_get_timestamp(MixVideoFrame * obj, guint64 * timestamp);
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
ts_parser.h 61 typedef struct timestamp { struct in class:omx_time_stamp_reorder
64 }timestamp; typedef in class:omx_time_stamp_reorder
66 timestamp input_timestamps[TIME_SZ];
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
ts_parser.h 77 typedef struct timestamp { struct in class:omx_time_stamp_reorder
80 } timestamp; typedef in class:omx_time_stamp_reorder
82 timestamp input_timestamps[TIME_SZ];
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
ts_parser.h 77 typedef struct timestamp { struct in class:omx_time_stamp_reorder
80 } timestamp; typedef in class:omx_time_stamp_reorder
82 timestamp input_timestamps[TIME_SZ];
  /packages/inputmethods/LatinIME/native/jni/tests/dictionary/structure/v4/content/
language_model_dict_content_test.cpp 54 const int timestamp = 0x3FFFFFFF; local
57 const HistoricalInfo historicalInfo(timestamp, 0 /* level */, count);
62 EXPECT_EQ(timestamp, entry.getHistoricalInfo()->getTimestamp());
  /system/ca-certificates/google/
extract_from_pem.py 9 The current date will be written into the timestamp file, './TIMESTAMP' by
64 parser.add_argument('--timestamp_file', nargs='?', default='TIMESTAMP')
  /system/core/gatekeeperd/
IGateKeeperService.h 54 * - A timestamp T > 0 if the call has failed due to throttling and should not
68 * - A timestamp T > 0 if the call has failed due to throttling and should not
81 * - A timestamp T > 0 if the call has failed due to throttling and should not
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
LocationVerifier.java 85 long timestamp = location.getTime(); local
86 long delta = timestamp - mLastActiveTimestamp;
87 mLastActiveTimestamp = timestamp;
172 long timestamp = location.getTime(); local
173 long delta = timestamp - mLastPassiveTimestamp;
174 mLastPassiveTimestamp = timestamp;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
StepCounterTestActivity.java 237 counterEvent.timestamp);
245 counterEvent.timestamp,
269 counterEvent.timestamp,
337 private void logUserReportedStep(long timestamp) throws InterruptedException {
342 mTimestampsUserReported.add(timestamp);
343 getTestLogger().logMessage(R.string.snsr_step_reported, timestamp);
  /device/google/contexthub/sensorhal/
activity.cpp 135 curr_ev->timestamp = whenNs;
148 curr_ev->timestamp = whenNs;
157 curr_ev->timestamp = whenNs;
167 curr_ev->timestamp = whenNs;
176 curr_ev->timestamp = whenNs;
198 .timestamp = 0ll,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
base_api_test.py 22 timestamp = message_types.DateTimeField(1) variable in class:MessageWithTime
124 request_type_name='MessageWithTime', query_params=['timestamp'])
127 timestamp=datetime.datetime(2014, 10, 0o7, 12, 53, 13))
130 url_timestamp = urllib_parse.quote(request.timestamp.isoformat())
135 request_type_name='MessageWithTime', query_params=['timestamp'])
138 timestamp=datetime.datetime(2014, 10, 0o7, 12, 53, 13))
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudformation/
test_stack.py 64 <Timestamp>2010-07-27T22:27:28Z</Timestamp>
73 <Timestamp>2010-07-27T22:28:28.123456Z</Timestamp>
171 timestamp_1 = rs[0].timestamp
176 timestamp_2 = rs[1].timestamp
  /external/deqp/executor/tools/
xeMergeTestLogs.cpp 82 if (!info.timestamp.empty()) combinedInfo.timestamp = info.timestamp;
92 if (combinedInfo.timestamp.empty()) combinedInfo.timestamp = info.timestamp;
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
fec_receiver_impl.cc 52 // |F| block PT | timestamp offset | block length |
67 // timestamp offset: 14 bits Unsigned offset of timestamp of this block
68 // relative to timestamp given in RTP header. The use of an unsigned
71 // timestamp to determine the timestamp of the data for which this
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.pom 69 <filter>../../../../target/ant/.build.timestamp.properties</filter>
81 <id>create-timestamp-file</id>
90 <touch file="${project.build.directory}/.build.timestamp.properties"/>
91 <echo file="${project.build.directory}/.build.timestamp.properties" append="false"
97 <id>delete-timestamp-file</id>
104 <delete file="${project.build.directory}/.build.timestamp.properties"/>
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.pom 69 <filter>../../../../target/ant/.build.timestamp.properties</filter>
81 <id>create-timestamp-file</id>
90 <touch file="${project.build.directory}/.build.timestamp.properties"/>
91 <echo file="${project.build.directory}/.build.timestamp.properties" append="false"
97 <id>delete-timestamp-file</id>
104 <delete file="${project.build.directory}/.build.timestamp.properties"/>
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.pom 47 <filter>../../../../target/ant/.build.timestamp.properties</filter>
59 <id>create-timestamp-file</id>
68 <touch file="${project.build.directory}/.build.timestamp.properties"/>
69 <echo file="${project.build.directory}/.build.timestamp.properties" append="false"
75 <id>delete-timestamp-file</id>
82 <delete file="${project.build.directory}/.build.timestamp.properties"/>
  /system/netd/server/
NetlinkHandler.cpp 132 const char *timestamp = evt->findParam("TIME_NS"); local
136 timestamp, uid);
183 const char *timestamp,
185 if (timestamp == NULL)
190 "IfaceClass active %s %s %s", name, timestamp, uid);
193 "IfaceClass %s %s %s", isActive ? "active" : "idle", name, timestamp);
  /cts/common/util/src/com/android/compatibility/common/util/
IInvocationResult.java 29 * @return the starting timestamp.
34 * @param time the starting timestamp

Completed in 575 milliseconds

<<21222324252627282930>>