Searched defs:GetStats (Results 1 - 25 of 57) sorted by relevance

123

/external/chromium_org/base/allocator/
H A Dallocator_extension.cc19 void GetStats(char* buffer, int buffer_length) { function in namespace:base::allocator
/external/chromium_org/gpu/command_buffer/service/
H A Dasync_pixel_transfer_delegate.cc31 int AsyncPixelTransferUploadStats::GetStats( function in class:gpu::AsyncPixelTransferUploadStats
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediamonitor.h54 virtual void GetStats() = 0;
76 virtual void GetStats() { function in class:cricket::MediaMonitorT
78 media_channel_->GetStats(&media_info_);
/external/chromium_org/third_party/webrtc/video/
H A Dreceive_statistics_proxy.cc37 VideoReceiveStream::Stats ReceiveStatisticsProxy::GetStats() const { function in class:webrtc::internal::ReceiveStatisticsProxy
H A Dsend_statistics_proxy.cc47 VideoSendStream::Stats SendStatisticsProxy::GetStats() const { function in class:webrtc::SendStatisticsProxy
H A Dvideo_receive_stream.cc231 VideoReceiveStream::Stats VideoReceiveStream::GetStats() const { function in class:webrtc::internal::VideoReceiveStream
232 return stats_proxy_->GetStats();
H A Dvideo_send_stream.cc415 VideoSendStream::Stats VideoSendStream::GetStats() const { function in class:webrtc::internal::VideoSendStream
416 return stats_proxy_->GetStats();
/external/chromium_org/tools/memory_inspector/memory_inspector/core/
H A Dbackends.py104 def GetStats(self): member in class:Device
137 def GetStats(self): member in class:Process
169 cpu_usage: CPU usage [0-100] since the last GetStats call.
/external/chromium_org/content/renderer/media/
H A Dmock_peer_connection_impl.h42 virtual bool GetStats(webrtc::StatsObserver* observer, function in class:content::MockPeerConnectionImpl
46 virtual bool GetStats(webrtc::StatsObserver* observer,
50 // Set Call this function to make sure next call to GetStats fail.
H A Dmock_peer_connection_impl.cc264 bool MockPeerConnectionImpl::GetStats( function in class:content::MockPeerConnectionImpl
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepotbase.h33 StackDepotStats *GetStats() { return &stats; } function in class:__sanitizer::StackDepotBase
/external/chromium_org/remoting/client/plugin/
H A Dmedia_source_video_renderer.cc168 ChromotingStats* MediaSourceVideoRenderer::GetStats() { function in class:remoting::MediaSourceVideoRenderer
/external/chromium_org/remoting/client/
H A Dsoftware_video_renderer.cc339 ChromotingStats* SoftwareVideoRenderer::GetStats() { function in class:remoting::SoftwareVideoRenderer
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dhybridvideoengine.cc276 bool HybridVideoMediaChannel::GetStats( function in class:cricket::HybridVideoMediaChannel
280 active_channel_->GetStats(options, info);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Ddtlstransportchannel.h153 virtual bool GetStats(ConnectionInfos* infos) { function in class:cricket::DtlsTransportChannelWrapper
154 return channel_->GetStats(infos);
H A Drawtransportchannel.h109 virtual bool GetStats(ConnectionInfos* infos) { function in class:cricket::RawTransportChannel
H A Dtransportchannelproxy.cc131 bool TransportChannelProxy::GetStats(ConnectionInfos* infos) { function in class:cricket::TransportChannelProxy
136 return impl_->GetStats(infos);
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
H A Dremote_bitrate_estimator_single_stream.cc58 virtual bool GetStats(
235 bool RemoteBitrateEstimatorSingleStream::GetStats( function in class:webrtc::__anon15257::RemoteBitrateEstimatorSingleStream
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_channel_group.cc92 virtual bool GetStats(ReceiveBandwidthEstimatorStats* output) const { function in class:webrtc::__anon15503::WrappingBitrateEstimator
94 return rbe_->GetStats(output);
/external/chromium_org/tools/memory_inspector/memory_inspector/backends/android/
H A Dandroid_backend.py219 def GetStats(self): member in class:AndroidDevice
335 def GetStats(self): member in class:AndroidProcess
338 # are calculated relatively to the last GetStats() call (for the process).
/external/chromium_org/chrome/renderer/extensions/
H A Dcast_streaming_native_handler.cc188 RouteFunction("GetStats",
189 base::Bind(&CastStreamingNativeHandler::GetStats,
479 void CastStreamingNativeHandler::GetStats( function in class:extensions::CastStreamingNativeHandler
495 transport->GetStats(
/external/chromium_org/media/cast/logging/
H A Dstats_event_subscriber.cc115 scoped_ptr<base::DictionaryValue> StatsEventSubscriber::GetStats() const { function in class:media::cast::StatsEventSubscriber
/external/chromium_org/net/disk_cache/tracing/
H A Dtracing_cache_backend.cc309 void TracingCacheBackend::GetStats(StatsItems* stats) { function in class:disk_cache::TracingCacheBackend
310 return backend_->GetStats(stats);
/external/chromium_org/net/http/
H A Dmock_http_cache.cc468 void MockDiskCache::GetStats( function in class:MockDiskCache
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dversion_set.h69 struct GetStats { struct in class:leveldb::Version
74 GetStats* stats);
79 bool UpdateStats(const GetStats& stats);

Completed in 623 milliseconds

123