OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dumpFrames
(Results
1 - 4
of
4
) sorted by null
/hardware/libhardware/tests/camera2/
CameraBurstTests.cpp
580
bool
dumpFrames
= false;
584
if (frameDumpVal[0] == '1')
dumpFrames
= true;
589
(
dumpFrames
? "enabled, not checking timing" : "disabled") << std::endl;
700
if (!
dumpFrames
) {
717
if (
dumpFrames
) {
/frameworks/base/libs/hwui/renderthread/
CanvasContext.h
123
void
dumpFrames
(int fd);
CanvasContext.cpp
698
void CanvasContext::
dumpFrames
(int fd) {
RenderProxy.cpp
428
args->context->
dumpFrames
(args->fd);
Completed in 4057 milliseconds