Home
last modified time | relevance | path

Searched defs:timestamp (Results 101 – 125 of 1649) sorted by relevance

12345678910>>...66

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/
H A Ddistribute_net_ledger_mock.cpp41 int32_t LnnGetDLHeartbeatTimestamp(const char *networkId, uint64_t *timestamp) in LnnGetDLHeartbeatTimestamp()
46 int32_t LnnSetDLHeartbeatTimestamp(const char *networkId, const uint64_t timestamp) in LnnSetDLHeartbeatTimestamp()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
H A DWallpaperPreferences.java291 void addDailyRotation(long timestamp); in addDailyRotation()
327 void setDailyWallpaperEnabledTimestamp(long timestamp); in setDailyWallpaperEnabledTimestamp()
346 void setLastDailyLogTimestamp(long timestamp); in setLastDailyLogTimestamp()
360 void setLastAppActiveTimestamp(long timestamp); in setLastAppActiveTimestamp()
368 void setDailyWallpaperRotationStatus(int status, long timestamp); in setDailyWallpaperRotationStatus()
391 void setLastSyncTimestamp(long timestamp); in setLastSyncTimestamp()
H A DDefaultWallpaperPreferences.java543 public void addDailyRotation(long timestamp) { in addDailyRotation()
656 long timestamp = jsonArray.getLong(i); in getDailyRotationsPreviousDay() local
676 public void setDailyWallpaperEnabledTimestamp(long timestamp) { in setDailyWallpaperEnabledTimestamp()
698 public void setLastDailyLogTimestamp(long timestamp) { in setLastDailyLogTimestamp()
711 public void setLastAppActiveTimestamp(long timestamp) { in setLastAppActiveTimestamp()
718 public void setDailyWallpaperRotationStatus(int status, long timestamp) { in setDailyWallpaperRotationStatus()
743 public void setLastSyncTimestamp(long timestamp) { in setLastSyncTimestamp()
/ohos5.0/base/accesscontrol/sandbox_manager/services/sandbox_manager/main/cpp/src/service/
H A Dsandbox_manager_stub.cpp226 sptr<PolicyInfoVectorParcel> &policyInfoVectorParcel, uint64_t &policyFlag, uint64_t &timestamp) in ReadSetPolicyParcel()
262 uint64_t timestamp; in SetPolicyInner() local
289 uint64_t timestamp; in SetPolicyAsyncInner() local
397 uint64_t timestamp; in StartAccessingPolicyInner() local
500 uint64_t timestamp; in StartAccessingByTokenIdInner() local
522 uint64_t timestamp; in UnSetAllPolicyByTokenInner() local
H A Dsandbox_manager_service.cpp209 … uint64_t policyFlag, std::vector<uint32_t> &result, uint64_t timestamp) in SetPolicy()
244 uint64_t policyFlag, uint64_t timestamp) in SetPolicyAsync()
272 std::vector<uint32_t> &result, bool useCallerToken, uint32_t tokenId, uint64_t timestamp) in StartAccessingPolicy()
325 int32_t SandboxManagerService::StartAccessingByTokenId(uint32_t tokenId, uint64_t timestamp) in StartAccessingByTokenId()
334 int32_t SandboxManagerService::UnSetAllPolicyByToken(uint32_t tokenId, uint64_t timestamp) in UnSetAllPolicyByToken()
/aosp12/system/chre/java/test/cross_validation/src/com/google/android/chre/test/crossvalidator/
H A DSensorDatapoint.java27 public long timestamp; field in SensorDatapoint
/aosp12/frameworks/av/media/libheadtracking/
H A DScreenHeadFusion.h47 int64_t timestamp; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dmotion.h41 void OnTimestampChanged(float timestamp, float normalizedTime, bool reverse) final in OnTimestampChanged()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/io/dev/
H A DFileMonitor.h57 time_t timestamp; member
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_3/src/
H A Dbenchmark_common.cpp437 void Test::StreamConsumer::CalculateFps(int64_t timestamp, int32_t streamId) in CalculateFps()
462 void Test::StreamConsumer::GetTimeStamp(int64_t *g_timestamp, uint32_t lenght, int64_t timestamp, i… in GetTimeStamp()
489 int64_t timestamp = 0; in CreateProducer() local
573 const std::vector<int32_t> &streamIds, uint64_t timestamp) in OnFrameShutter()
600 const std::vector<int32_t> &streamIds, uint64_t timestamp) in OnFrameShutter()
632 const std::vector<int32_t> &streamIds, uint64_t timestamp) in OnFrameShutter()
648 const std::vector<int32_t> &streamIds, uint64_t timestamp) in OnCaptureReady()
658 const std::vector<int32_t> &streamIds, uint64_t timestamp) in OnFrameShutterEnd()
673 int32_t Test::DemoCameraDeviceCallback::OnResult(uint64_t timestamp, const std::vector<uint8_t> &re… in OnResult()
/aosp12/frameworks/base/media/java/android/media/midi/
H A DMidiPortImpl.java65 public static int packData(byte[] message, int offset, int size, long timestamp, in packData()
126 long timestamp = 0; in getPacketTimestamp() local
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/imagesaver/
H A DMostRecentImageSaver.java124 long timestamp = image.getTimestamp(); in getMostRecentFullSizeImageTimestamp() local
152 private ImageProxy getThumbnail(long timestamp) { in getThumbnail()
/aosp12/packages/modules/StatsD/statsd/src/metrics/duration_helper/
H A DMaxDurationTracker.cpp228 const int64_t timestamp) { in onSlicedConditionMayChange()
244 void MaxDurationTracker::onStateChanged(const int64_t timestamp, const int32_t atomId, in onStateChanged()
249 void MaxDurationTracker::onConditionChanged(bool condition, const int64_t timestamp) { in onConditionChanged()
256 const int64_t timestamp) { in noteConditionChanged()
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/
H A DVoicemail.java28 private final Long timestamp; field in Voicemail
41 Long timestamp, in Voicemail()
70 public static Builder createForInsertion(long timestamp, String number) { in createForInsertion()
112 public Builder setTimestamp(long timestamp) { in setTimestamp()
/aosp12/frameworks/base/core/java/android/service/attention/
H A DIAttentionCallback.aidl25 void onSuccess(int result, long timestamp); in onSuccess()
/aosp12/frameworks/base/core/java/android/hardware/
H A DTriggerEvent.java57 public long timestamp; field in TriggerEvent
/aosp12/frameworks/base/keystore/java/android/security/
H A DAuthTokenUtils.java61 final Timestamp timestamp = new Timestamp(); in toHardwareAuthToken() local
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/common/
H A DTimestampResponseListener.java42 public void onStarted(long timestamp) { in onStarted()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/
H A D_camera___frame_shutter_info.md36 ### timestamp subsection
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/camerainput_fuzzer/
H A Dcamera_input_fuzzer.h28 void OnResult(const uint64_t timestamp, in OnResult()
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/
H A D_camera___frame_shutter_info.md37 ### timestamp subsection
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/src/
H A Dscreen_capture_unit_test_state.cpp118 int64_t timestamp = 0; in OnVideoBufferAvailable() local
144 …aptureUnitTestCallback::DumpVideoBuffer(sptr<OHOS::SurfaceBuffer> surfacebuffer, int64_t timestamp) in DumpVideoBuffer()
179 AVScreenCaptureBufferType bufferType, int64_t timestamp) in OnBufferAvailable()
221 …enCaptureUnitTestCallback::DumpBuffer(FILE *file, uint8_t *buffer, int32_t size, int64_t timestamp, in DumpBuffer()
243 int64_t timestamp = 0; in CheckDataCallbackVideo() local
251 …ureUnitTestCallback::ProcessVideoBuffer(sptr<OHOS::SurfaceBuffer> surfacebuffer, int64_t timestamp) in ProcessVideoBuffer()
270 …ScreenCaptureUnitTestCallback::ProcessAudioBuffer(uint8_t *buffer, int32_t size, int64_t timestamp, in ProcessAudioBuffer()
690 int64_t timestamp = 0; in OnBufferAvailable() local
/aosp12/system/chre/apps/test/chqts/src/general_test/
H A Dtimer_set_test.cc75 void TimerSetTest::Stage::processEvent(uint64_t timestamp, TimerSetTest *test) { in processEvent()
159 uint64_t timestamp = chreGetTime(); in handleEvent() local
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_3/src/
H A Dhdi_common_v1_3.cpp472 void Test::StreamConsumer::CalculateFps(int64_t timestamp, int32_t streamId) in CalculateFps()
497 void Test::StreamConsumer::GetTimeStamp(int64_t *g_timestamp, uint32_t lenght, int64_t timestamp, i… in GetTimeStamp()
524 int64_t timestamp = 0; in CreateProducer() local
608 const std::vector<int32_t> &streamIds, uint64_t timestamp) in OnFrameShutter()
635 const std::vector<int32_t> &streamIds, uint64_t timestamp) in OnFrameShutter()
676 const std::vector<int32_t> &streamIds, uint64_t timestamp) in OnFrameShutter()
692 const std::vector<int32_t> &streamIds, uint64_t timestamp) in OnCaptureReady()
702 const std::vector<int32_t> &streamIds, uint64_t timestamp) in OnFrameShutterEnd()
717 int32_t Test::DemoCameraDeviceCallback::OnResult(uint64_t timestamp, const std::vector<uint8_t> &re… in OnResult()
/aosp12/hardware/google/camera/common/sensor_listener/
H A Dgoog_sensor_sync.cc171 int64_t GoogSensorSync::SyncTimestamp(int64_t timestamp) { in SyncTimestamp()
212 int64_t timestamp) { in FindNearestEvent()
230 int64_t GoogSensorSync::MatchTimestamp(int64_t timestamp, int64_t frame_id) { in MatchTimestamp()

12345678910>>...66