OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ReportPerformance
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libnbaio/
ReportPerformance.cpp
17
#define LOG_TAG "
ReportPerformance
"
30
#include <media/nbaio/
ReportPerformance
.h>
37
namespace
ReportPerformance
{
72
} // namespace
ReportPerformance
PerformanceAnalysis.cpp
38
#include <media/nbaio/
ReportPerformance
.h>
48
namespace
ReportPerformance
{
268
// TODO: move this to
ReportPerformance
, probably make it a friend function of PerformanceAnalysis
269
void PerformanceAnalysis::
reportPerformance
(String8 *body, int maxHeight) {
271
ALOGD("
reportPerformance
: mRecentHists is empty");
274
ALOGD("
reportPerformance
: hists size %d", static_cast<int>(mRecentHists.size()));
372
} // namespace
ReportPerformance
/frameworks/av/media/libnbaio/include/media/nbaio/
ReportPerformance.h
26
// This class is used by
reportPerformance
function
27
// TODO move
reportPerformance
function to
ReportPerformance
.cpp
30
namespace
ReportPerformance
{
62
} // namespace
ReportPerformance
PerformanceAnalysis.h
26
#include "
ReportPerformance
.h"
30
namespace
ReportPerformance
{
75
void
reportPerformance
(String8 *body, int maxHeight = 10);
142
} // namespace
ReportPerformance
Completed in 58 milliseconds