OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wfh
(Results
1 - 10
of
10
) sorted by null
/external/devlib/devlib/utils/
rendering.py
45
wfh
= os.fdopen(fd, 'wb')
48
self.collect_frames(
wfh
)
51
wfh
.close()
89
with open(outfile, 'w') as
wfh
:
90
writer = csv.writer(
wfh
)
95
def collect_frames(self,
wfh
):
112
def collect_frames(self,
wfh
):
115
wfh
.write(self.get_latencies(activity))
174
def collect_frames(self,
wfh
):
176
wfh
.write(self.target.execute(cmd.format(self.package))
[
all
...]
/hardware/qcom/display/msm8084/liboverlay/
overlayRotator.h
71
virtual void setSource(const utils::Whf&
wfh
) = 0;
106
virtual void setSource(const utils::Whf&
wfh
);
163
virtual void setSource(const utils::Whf&
wfh
);
/hardware/qcom/display/msm8226/liboverlay/
overlayRotator.h
71
virtual void setSource(const utils::Whf&
wfh
) = 0;
111
virtual void setSource(const utils::Whf&
wfh
);
170
virtual void setSource(const utils::Whf&
wfh
);
/external/devlib/devlib/instrument/
energy_probe.py
99
with open(outfile, 'wb') as
wfh
:
100
writer = csv.writer(
wfh
)
daq.py
119
with open(outfile, 'wb') as
wfh
:
121
writer = csv.writer(
wfh
)
/hardware/qcom/display/msm8960/liboverlay/
overlayRotator.h
85
virtual void setSource(const utils::Whf&
wfh
) = 0;
120
virtual void setSource(const utils::Whf&
wfh
);
/hardware/qcom/display/msm8909/liboverlay/
overlayRotator.h
71
virtual void setSource(const utils::Whf&
wfh
) = 0;
135
virtual void setSource(const utils::Whf&
wfh
);
207
virtual void setSource(const utils::Whf&
wfh
);
/hardware/qcom/display/msm8994/liboverlay/
overlayRotator.h
71
virtual void setSource(const utils::Whf&
wfh
) = 0;
135
virtual void setSource(const utils::Whf&
wfh
);
207
virtual void setSource(const utils::Whf&
wfh
);
/external/devlib/devlib/instrument/netstats/
__init__.py
49
with open(filepath, 'wb') as
wfh
:
50
writer = csv.writer(
wfh
)
/external/devlib/devlib/platform/
arm.py
274
with open(output_file, 'wb') as
wfh
:
277
writer = csv.writer(
wfh
)
Completed in 934 milliseconds