Home
last modified time | relevance | path

Searched defs:device_stats (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_health_status.h103 struct device_stats { struct
104 device_stats(RawAddress address) in device_stats() function
109 RawAddress address_;
110 LeAudioHealthBasedAction latest_recommendation_;
112 bool is_valid_service_;
113 bool is_valid_group_member_;
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dstep_stats_collector.cc283 const DeviceStepStats& device_stats = step_stats_->dev_stats(i); in BuildCostModel() local
405 auto& device_stats = dev_stats_[device]; in Save() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xrt/
H A Dxrt_state.cc48 Stats* device_stats = &stats_[device]; in ReportAlloc() local
56 Stats* device_stats = &stats_[device]; in ReportFree() local
/aosp_15_r20/tools/netsim/proto/netsim/
H A Dstats.proto107 repeated NetsimDeviceStats device_stats = 7; field
/aosp_15_r20/tools/netsim/rust/daemon/src/
H A Devents.rs43 pub device_stats: ProtoDeviceStats, field
/aosp_15_r20/external/crosvm/devices/src/
H A Dbus_stats.rs129 device_stats: Vec<DeviceStatistics>, field
/aosp_15_r20/external/libnl/lib/route/link/
H A Dcan.c900 struct can_device_stats *device_stats) in rtnl_link_can_get_device_stats()
/aosp_15_r20/tools/netsim/rust/daemon/src/devices/
H A Ddevices_handler.rs196 let device_stats = ProtoDeviceStats { in get_or_create_device() localVariable
/aosp_15_r20/tools/netsim/rust/proto/src/
H A Dstats.rs1766 pub device_stats: ::std::vec::Vec<NetsimDeviceStats>, field