/frameworks/av/camera/ |
D | ICameraRecordingProxyListener.cpp | 38 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData) in dataCallbackTimestamp() 61 nsecs_t timestamp = data.readInt64(); in onTransact() local
|
D | ICameraClient.cpp | 70 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData) in dataCallbackTimestamp() 118 nsecs_t timestamp = data.readInt64(); in onTransact() local
|
/frameworks/av/media/libnbaio/ |
D | AudioStreamOutSink.cpp | 70 status_t AudioStreamOutSink::getNextWriteTimestamp(int64_t *timestamp) { in getNextWriteTimestamp() 82 status_t AudioStreamOutSink::getTimestamp(AudioTimestamp& timestamp) in getTimestamp()
|
D | MonoPipe.cpp | 208 status_t MonoPipe::getNextWriteTimestamp(int64_t *timestamp) in getNextWriteTimestamp() 316 status_t MonoPipe::getTimestamp(AudioTimestamp& timestamp) in getTimestamp()
|
D | MonoPipeReader.cpp | 89 void MonoPipeReader::onTimestamp(const AudioTimestamp& timestamp) in onTimestamp()
|
D | SourceAudioBufferProvider.cpp | 110 void SourceAudioBufferProvider::onTimestamp(const AudioTimestamp& timestamp) in onTimestamp()
|
/frameworks/av/include/media/ |
D | ExtendedAudioBufferProvider.h | 34 virtual void onTimestamp(const AudioTimestamp& timestamp) { } in onTimestamp()
|
/frameworks/base/core/java/android/hardware/ |
D | TriggerEvent.java | 57 public long timestamp; field in TriggerEvent
|
D | SensorEvent.java | 502 public long timestamp; field in SensorEvent
|
/frameworks/av/camera/camera2/ |
D | ICameraDeviceCallbacks.cpp | 68 void onCaptureStarted(int32_t requestId, int64_t timestamp) in onCaptureStarted() 122 int64_t timestamp = data.readInt64(); in onTransact() local
|
/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/av/include/media/nbaio/ |
D | NBAIO.h | 220 virtual status_t getTimestamp(AudioTimestamp& timestamp) { return INVALID_OPERATION; } in getTimestamp() 311 virtual void onTimestamp(const AudioTimestamp& timestamp) { } in onTimestamp()
|
/frameworks/base/core/java/android/hardware/camera2/ |
D | ICameraDeviceCallbacks.aidl | 30 oneway void onCaptureStarted(int requestId, long timestamp); in onCaptureStarted()
|
/frameworks/base/core/java/android/gesture/ |
D | GesturePoint.java | 30 public final long timestamp; field in GesturePoint
|
/frameworks/base/location/java/android/location/ |
D | IGpsStatusListener.aidl | 32 void onNmeaReceived(long timestamp, String nmea); in onNmeaReceived()
|
/frameworks/base/core/java/android/hardware/location/ |
D | GeofenceHardwareCallback.java | 38 long timestamp, int monitoringType) { in onGeofenceTransition()
|
D | IGeofenceHardwareCallback.aidl | 24 long timestamp, int monitoringType); in onGeofenceTransition()
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | GLEnvironment.java | 141 public void setSurfaceTimestamp(long timestamp) { in setSurfaceTimestamp() 183 private native boolean nativeSetSurfaceTimestamp(long timestamp); in nativeSetSurfaceTimestamp()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | InboundSmsTracker.java | 74 InboundSmsTracker(byte[] pdu, long timestamp, int destPort, boolean is3gpp2, in InboundSmsTracker() 105 public InboundSmsTracker(byte[] pdu, long timestamp, int destPort, boolean is3gpp2, in InboundSmsTracker()
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3OutputStream.cpp | 129 nsecs_t timestamp) { in returnBufferLocked() 145 nsecs_t timestamp, in returnBufferCheckedLocked()
|
D | Camera3ZslStream.cpp | 184 nsecs_t timestamp, in returnBufferCheckedLocked() 280 nsecs_t timestamp, in enqueueInputBufferByTimestamp()
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
D | MotionSensorWTime.java | 110 long timestamp = System.nanoTime(); in onProcess() local
|
/frameworks/native/services/surfaceflinger/ |
D | EventThread.cpp | 114 void EventThread::onVSyncEvent(nsecs_t timestamp) { in onVSyncEvent() 181 nsecs_t timestamp = 0; in waitForEvent() local
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | pvdec_api.cpp | 1002 … uint32 timestamp[], int32 buffer_size[], uint use_ext_timestamp[], uint8 *currYUV) in PVDecodeVideoFrame() 1030 …uint32 timestamp[], int32 buffer_size[], VopHeaderInfo *header_info, uint use_ext_timestamp [], ui… in PVDecodeVopHeader() 1598 Bool PVDecSetReference(VideoDecControls *decCtrl, uint8 *refYUV, uint32 timestamp) in PVDecSetReference() 1639 Bool PVDecSetEnhReference(VideoDecControls *decCtrl, uint8 *refYUV, uint32 timestamp) in PVDecSetEnhReference()
|
/frameworks/native/include/gui/ |
D | DisplayEventReceiver.h | 52 nsecs_t timestamp; member
|