Home
last modified time | relevance | path

Searched defs:stats (Results 76 - 100 of 288) sorted by relevance

12345678910>>...12

/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/
H A Dstats.c128 struct rkispp_stats_vdev *stats = video_drvdata(filp); in rkispp_stats_fh_open() local
145 struct rkispp_stats_vdev *stats = video_drvdata(filp); in rkispp_stats_fh_release() local
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_ioctl.c222 struct drm_stats *stats = data; in drm_getstats() local
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Disp_stats.c81 struct rkisp_isp_stats_vdev *stats = video_drvdata(filp); in rkisp_stats_fh_open() local
97 struct rkisp_isp_stats_vdev *stats = video_drvdata(file); in rkisp_stats_fop_release() local
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H A Disp_stats.c86 struct rkisp_isp_stats_vdev *stats = video_drvdata(filp); in rkisp_stats_fh_open() local
101 struct rkisp_isp_stats_vdev *stats = video_drvdata(file); in rkisp_stats_fop_release() local
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/
H A Dstats.c132 struct rkispp_stats_vdev *stats = video_drvdata(filp); in rkispp_stats_fh_open() local
150 struct rkispp_stats_vdev *stats = video_drvdata(filp); in rkispp_stats_fh_release() local
/drivers/hdf_core/adapter/khdf/linux/network/src/
H A Dnet_device_adapter.c79 struct NetDevStats *stats; in NetDevGetStats() local
[all...]
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/
H A Dthumbnail_data.h110 EXPORT GenerateStats stats; member in OHOS::Media::ThumbnailData
/foundation/resourceschedule/device_usage_statistics/test/fuzztest/bundleactivepowerstatecallbackproxy_fuzzer/
H A Dbundleactivepowerstatecallbackproxy_fuzzer.cpp167 auto stats = std::make_shared<BundleActivePeriodStats>(); in BundleActiveStatsCombinerFuzzTest() local
/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Ddevice_usage_statistics_mock_test.cpp436 BundleActivePeriodStats stats; in HWTEST_F() local
/foundation/communication/netmanager_base/frameworks/js/napi/netstats/src/
H A Dstatistics_exec.cpp252 napi_value stats = NapiUtils::CreateArray(context->GetEnv(), list.size()); in GetGetTrafficStatsByUidNetworkCallback() local
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_native_service_proxy_test.cpp162 std::vector<OHOS::NetManagerStandard::NetStatsInfo> stats; in HWTEST_F() local
284 uint64_t stats = 0; in HWTEST_F() local
322 uint64_t stats = 0; in HWTEST_F() local
/foundation/communication/netmanager_base/services/netstatsmanager/src/stub/
H A Dnet_stats_service_stub.cpp146 uint64_t stats = 0; in OnGetIfaceRxBytes() local
168 uint64_t stats = 0; in OnGetIfaceTxBytes() local
191 uint64_t stats = 0; in OnGetCellularRxBytes() local
208 uint64_t stats in OnGetCellularTxBytes() local
225 uint64_t stats = 0; OnGetAllRxBytes() local
243 uint64_t stats = 0; OnGetAllTxBytes() local
262 uint64_t stats = 0; OnGetUidRxBytes() local
285 uint64_t stats = 0; OnGetUidTxBytes() local
565 uint64_t stats = 0; OnGetCookieRxBytes() local
588 uint64_t stats = 0; OnGetCookieTxBytes() local
[all...]
/foundation/communication/dsoftbus/core/transmission/common/include/
H A Dsoftbus_trans_def.h93 unsigned char stats[TRAFFIC_LEN]; member
/foundation/communication/netmanager_base/frameworks/native/netstatsclient/src/
H A Dnet_stats_client.cpp160 int32_t NetStatsClient::GetIfaceRxBytes(uint64_t &stats, const std::string &interfaceName) in GetIfaceRxBytes() argument
170 int32_t NetStatsClient::GetIfaceTxBytes(uint64_t &stats, const std::string &interfaceName) in GetIfaceTxBytes() argument
180 int32_t NetStatsClient::GetCellularRxBytes(uint64_t &stats) in GetCellularRxBytes() argument
190 int32_t NetStatsClient::GetCellularTxBytes(uint64_t &stats) in GetCellularTxBytes() argument
200 int32_t NetStatsClient::GetAllRxBytes(uint64_t &stats) in GetAllRxBytes() argument
210 GetAllTxBytes(uint64_t &stats) GetAllTxBytes() argument
220 GetUidRxBytes(uint64_t &stats, uint32_t uid) GetUidRxBytes() argument
230 GetUidTxBytes(uint64_t &stats, uint32_t uid) GetUidTxBytes() argument
262 UpdateIfacesStats(const std::string &iface, uint64_t start, uint64_t end, const NetStatsInfo &stats) UpdateIfacesStats() argument
369 GetSockfdRxBytes(uint64_t &stats, int32_t sockfd) GetSockfdRxBytes() argument
392 GetSockfdTxBytes(uint64_t &stats, int32_t sockfd) GetSockfdTxBytes() argument
415 GetUidTxBytesEx(uint64_t *stats, uint32_t uid) GetUidTxBytesEx() argument
425 GetUidRxBytesEx(uint64_t *stats, uint32_t uid) GetUidRxBytesEx() argument
[all...]
/foundation/communication/netmanager_base/test/fuzztest/netstatsclient_fuzzer/
H A Dnet_stats_client_fuzzer.cpp266 NetStatsInfo stats; in UpdateIfacesStatsFuzzTest() local
/foundation/communication/netmanager_base/services/netstatsmanager/src/
H A Dnet_stats_cached.cpp110 NetStatsInfo stats; in SetAppStats() local
[all...]
/foundation/communication/netmanager_base/frameworks/native/netstatsclient/src/proxy/
H A Dnet_stats_service_proxy.cpp96 int32_t NetStatsServiceProxy::GetIfaceRxBytes(uint64_t &stats, const std::string &interfaceName) in GetIfaceRxBytes() argument
124 int32_t NetStatsServiceProxy::GetIfaceTxBytes(uint64_t &stats, const std::string &interfaceName) in GetIfaceTxBytes() argument
152 int32_t NetStatsServiceProxy::GetCellularRxBytes(uint64_t &stats) in GetCellularRxBytes() argument
176 int32_t NetStatsServiceProxy::GetCellularTxBytes(uint64_t &stats) in GetCellularTxBytes() argument
200 int32_t NetStatsServiceProxy::GetAllRxBytes(uint64_t &stats) in GetAllRxBytes() argument
222 GetAllTxBytes(uint64_t &stats) GetAllTxBytes() argument
245 GetUidRxBytes(uint64_t &stats, uint32_t uid) GetUidRxBytes() argument
273 GetUidTxBytes(uint64_t &stats, uint32_t uid) GetUidTxBytes() argument
351 UpdateIfacesStats(const std::string &iface, uint64_t start, uint64_t end, const NetStatsInfo &stats) UpdateIfacesStats() argument
526 GetCookieRxBytes(uint64_t &stats, uint64_t cookie) GetCookieRxBytes() argument
552 GetCookieTxBytes(uint64_t &stats, uint64_t cookie) GetCookieTxBytes() argument
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_output.c279 static void UpdateStatisticsWhenSendOne(struct FillpStatisticsPcb *stats, FILLP_UINT32 bufLen) in UpdateStatisticsWhenSendOne() argument
377 struct FillpStatisticsPcb *stats = &(fpcb->statistics); in FillpSendItem() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dhuffman.c60 int ff_huff_gen_len_table(uint8_t *dst, const uint64_t *stats, int stats_size, int skip0) in ff_huff_gen_len_table() argument
H A Dhuffyuv.h82 uint64_t stats[4][MAX_VLC_N]; member
/third_party/curl/tests/unit/
H A Dunit2600.c119 struct ai_family_stats *stats; member
[all...]
/third_party/eudev/src/shared/
H A Dpath-util.c518 struct stat stats; in paths_check_timestamp() local
/third_party/eudev/src/udev/
H A Dudevadm-info.c203 struct stat stats; in cleanup_dir() local
H A Dudev-node.c37 struct stat stats; in node_symlink() local
257 struct stat stats; in node_permissions_apply() local
[all...]
/third_party/gn/src/gn/
H A Dcommand_path.cc130 InsertTargetsIntoFoundPaths(const PathVector& path, DepType implicit_last_dep, Stats* stats) InsertTargetsIntoFoundPaths() argument
169 BreadthFirstSearch(const Target* from, const Target* to, PrivateDeps private_deps, DataDeps data_deps, PrintWhat print_what, Stats* stats) BreadthFirstSearch() argument
250 DoSearch(const Target* from, const Target* to, const Options& options, Stats* stats) DoSearch() argument
350 Stats stats; RunPath() local
[all...]

Completed in 20 milliseconds

12345678910>>...12