Searched refs:timestamp (Results 276 - 300 of 360) sorted by relevance

<<1112131415

/frameworks/av/media/libmedia/omx/1.0/
H A DWOmxNode.cpp201 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) {
214 toRawTicks(timestamp),
199 emptyBuffer( buffer_id buffer, const OMXBuffer &omxBuffer, OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) argument
/frameworks/av/media/libstagefright/omx/1.0/
H A DWOmxNode.cpp204 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) {
217 toRawTicks(timestamp),
202 emptyBuffer( buffer_id buffer, const OMXBuffer &omxBuffer, OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) argument
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Stream.cpp516 nsecs_t timestamp) {
534 status_t res = returnBufferLocked(buffer, timestamp);
515 returnBuffer(const camera3_stream_buffer &buffer, nsecs_t timestamp) argument
H A DCamera3Device.cpp1011 m.message.shutter.timestamp = msg.msg.shutter.timestamp;
2337 nsecs_t timestamp) {
2341 status_t res = stream->returnBuffer(outputBuffers[i], timestamp);
2379 // Sanity check - if sensor timestamp matches shutter timestamp in the
2383 SET_ERR("sensor timestamp (%" PRId64
2384 ") for frame %d doesn't match shutter timestamp (%" PRId64 ")",
2495 // Check that there's a timestamp in the result metadata
2496 camera_metadata_entry timestamp local
2335 returnOutputBuffers( const camera3_stream_buffer_t *outputBuffers, size_t numBuffers, nsecs_t timestamp) argument
2860 monitorMetadata(TagMonitor::eventSource source, int64_t frameNumber, nsecs_t timestamp, const CameraMetadata& metadata) argument
[all...]
/frameworks/base/core/java/com/android/server/
H A DBootReceiver.java540 final long timestamp = Long.valueOf(parser.getAttributeValue(
541 null, "timestamp"));
542 timestamps.put(filename, timestamp);
550 Slog.i(TAG, "No existing last log timestamp file " + sFile.getBaseFile() +
575 Slog.w(TAG, "Failed to write timestamp file: " + e);
590 out.attribute(null, "timestamp", timestamps.get(filename).toString());
599 Slog.w(TAG, "Failed to write timestamp file, using the backup: " + e);
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/wifi/
H A DAccessPointTest.java224 scanResult.timestamp = SystemClock.elapsedRealtime() * 1000;
331 scanResult.timestamp = SystemClock.elapsedRealtime() * 1000;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DBackingStore.java172 * @return the timestamp
179 * @param timestamp the timestamp to set
181 public void setTimestamp(long timestamp) { argument
182 mTimestamp = timestamp;
/frameworks/native/libs/hwc2on1adapter/
H A DHWC2On1Adapter.cpp71 int64_t timestamp) {
73 callbacks->mAdapter.hwc1Vsync(display, timestamp);
453 auto timestamp = pending.second; local
454 pendingVsyncs.emplace_back(displayId, timestamp);
2538 void HWC2On1Adapter::hwc1Vsync(int hwc1DisplayId, int64_t timestamp) { argument
2539 ALOGV("Received hwc1Vsync(%d, %" PRId64 ")", hwc1DisplayId, timestamp);
2546 mPendingVsyncs.emplace_back(hwc1DisplayId, timestamp);
2562 vsync(callbackInfo.data, displayId, timestamp);
70 vsyncHook(const hwc_procs_t* procs, int display, int64_t timestamp) argument
/frameworks/native/libs/vr/libbufferhubqueue/tests/
H A Dbuffer_hub_queue_producer-test.cpp40 QueueBufferInputBuilder& setTimestamp(int64_t timestamp) { argument
41 this->mTimestamp = timestamp;
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.cpp508 int64_t timestamp; local
514 input.deflate(&timestamp, &isAutoTimestamp, &dataSpace, &crop,
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DScanTestUtil.java248 assertEquals(prefix + "timestamp", expected.timestamp, actual.timestamp);
/frameworks/av/camera/ndk/impl/
H A DACameraDevice.h73 int64_t timestamp) override;
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DJpegProcessor.cpp303 sequencer->onCaptureAvailable(imgBuffer.timestamp, captureBuffer, !captureSuccess);
/frameworks/base/core/java/android/hardware/
H A DLegacySensorManager.java271 v[0] = mYawfilter.filter(event.timestamp, v[0]);
/frameworks/base/libs/hwui/renderthread/
H A DRenderThread.cpp254 latest = ev.header.timestamp;
/frameworks/base/media/tests/NativeMidiDemo/java/com/example/android/nativemididemo/
H A DNativeMidi.java240 int count, long timestamp) throws IOException {
239 onSend(byte[] data, int offset, int count, long timestamp) argument
/frameworks/base/media/tests/NativeMidiDemo/jni/
H A Dnativemidi-jni.cpp100 "%" PRIx64 " ", msg->timestamp);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DAccessPoint.java413 // result timestamp is in microseconds
414 if (nowMs - result.timestamp / 1000 > MAX_SCAN_RESULT_AGE_MS) {
509 if (result.timestamp > seen) {
510 seen = result.timestamp;
949 mSeen = result.timestamp; // even if the timestamp is old it is still valid
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeSensors.java295 .append(event.timestamp).append(',')
/frameworks/base/services/core/java/com/android/server/pm/
H A DInstantAppRegistry.java923 final long timestamp = metadataFile.lastModified();
930 parseMetadata(parser, packageName), timestamp);
1092 long timestamp) {
1094 mTimestamp = timestamp;
1091 UninstalledInstantAppState(InstantAppInfo instantApp, long timestamp) argument
/frameworks/hardware/interfaces/sensorservice/1.0/vts/functional/
H A DVtsHalSensorManagerV1_0TargetTest.cpp249 return event.timestamp;
250 })) << "timestamp is not monotonically increasing";
/frameworks/native/include/gui/
H A DFrameTimestamps.h133 nsecs_t timestamp, nsecs_t tickPhase, nsecs_t tickInterval);
H A DSurface.h140 /* Enables or disables frame timestamp tracking. It is disabled by default
242 virtual int setBuffersTimestamp(int64_t timestamp);
326 // mTimestamp is the timestamp that will be used for the next buffer queue
328 // a timestamp is auto-generated when queueBuffer is called.
/frameworks/native/libs/vr/libdvr/include/dvr/
H A Ddvr_api.h271 int64_t timestamp; member in struct:DvrNativeBufferMetadata
273 // Whether the buffer is using auto timestamp.
/frameworks/base/core/jni/
H A Dandroid_hardware_Camera.cpp79 virtual void postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
80 virtual void postRecordingFrameHandleTimestamp(nsecs_t timestamp, native_handle_t* handle);
350 void JNICameraContext::postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) argument
352 // TODO: plumb up to Java. For now, just drop the timestamp

Completed in 1921 milliseconds

<<1112131415