OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:output_handle
(Results
1 - 7
of
7
) sorted by null
/hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display_virtual.cpp
182
const private_handle_t *
output_handle
= (const private_handle_t *)(content_list->outbuf);
local
183
if (
output_handle
&&
output_handle
->base) {
185
buffer_info.buffer_config.width = static_cast<uint32_t>(
output_handle
->width);
186
buffer_info.buffer_config.height = static_cast<uint32_t>(
output_handle
->height);
187
buffer_info.buffer_config.format = GetSDMFormat(
output_handle
->format,
output_handle
->flags);
188
buffer_info.alloc_buffer_info.size = static_cast<uint32_t>(
output_handle
->size);
189
DumpOutputBuffer(buffer_info, reinterpret_cast<void *>(
output_handle
->base),
203
const private_handle_t *
output_handle
local
264
const private_handle_t *
output_handle
=
local
301
const private_handle_t *
output_handle
=
local
[
all
...]
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display_virtual.cpp
138
const private_handle_t *
output_handle
=
local
140
buffer_info.buffer_config.width = static_cast<uint32_t>(
output_handle
->width);
141
buffer_info.buffer_config.height = static_cast<uint32_t>(
output_handle
->height);
143
GetSDMFormat(
output_handle
->format,
output_handle
->flags);
144
buffer_info.alloc_buffer_info.size = static_cast<uint32_t>(
output_handle
->size);
145
DumpOutputBuffer(buffer_info, reinterpret_cast<void *>(
output_handle
->base),
171
const private_handle_t *
output_handle
= static_cast<const private_handle_t *>(buf);
local
176
if (
output_handle
) {
177
output_buffer_->buffer_id = reinterpret_cast<uint64_t>(
output_handle
);
[
all
...]
/external/libbrillo/brillo/
process.cc
251
int
output_handle
= HANDLE_EINTR(open(
local
254
if (
output_handle
< 0) {
259
HANDLE_EINTR(dup2(
output_handle
, STDOUT_FILENO));
260
HANDLE_EINTR(dup2(
output_handle
, STDERR_FILENO));
261
// Only close
output_handle
if it does not happen to be one of
263
if (
output_handle
!= STDOUT_FILENO &&
output_handle
!= STDERR_FILENO) {
264
IGNORE_EINTR(close(
output_handle
));
/external/autotest/client/tests/kvm/deps/
heartbeat_slu.py
24
output_handle
= file(output_file, 'a+', 0)
29
output_handle
= file('/dev/null', 'a+')
32
os.dup2(
output_handle
.fileno(), sys.stdout.fileno())
33
os.dup2(
output_handle
.fileno(), sys.stderr.fileno())
/external/chromium-trace/catapult/perf_insights/perf_insights/endpoints/cloud_mapper/
worker.py
106
output_handle
, output_name = tempfile.mkstemp()
158
os.close(
output_handle
)
/external/chromium-trace/catapult/perf_insights/perf_insights_build/
perf_insights_dev_server_config.py
169
output_handle
, output_name = tempfile.mkstemp()
181
os.close(
output_handle
)
/hardware/ti/omap4-aah/security/tf_sdk/include/
OEMCrypto.h
205
OEMCrypto_UINT32
output_handle
, OEMCrypto_UINT32 output_offset, OEMCrypto_UINT32 *outputLength);
Completed in 1153 milliseconds