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

<<31323334353637383940>>

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
Clock.java 44 * Returns the current timestamp of the most precise timer available on the local system, in
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformatqueue.h 20 guint64 timestamp; member in struct:_MixInputBufferEntry
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderDefs.h 46 int64_t timestamp; member in struct:PackedFrameData
132 int64_t timeStamp;
174 int64_t timeStamp; // presentation time stamp
182 int64_t timeStamp; // presentation time stamp
  /hardware/intel/img/hwcomposer/merrifield/include/
IVideoPayloadManager.h 48 int64_t timestamp; member in struct:android::intel::IVideoPayloadManager::MetaData
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
VideoPayloadBuffer.h 43 int64_t timestamp; member in struct:android::intel::VideoPayloadBuffer
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DummyDevice.h 57 virtual void onVsync(int64_t timestamp);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
VideoPayloadBuffer.h 43 int64_t timestamp; member in struct:android::intel::VideoPayloadBuffer
  /hardware/libhardware/include/hardware/
hw_auth_token.h 45 uint64_t timestamp; // in network order member in struct:__anon32171
  /hardware/qcom/msm8994/original-kernel-headers/sound/
compress_offload.h 57 * struct snd_compr_tstamp: timestamp descriptor
73 uint64_t timestamp; member in struct:snd_compr_tstamp
79 * @tstamp: timestamp infomation
165 * SNDRV_COMPRESS_TSTAMP: get the current timestamp value
  /hardware/qcom/msm8996/original-kernel-headers/sound/
compress_offload.h 57 * struct snd_compr_tstamp: timestamp descriptor
73 uint64_t timestamp; member in struct:snd_compr_tstamp
79 * @tstamp: timestamp infomation
165 * SNDRV_COMPRESS_TSTAMP: get the current timestamp value
  /hardware/qcom/msm8x26/original-kernel-headers/sound/
compress_offload.h 57 * struct snd_compr_tstamp: timestamp descriptor
73 uint64_t timestamp; member in struct:snd_compr_tstamp
79 * @tstamp: timestamp infomation
163 * SNDRV_COMPRESS_TSTAMP: get the current timestamp value
  /hardware/qcom/msm8x84/kernel-headers/media/
msmb_generic_buf_mgr.h 26 struct timeval timestamp; member in struct:msm_buf_mngr_info
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
compress_offload.h 57 * struct snd_compr_tstamp: timestamp descriptor
73 uint64_t timestamp; member in struct:snd_compr_tstamp
79 * @tstamp: timestamp infomation
163 * SNDRV_COMPRESS_TSTAMP: get the current timestamp value
  /libcore/ojluni/src/main/java/sun/net/www/
MimeLauncher.java 69 // Replace all but last occurrance of "%s" with timestamp to insure
81 long timestamp = System.currentTimeMillis()/1000; local
85 + timestamp
103 tempFilename = prefix + filename + timestamp + extension + suffix;
  /ndk/sources/host-tools/make-3.81/tests/scripts/options/
dash-n 35 # We consider the actual updated timestamp of targets with all
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 120 long timeStamp = 0; // Database time stamp. Used for sorting ongoing transfers.
231 final int timestampIndex = cursor.getColumnIndexOrThrow(BluetoothShare.TIMESTAMP);
243 long timeStamp = cursor.getLong(timestampIndex);
259 String batchID = Long.toString(timeStamp);
261 // sending objects in one batch has same timeStamp
267 item.timeStamp = timeStamp;
333 b.setWhen(item.timeStamp);
358 long timeStamp = 0;
385 WHERE_COMPLETED_OUTBOUND, null, BluetoothShare.TIMESTAMP + " DESC")
    [all...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/common/
SimpleCaptureStream.java 37 // Close the stream to avoid leaking the timestamp for every image of a
  /packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/metadatasynchronizer/
MetadataPool.java 29 public ListenableFuture<TotalCaptureResultProxy> removeMetadataFuture(long timestamp);
  /packages/apps/Gallery2/src/com/android/photos/data/
AlbumSetLoader.java 20 "timestamp",
  /packages/apps/Messaging/tests/src/com/android/messaging/ui/conversationlist/
ConversationListItemViewTest.java 86 final String timestamp = Dates.getConversationTimeString( local
90 verifyContent(view, name, snippet, timestamp, unread);
97 final String timestamp,
130 assertEquals(timestamp, timestampTextView.getText());
  /packages/apps/TV/src/com/android/tv/data/epg/
EpgReader.java 37 * Returns the timestamp of the current EPG.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
UserHistoryDictionary.java 97 * @param timestamp the timestamp when the word has been inputted
101 final int timestamp) {
106 isValid, 1 /* count */, timestamp);
  /packages/services/Car/libvehiclenetwork/include/
VehicleNetwork.h 107 status_t getInt32Property(int32_t property, int32_t* value, int64_t* timestamp);
109 status_t getInt64Property(int32_t property, int64_t* value, int64_t* timestamp);
111 status_t getFloatProperty(int32_t property, float* value, int64_t* timestamp);
113 status_t getStringProperty(int32_t property, String8& value, int64_t* timestamp);
  /packages/services/Car/libvehiclenetwork/libvehiclenetwork-audio-helper/src/
VehicleNetworkAudioHelper.cpp 56 mScratchValueStreamState.timestamp = 0;
59 mScratchValueFocus.timestamp = 0;
121 mScratchValueStreamState.timestamp = android::elapsedRealtimeNano();
145 mScratchValueStreamState.timestamp = android::elapsedRealtimeNano();
  /prebuilts/go/darwin-x86/src/runtime/trace/
trace.go 9 // in a compact form. A precise nanosecond-precision timestamp and a stack

Completed in 686 milliseconds

<<31323334353637383940>>