/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/base/core/java/android/hardware/ |
D | SensorEvent.java | 452 public long timestamp; field in SensorEvent
|
D | SystemSensorManager.java | 107 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/ |
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/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()
|
D | Country.java | 91 private Country(final String countryIso, final int source, long timestamp) { in Country()
|
D | GpsStatus.java | 127 void onNmeaReceived(long timestamp, String nmea); in onNmeaReceived()
|
/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/native/include/gui/ |
D | DisplayEventReceiver.h | 50 nsecs_t timestamp; member
|
/frameworks/native/services/surfaceflinger/ |
D | EventThread.cpp | 121 void EventThread::onVSyncReceived(int, nsecs_t timestamp) { in onVSyncReceived() 129 nsecs_t timestamp; in threadLoop() local
|
D | Layer.h | 128 nsecs_t timestamp; // buffer timestamp member
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | HWComposer.cpp | 115 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/ |
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/base/tests/LocationTracker/src/com/android/locationtracker/data/ |
D | TrackerEntry.java | 115 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/ |
D | GL2CameraEye.java | 191 long timestamp = mSurface.getTimestamp(); in onDrawFrame() local 339 private void doPhysics(long timestamp) { in doPhysics()
|
/frameworks/native/libs/gui/ |
D | SurfaceTextureClient.cpp | 227 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/ |
D | IOMX.h | 157 OMX_TICKS timestamp; member
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/ |
D | CameraSource.java | 206 long timestamp = mSurfaceTexture.getTimestamp(); in process() local
|
D | MediaSource.java | 336 long timestamp = mSurfaceTexture.getTimestamp(); in process() local
|
/frameworks/native/include/android/ |
D | sensor.h | 115 int64_t timestamp; member
|
/frameworks/av/media/libstagefright/ |
D | CameraSource.cpp | 81 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/ |
D | android_hardware_SensorManager.cpp | 120 jfloatArray values, jintArray status, jlongArray timestamp) in sensors_data_poll()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/ |
D | SoftMPEG4.cpp | 419 uint32_t timestamp = in onQueueFilled() local
|