Home
last modified time | relevance | path

Searched defs:latency (Results 1 – 25 of 105) sorted by relevance

12345

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/examples/
H A Dylong_timer_latency.rs26 let latency = since.saturating_sub(duration).as_millis(); in main() localVariable
48 let latency = since.saturating_sub(duration).as_millis(); in main() localVariable
/ohos5.0/base/msdp/device_status/frameworks/native/src/
H A Ddevicestatus_agent.cpp43 ReportLatencyNs latency, in SubscribeAgentEvent()
69 …id DeviceStatusAgent::RegisterServiceEvent(Type type, ActivityEvent event, ReportLatencyNs latency) in RegisterServiceEvent()
H A Dstationary_manager.cpp36 …t32_t StationaryManager::SubscribeCallback(Type type, ActivityEvent event, ReportLatencyNs latency, in SubscribeCallback()
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/audio_adapter/audiogetlatency_fuzzer/
H A Daudiogetlatency_fuzzer.cpp32 uint64_t latency = 0; in AudioGetLatencyFuzzTest() local
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/audio_adapter/audiowriterender_fuzzer/
H A Daudiowriterender_fuzzer.cpp32 uint8_t* latency = 0; in AudioWriteRenderFuzzTest() local
/ohos5.0/foundation/multimodalinput/input/intention/stationary/data/src/
H A Dstationary_params.cpp23 ReportLatencyNs latency, sptr<IRemoteDevStaCallback> callback) in SubscribeStationaryParam()
42 int32_t latency {}; in Unmarshalling() local
/ohos5.0/base/msdp/device_status/intention/stationary/data/src/
H A Dstationary_params.cpp23 ReportLatencyNs latency, sptr<IRemoteDevStaCallback> callback) in SubscribeStationaryParam()
42 int32_t latency {}; in Unmarshalling() local
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_gatt_client_callback.h43 … void OnConnectionParameterChanged(int interval, int latency, int timeout, int status) override {} in OnConnectionParameterChanged()
H A Dnapi_bluetooth_gatt_server_callback.h54 int interval, int latency, int timeout, int status) override {} in OnConnectionParameterChanged()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/sink/
H A Dvideo_sink.cpp74 uint64_t latency = 0; in UpdateTimeAnchorActually() local
97 uint64_t latency = 0; in DoSyncWrite() local
177 uint64_t latency = 0; in CheckBufferLatenessMayWait() local
H A Daudio_sink.cpp347 uint64_t latency = 0; in HandleEosInner() local
496 void AudioSink::UnderrunDetector::UpdateBufferTimeNoLock(int64_t clkTime, int64_t latency) in UpdateBufferTimeNoLock()
508 void AudioSink::UnderrunDetector::DetectAudioUnderrun(int64_t clkTime, int64_t latency) in DetectAudioUnderrun()
594 uint64_t latency = 0; in UpdateTimeAnchorIfNeeded() local
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/audio_adapter/audiorenderadapter_fuzzer/
H A Daudiorenderadapter_fuzzer.cpp49 uint64_t latency; in AudioRendererAdapterFuzzTest() local
/ohos5.0/base/msdp/device_status/test/unittest/interfaces/src/
H A Ddevicestatus_client_test.cpp61 ReportLatencyNs latency = ReportLatencyNs::Latency_INVALID; variable
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
H A Ddecorator.cpp26 uint64_t latency = (endTime - startTime) > 0 ? (endTime - startTime) : 0; in UpdateStatInfo() local
H A Dtrace_decorator.cpp102 uint64_t latency = (endTime - startTime > 0) ? (endTime - startTime) : 0; in UpdateTraceStatInfo() local
146 void TraceStatWrapper::UpdateTrafficInfo(const std::string& caller, uint64_t latency, in UpdateTrafficInfo()
/ohos5.0/base/web/webview/ohos_adapter/audio_adapter/src/
H A Daudio_renderer_adapter_mock.cpp52 int32_t AudioRendererAdapterImpl::GetLatency(uint64_t& latency) in GetLatency()
/ohos5.0/foundation/multimodalinput/input/intention/stationary/client/src/
H A Dstationary_client.cpp30 ReportLatencyNs latency, sptr<IRemoteDevStaCallback> callback) in SubscribeCallback()
/ohos5.0/base/msdp/device_status/intention/stationary/client/src/
H A Dstationary_client.cpp30 ReportLatencyNs latency, sptr<IRemoteDevStaCallback> callback) in SubscribeCallback()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_observer.h33 const GattDevice &device, int interval, int latency, int timeout, int status) in OnConnectionParameterChanged()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_audio_renderer_adapter_impl.cpp65 int32_t ArkAudioRendererAdapterImpl::GetLatency(uint64_t& latency) in GetLatency()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_audio_renderer_adapter_wrapper.cpp69 int32_t ArkAudioRendererAdapterWrapper::GetLatency(uint64_t& latency) in GetLatency()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H A Daudio_haptic_sound_low_latency_impl.cpp298 void AudioHapticSoundLowLatencyImpl::NotifyFirstFrameEvent(uint64_t latency) in NotifyFirstFrameEvent()
364 void AHSoundFirstFrameCallback::OnFirstAudioFrameWritingCallback(uint64_t &latency) in OnFirstAudioFrameWritingCallback()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_client.h152 virtual void OnConnectionParameterChanged(int interval, int latency, int timeout, int status) in OnConnectionParameterChanged()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_gatt_server.h142 const GattDevice &device, int interval, int latency, int timeout, int status) {} in OnConnectionParameterChanged()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dipc_stream_in_server.cpp281 …2_t IpcStreamInServer::GetAudioPosition(uint64_t &framePos, uint64_t &timestamp, uint64_t &latency) in GetAudioPosition()
290 int32_t IpcStreamInServer::GetLatency(uint64_t &latency) in GetLatency()

12345