/prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/linux/ |
hdsmart.h | 70 unsigned int timestamp; member in struct:ata_smart_errorlog_command_struct_s 77 unsigned short timestamp; member in struct:ata_smart_errorlog_error_struct_s 99 unsigned short timestamp; member in struct:ata_smart_selftestlog_struct_s
|
/prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/linux/ |
hdsmart.h | 70 unsigned int timestamp; member in struct:ata_smart_errorlog_command_struct_s 77 unsigned short timestamp; member in struct:ata_smart_errorlog_error_struct_s 99 unsigned short timestamp; member in struct:ata_smart_selftestlog_struct_s
|
/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/linux/ |
hdsmart.h | 70 unsigned int timestamp; member in struct:ata_smart_errorlog_command_struct_s 77 unsigned short timestamp; member in struct:ata_smart_errorlog_error_struct_s 99 unsigned short timestamp; member in struct:ata_smart_selftestlog_struct_s
|
/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/ |
hdsmart.h | 70 unsigned int timestamp; member in struct:ata_smart_errorlog_command_struct_s 77 unsigned short timestamp; member in struct:ata_smart_errorlog_error_struct_s 99 unsigned short timestamp; member in struct:ata_smart_selftestlog_struct_s
|
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/ |
hdsmart.h | 70 unsigned int timestamp; member in struct:ata_smart_errorlog_command_struct_s 77 unsigned short timestamp; member in struct:ata_smart_errorlog_error_struct_s 99 unsigned short timestamp; member in struct:ata_smart_selftestlog_struct_s
|
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/ |
hdsmart.h | 70 unsigned int timestamp; member in struct:ata_smart_errorlog_command_struct_s 77 unsigned short timestamp; member in struct:ata_smart_errorlog_error_struct_s 99 unsigned short timestamp; member in struct:ata_smart_selftestlog_struct_s
|
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/ |
hdsmart.h | 70 unsigned int timestamp; member in struct:ata_smart_errorlog_command_struct_s 77 unsigned short timestamp; member in struct:ata_smart_errorlog_error_struct_s 99 unsigned short timestamp; member in struct:ata_smart_selftestlog_struct_s
|
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/ |
hdsmart.h | 70 unsigned int timestamp; member in struct:ata_smart_errorlog_command_struct_s 77 unsigned short timestamp; member in struct:ata_smart_errorlog_error_struct_s 99 unsigned short timestamp; member in struct:ata_smart_selftestlog_struct_s
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/ |
hdsmart.h | 70 unsigned int timestamp; member in struct:ata_smart_errorlog_command_struct_s 77 unsigned short timestamp; member in struct:ata_smart_errorlog_error_struct_s 99 unsigned short timestamp; member in struct:ata_smart_selftestlog_struct_s
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/ |
hdsmart.h | 70 unsigned int timestamp; member in struct:ata_smart_errorlog_command_struct_s 77 unsigned short timestamp; member in struct:ata_smart_errorlog_error_struct_s 99 unsigned short timestamp; member in struct:ata_smart_selftestlog_struct_s
|
/cts/apps/CameraITS/tests/scene0/ |
test_unified_timestamps.py | 30 # Get the timestamp of a captured image. 33 ts_image0 = cap['metadata']['android.sensor.timestamp'] 50 # Get the timestamp of another image. 52 ts_image1 = cap['metadata']['android.sensor.timestamp']
|
/cts/tests/tests/media/src/android/media/cts/ |
IvfWriter.java | 42 * Timestamp values supplied while writing frames should be in accordance 91 * @param timeStamp timestamp of the frame (in accordance to specified timebase) 93 public void writeFrame(byte[] frame, long timeStamp) throws IOException { 94 mOutputFile.write(makeIvfFrameHeader(frame.length, timeStamp)); 135 * @param timestamp presentation timestamp of the frame 137 private static byte[] makeIvfFrameHeader(int size, long timestamp){ 140 lay64bits(frameHeader, 4, 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
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
message_types_test.py | 66 timestamp = field.value_from_message(message) 68 timestamp) 81 timestamp = field.value_from_message(message) 84 timestamp)
|
/external/chromium-trace/catapult/tracing/tracing/model/helpers/ |
android_surface_flinger.html | 73 getFrameKickoff: function(timestamp) { 80 timestamp + TIMESTAMP_FUDGE_MS); 87 getFrameDeadline: function(timestamp) { 94 timestamp + TIMESTAMP_FUDGE_MS);
|
/external/chromium-trace/catapult/tracing/tracing/model/ |
kernel_test.html | 65 assert.equal(ctr1.series[0].samples[0].timestamp, 102); 66 assert.equal(ctr1.series[0].samples[1].timestamp, 202); 68 assert.equal(ctr2.series[0].samples[0].timestamp, 302); 69 assert.equal(ctr2.series[0].samples[1].timestamp, 402);
|
/external/cros/system_api/dbus/power_manager/ |
input_event.proto | 26 optional int64 timestamp = 2;
|
/external/dbus/cmake/modules/ |
Macros.cmake | 2 MACRO(TIMESTAMP RESULT)
|
/external/iproute2/bridge/ |
br_common.h | 18 extern int timestamp;
|
/external/libdrm/freedreno/ |
freedreno_pipe.c | 73 int fd_pipe_wait(struct fd_pipe *pipe, uint32_t timestamp) 75 return fd_pipe_wait_timeout(pipe, timestamp, ~0); 78 int fd_pipe_wait_timeout(struct fd_pipe *pipe, uint32_t timestamp, 81 return pipe->funcs->wait(pipe, timestamp, timeout);
|
/external/webrtc/webrtc/base/ |
timeutils.h | 35 typedef uint32_t TimeStamp; 47 // Returns a future timestamp, 'elapsed' milliseconds from now. 81 // Converts a unix timestamp in nanoseconds to an NTP timestamp in ms.
|