Home
last modified time | relevance | path

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

12

/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/base/core/java/android/hardware/
DSensorEvent.java452 public long timestamp; field in SensorEvent
DSystemSensorManager.java107 final long timestamp[] = new long[1]; in run() local
231 void onSensorChangedLocked(Sensor sensor, float[] values, long[] timestamp, int accuracy) { in onSensorChangedLocked()
397 static native int sensors_data_poll(int queue, float[] values, int[] status, long[] timestamp); in sensors_data_poll()
/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/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()
DCountry.java91 private Country(final String countryIso, final int source, long timestamp) { in Country()
DGpsStatus.java127 void onNmeaReceived(long timestamp, String nmea); in onNmeaReceived()
/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/native/include/gui/
DDisplayEventReceiver.h50 nsecs_t timestamp; member
/frameworks/native/services/surfaceflinger/
DEventThread.cpp121 void EventThread::onVSyncReceived(int, nsecs_t timestamp) { in onVSyncReceived()
129 nsecs_t timestamp; in threadLoop() local
DLayer.h128 nsecs_t timestamp; // buffer timestamp member
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.cpp115 void HWComposer::hook_vsync(struct hwc_procs* procs, int dpy, int64_t timestamp) { in hook_vsync()
123 void HWComposer::vsync(int dpy, int64_t timestamp) { in vsync()
/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/base/tests/LocationTracker/src/com/android/locationtracker/data/
DTrackerEntry.java115 private void setTimestamp(String timestamp) { in setTimestamp()
209 String timestamp = cursor.getString(cursor.getColumnIndex(TIMESTAMP)); in createEntry() local
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
DGL2CameraEye.java191 long timestamp = mSurface.getTimestamp(); in onDrawFrame() local
339 private void doPhysics(long timestamp) { in doPhysics()
/frameworks/native/libs/gui/
DSurfaceTextureClient.cpp227 int64_t timestamp; in queueBuffer() local
434 int64_t timestamp = va_arg(args, int64_t); in dispatchSetBuffersTimestamp() local
607 int SurfaceTextureClient::setBuffersTimestamp(int64_t timestamp) in setBuffersTimestamp()
/frameworks/av/include/media/
DIOMX.h157 OMX_TICKS timestamp; member
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
DCameraSource.java206 long timestamp = mSurfaceTexture.getTimestamp(); in process() local
DMediaSource.java336 long timestamp = mSurfaceTexture.getTimestamp(); in process() local
/frameworks/native/include/android/
Dsensor.h115 int64_t timestamp; member
/frameworks/av/media/libstagefright/
DCameraSource.cpp81 nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) { in postDataTimestamp()
835 nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) { in dataCallbackTimestamp()
/frameworks/base/core/jni/
Dandroid_hardware_SensorManager.cpp120 jfloatArray values, jintArray status, jlongArray timestamp) in sensors_data_poll()
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
DSoftMPEG4.cpp419 uint32_t timestamp = in onQueueFilled() local

12