| /frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
| D | WifiWakeMetrics.java | 236 public Session(int numNetworks, long timestamp) { in Session() 250 public void recordInitializeEvent(int numScans, int numNetworks, long timestamp) { in recordInitializeEvent() 265 public void recordUnlockEvent(int numScans, long timestamp) { in recordUnlockEvent() 279 public void recordWakeupEvent(int numScans, long timestamp) { in recordWakeupEvent() 300 public void recordResetEvent(int numScans, long timestamp) { in recordResetEvent()
|
| /frameworks/av/camera/ |
| D | ICameraRecordingProxyListener.cpp | 42 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData) in dataCallbackTimestamp() 53 void recordingFrameHandleCallbackTimestamp(nsecs_t timestamp, native_handle_t* handle) { in recordingFrameHandleCallbackTimestamp() 109 nsecs_t timestamp = data.readInt64(); in onTransact() local 118 nsecs_t timestamp; in onTransact() local
|
| D | ICameraClient.cpp | 75 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData) in dataCallbackTimestamp() 86 void recordingFrameHandleCallbackTimestamp(nsecs_t timestamp, native_handle_t* handle) { in recordingFrameHandleCallbackTimestamp() 156 nsecs_t timestamp = data.readInt64(); in onTransact() local 165 nsecs_t timestamp; in onTransact() local
|
| /frameworks/base/core/java/com/android/internal/midi/ |
| D | MidiEventScheduler.java | 39 public void onSend(byte[] msg, int offset, int count, long timestamp) in onSend() 62 private MidiEvent(byte[] msg, int offset, int count, long timestamp) { in MidiEvent() 83 long timestamp) { in createScheduledEvent()
|
| /frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/main/java/com/google/protobuf/util/ |
| D | Timestamps.java | 87 public static boolean isValid(Timestamp timestamp) { in isValid() 137 public static String toString(Timestamp timestamp) { in toString() 233 public static long toMillis(Timestamp timestamp) { in toMillis() 254 public static long toMicros(Timestamp timestamp) { in toMicros() 270 public static long toNanos(Timestamp timestamp) { in toNanos()
|
| D | TimeUtil.java | 73 public static String toString(Timestamp timestamp) { in toString() 153 public static long toMillis(Timestamp timestamp) { in toMillis() 199 public static long toMicros(Timestamp timestamp) { in toMicros() 241 public static long toNanos(Timestamp timestamp) { in toNanos()
|
| /frameworks/av/services/mediaanalytics/ |
| D | statsd_drm.cpp | 45 nsecs_t timestamp = item->getTimestamp(); in statsd_mediadrm() local 82 nsecs_t timestamp = item->getTimestamp(); in statsd_widevineCDM() local
|
| /frameworks/base/core/java/android/hardware/camera2/legacy/ |
| D | CaptureCollector.java | 129 public void setJpegTimestamp(long timestamp) { in setJpegTimestamp() 188 public void setPreviewTimestamp(long timestamp) { in setPreviewTimestamp() 431 MutableLong timestamp) in waitForRequestCompleted() 449 private boolean removeRequestIfCompleted(RequestHolder holder, MutableLong timestamp) { in removeRequestIfCompleted() 469 public RequestHolder jpegCaptured(long timestamp) { in jpegCaptured() 527 public Pair<RequestHolder, Long> previewCaptured(long timestamp) { in previewCaptured()
|
| D | CameraDeviceState.java | 77 void onCaptureStarted(RequestHolder holder, long timestamp); in onCaptureStarted() 145 public synchronized boolean setCaptureStart(final RequestHolder request, long timestamp, in setCaptureStart() 253 private void doStateTransition(int newState, final long timestamp, final int error) { in doStateTransition()
|
| /frameworks/base/media/java/android/media/midi/ |
| D | MidiReceiver.java | 61 abstract public void onSend(byte[] msg, int offset, int count, long timestamp) in onSend() 123 public void send(byte[] msg, int offset, int count, long timestamp) in send()
|
| D | MidiPortImpl.java | 65 public static int packData(byte[] message, int offset, int size, long timestamp, in packData() 126 long timestamp = 0; in getPacketTimestamp() local
|
| /frameworks/base/core/java/com/android/server/net/ |
| D | BaseNetdEventCallback.java | 30 String[] ipAddresses, int ipAddressesCount, long timestamp, int uid) { in onDnsEvent() 47 public void onConnectEvent(String ipAddr, int port, long timestamp, int uid) { in onConnectEvent()
|
| /frameworks/base/core/jni/ |
| D | android_app_admin_SecurityLog.cpp | 48 jlong timestamp, in android_app_admin_SecurityLog_readEventsSince() 69 jlong timestamp, in android_app_admin_SecurityLog_readEventsOnWrapping()
|
| D | android_view_DisplayEventReceiver.cpp | 90 void NativeDisplayEventReceiver::dispatchVsync(nsecs_t timestamp, PhysicalDisplayId displayId, in dispatchVsync() 105 void NativeDisplayEventReceiver::dispatchHotplug(nsecs_t timestamp, PhysicalDisplayId displayId, in dispatchHotplug() 120 void NativeDisplayEventReceiver::dispatchConfigChanged(nsecs_t timestamp, in dispatchConfigChanged()
|
| /frameworks/base/core/java/android/net/ |
| D | INetdEventCallback.aidl | 45 in String[] ipAddresses, int ipAddressesCount, long timestamp, int uid); in onDnsEvent() 82 void onConnectEvent(String ipAddr, int port, long timestamp, int uid); in onConnectEvent()
|
| /frameworks/base/cmds/statsd/src/metrics/duration_helper/ |
| D | OringDurationTracker.cpp | 93 void OringDurationTracker::noteStop(const HashableDimensionKey& key, const int64_t timestamp, in noteStop() 124 void OringDurationTracker::noteStopAll(const int64_t timestamp) { in noteStopAll() 218 const int64_t timestamp) { in onSlicedConditionMayChange() 300 void OringDurationTracker::onConditionChanged(bool condition, const int64_t timestamp) { in onConditionChanged()
|
| /frameworks/base/services/core/java/com/android/server/rollback/ |
| D | RollbackData.java | 77 public @NonNull Instant timestamp; field in RollbackData 126 RollbackData(RollbackInfo info, File backupDir, Instant timestamp, int stagedSessionId, in RollbackData()
|
| /frameworks/base/location/java/android/location/ |
| D | OnNmeaMessageListener.java | 33 void onNmeaMessage(String message, long timestamp); in onNmeaMessage()
|
| /frameworks/av/media/libaaudio/src/binding/ |
| D | AAudioServiceMessage.h | 31 int64_t timestamp; // time when that position was reached member 62 AAudioMessageTimestamp timestamp; // what == TIMESTAMP member
|
| /frameworks/base/tests/FlickerTests/lib/src/com/android/server/wm/flicker/ |
| D | Assertions.java | 73 final long timestamp; field in Assertions.Result 77 Result(boolean success, long timestamp, String assertionName, String reason) { in Result()
|
| /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/ |
| D | BandwidthTestUtil.java | 82 String timestamp) { in buildDownloadUrl() 126 public static boolean postFileToServer(String server, String deviceId, String timestamp, in postFileToServer()
|
| /frameworks/base/core/java/android/hardware/ |
| D | TriggerEvent.java | 57 public long timestamp; field in TriggerEvent
|
| /frameworks/base/core/java/android/service/attention/ |
| D | IAttentionCallback.aidl | 25 void onSuccess(int result, long timestamp); in onSuccess()
|
| /frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/ |
| D | protostream_objectwriter_test.cc | 1001 TimestampDuration timestamp; in TEST_P() local 1014 TimestampDuration timestamp; in TEST_P() local 1027 TimestampDuration timestamp; in TEST_P() local 1040 TimestampDuration timestamp; in TEST_P() local 1053 TimestampDuration timestamp; in TEST_P() local 1066 TimestampDuration timestamp; in TEST_P() local 1081 TimestampDuration timestamp; in TEST_P() local 1098 TimestampDuration timestamp; in TEST_P() local 1115 TimestampDuration timestamp; in TEST_P() local 1131 TimestampDuration timestamp; in TEST_P() local [all …]
|
| /frameworks/base/telephony/java/android/telephony/ims/ |
| D | RcsEvent.java | 26 protected RcsEvent(long timestamp) { in RcsEvent()
|