Home
last modified time | relevance | path

Searched defs:timestamp (Results 1 – 25 of 101) sorted by relevance

12345

/frameworks/av/camera/
DICameraRecordingProxyListener.cpp38 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData) in dataCallbackTimestamp()
61 nsecs_t timestamp = data.readInt64(); in onTransact() local
DICameraClient.cpp70 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/
DAudioStreamOutSink.cpp70 status_t AudioStreamOutSink::getNextWriteTimestamp(int64_t *timestamp) { in getNextWriteTimestamp()
82 status_t AudioStreamOutSink::getTimestamp(AudioTimestamp& timestamp) in getTimestamp()
DMonoPipe.cpp208 status_t MonoPipe::getNextWriteTimestamp(int64_t *timestamp) in getNextWriteTimestamp()
316 status_t MonoPipe::getTimestamp(AudioTimestamp& timestamp) in getTimestamp()
DMonoPipeReader.cpp89 void MonoPipeReader::onTimestamp(const AudioTimestamp& timestamp) in onTimestamp()
DSourceAudioBufferProvider.cpp110 void SourceAudioBufferProvider::onTimestamp(const AudioTimestamp& timestamp) in onTimestamp()
/frameworks/av/include/media/
DExtendedAudioBufferProvider.h34 virtual void onTimestamp(const AudioTimestamp& timestamp) { } in onTimestamp()
/frameworks/base/core/java/android/hardware/
DTriggerEvent.java57 public long timestamp; field in TriggerEvent
DSensorEvent.java502 public long timestamp; field in SensorEvent
/frameworks/av/camera/camera2/
DICameraDeviceCallbacks.cpp68 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/
DBandwidthTestUtil.java82 String timestamp) { in buildDownloadUrl()
126 public static boolean postFileToServer(String server, String deviceId, String timestamp, in postFileToServer()
/frameworks/av/include/media/nbaio/
DNBAIO.h220 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/
DICameraDeviceCallbacks.aidl30 oneway void onCaptureStarted(int requestId, long timestamp); in onCaptureStarted()
/frameworks/base/core/java/android/gesture/
DGesturePoint.java30 public final long timestamp; field in GesturePoint
/frameworks/base/location/java/android/location/
DIGpsStatusListener.aidl32 void onNmeaReceived(long timestamp, String nmea); in onNmeaReceived()
/frameworks/base/core/java/android/hardware/location/
DGeofenceHardwareCallback.java38 long timestamp, int monitoringType) { in onGeofenceTransition()
DIGeofenceHardwareCallback.aidl24 long timestamp, int monitoringType); in onGeofenceTransition()
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DGLEnvironment.java141 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/
DInboundSmsTracker.java74 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/
DCamera3OutputStream.cpp129 nsecs_t timestamp) { in returnBufferLocked()
145 nsecs_t timestamp, in returnBufferCheckedLocked()
DCamera3ZslStream.cpp184 nsecs_t timestamp, in returnBufferCheckedLocked()
280 nsecs_t timestamp, in enqueueInputBufferByTimestamp()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
DMotionSensorWTime.java110 long timestamp = System.nanoTime(); in onProcess() local
/frameworks/native/services/surfaceflinger/
DEventThread.cpp114 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/
Dpvdec_api.cpp1002uint32 timestamp[], int32 buffer_size[], uint use_ext_timestamp[], uint8 *currYUV) in PVDecodeVideoFrame()
1030uint32 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/
DDisplayEventReceiver.h52 nsecs_t timestamp; member

12345