Home
last modified time | relevance | path

Searched refs:LogStats (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/modules/audio_device/
Daudio_device_buffer.cc374 task_queue_.PostTask([this] { LogStats(AudioDeviceBuffer::LOG_START); }); in StartPeriodicLogging()
378 task_queue_.PostTask([this] { LogStats(AudioDeviceBuffer::LOG_STOP); }); in StopPeriodicLogging()
381 void AudioDeviceBuffer::LogStats(LogState state) { in LogStats() function in webrtc::AudioDeviceBuffer
484 [this] { AudioDeviceBuffer::LogStats(AudioDeviceBuffer::LOG_ACTIVE); }, in LogStats()
Daudio_device_buffer.h128 void LogStats(LogState state);
/external/openthread/src/posix/platform/
Dspi_interface.cpp486 LogStats(); in PushPullSpi()
558 LogStats(); in PushPullSpi()
828 void SpiInterface::LogStats(void) in LogStats() function in ot::Posix::SpiInterface
Dspi_interface.hpp187 void LogStats(void);
/external/autotest/client/cros/cellular/
Dbase_station_pxt.py98 def LogStats(self): member in BaseStationPxt
Dbase_station_8960.py111 def LogStats(self): member in BaseStation8960
/external/cronet/net/disk_cache/blockfile/
Dbackend_impl.h373 void LogStats();
Dbackend_impl.cc1045 LogStats(); in CriticalError()
1867 void BackendImpl::LogStats() { in LogStats() function in disk_cache::BackendImpl
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_conv_algorithm_picker.cc316 void LogStats() { in LogStats() function
1019 autotune_cache_stats.LogStats(); in Run()