Home
last modified time | relevance | path

Searched refs:out_handle (Results 1 – 23 of 23) sorted by relevance

/external/libchrome/mojo/public/cpp/platform/
Dplatform_handle.cc133 MojoPlatformHandle* out_handle) { in ToMojoPlatformHandle() argument
134 DCHECK(out_handle); in ToMojoPlatformHandle()
135 out_handle->struct_size = sizeof(MojoPlatformHandle); in ToMojoPlatformHandle()
137 out_handle->type = MOJO_PLATFORM_HANDLE_TYPE_INVALID; in ToMojoPlatformHandle()
138 out_handle->value = 0; in ToMojoPlatformHandle()
144 out_handle->type = MOJO_PLATFORM_HANDLE_TYPE_WINDOWS_HANDLE; in ToMojoPlatformHandle()
145 out_handle->value = in ToMojoPlatformHandle()
150 out_handle->type = MOJO_PLATFORM_HANDLE_TYPE_FUCHSIA_HANDLE; in ToMojoPlatformHandle()
151 out_handle->value = handle.TakeHandle().release(); in ToMojoPlatformHandle()
156 out_handle->type = MOJO_PLATFORM_HANDLE_TYPE_MACH_PORT; in ToMojoPlatformHandle()
[all …]
/external/mesa3d/src/gallium/auxiliary/renderonly/
Drenderonly.c70 struct winsys_handle *out_handle) in renderonly_create_kms_dumb_buffer_for_resource() argument
96 if (!out_handle) in renderonly_create_kms_dumb_buffer_for_resource()
100 memset(out_handle, 0, sizeof(*out_handle)); in renderonly_create_kms_dumb_buffer_for_resource()
101 out_handle->type = DRM_API_HANDLE_TYPE_FD; in renderonly_create_kms_dumb_buffer_for_resource()
102 out_handle->stride = create_dumb.pitch; in renderonly_create_kms_dumb_buffer_for_resource()
105 (int *)&out_handle->handle); in renderonly_create_kms_dumb_buffer_for_resource()
126 struct winsys_handle *out_handle) in renderonly_create_gpu_import_for_resource() argument
Drenderonly.h61 struct winsys_handle *out_handle);
72 struct winsys_handle *out_handle) in renderonly_scanout_for_resource() argument
74 return ro->create_for_resource(rsc, ro, out_handle); in renderonly_scanout_for_resource()
101 struct winsys_handle *out_handle);
109 struct winsys_handle *out_handle);
/external/tensorflow/tensorflow/python/client/
Dtf_session_helper.h68 int64_t* out_handle,
72 int64_t* out_handle, TF_Status* out_status);
101 const char** out_handle);
170 const char** out_handle, TF_Status* status);
Dtf_session_helper.cc174 const TF_Buffer* callable_options, int64_t* out_handle, in MakeCallableHelper() argument
191 *out_handle = handle; in MakeCallableHelper()
197 int64_t* out_handle, in TF_DeprecatedSessionMakeCallable() argument
199 MakeCallableHelper(session->session, callable_options, out_handle, in TF_DeprecatedSessionMakeCallable()
204 int64_t* out_handle, TF_Status* out_status) { in TF_SessionMakeCallable() argument
205 MakeCallableHelper(session->session, callable_options, out_handle, in TF_SessionMakeCallable()
328 const char** out_handle) { in TF_PRunSetup_wrapper() argument
334 out_handle, out_status); in TF_PRunSetup_wrapper()
523 const char** out_handle, in TF_SessionPRunSetup_wrapper() argument
529 out_handle, out_status); in TF_SessionPRunSetup_wrapper()
Dtf_session.i301 %typemap(in, numinputs=0) char** out_handle (
328 %typemap(argout) char** out_handle {
446 %typemap(in, numinputs=0) int64_t* out_handle (int64_t out_handle) {
447 $1 = &out_handle;
450 %typemap(argout) int64_t* out_handle {
Dsession_ref.h68 CallableHandle* out_handle) override;
Dsession_ref.cc464 CallableHandle* out_handle) { in MakeCallable() argument
465 LOG_AND_RUN_OPERATION(MakeCallable, callable_options, out_handle); in MakeCallable()
/external/libchrome/mojo/core/
Dchannel_fuchsia.cc90 PlatformHandle out_handle; in WrapPlatformHandles() local
92 out_handle = PlatformHandle(std::move(handles->front())); in WrapPlatformHandles()
122 out_handle = PlatformHandle(std::move(out_fd)); in WrapPlatformHandles()
124 return out_handle; in WrapPlatformHandles()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_session.h99 CallableHandle* out_handle) override;
124 Status Handle(string* out_handle) LOCKS_EXCLUDED(mu_);
Dgrpc_session.cc102 Status GrpcSession::Handle(string* out_handle) { in Handle() argument
107 *out_handle = handle_; in Handle()
409 CallableHandle* out_handle) { in MakeCallable() argument
418 *out_handle = resp.handle(); in MakeCallable()
/external/tensorflow/tensorflow/cc/client/
Dclient_session.cc131 CallableHandle* out_handle) { in MakeCallable() argument
133 return impl()->session_->MakeCallable(callable_options, out_handle); in MakeCallable()
Dclient_session.h98 CallableHandle* out_handle);
/external/minigbm/cros_gralloc/
Dcros_gralloc_driver.h24 buffer_handle_t *out_handle);
Dcros_gralloc_driver.cc87 buffer_handle_t *out_handle) in allocate() argument
161 *out_handle = &hnd->base; in allocate()
/external/clang/tools/scan-build-py/tests/functional/cases/
Dtest_from_cdb.py24 with open(target_file, 'w') as out_handle:
27 out_handle.write(temp.substitute(path=path))
/external/tensorflow/tensorflow/core/public/
Dsession.h206 CallableHandle* out_handle) { in MakeCallable() argument
/external/libchrome/mojo/public/cpp/bindings/lib/
Dmessage.cc79 ScopedMessageHandle* out_handle, in CreateSerializedMessageObject() argument
112 *out_handle = std::move(handle); in CreateSerializedMessageObject()
/external/libdrm/amdgpu/
Damdgpu_cs.c752 uint32_t *out_handle) in amdgpu_cs_fence_to_handle() argument
768 *out_handle = fth.out.handle; in amdgpu_cs_fence_to_handle()
Damdgpu.h1525 uint32_t *out_handle);
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.h112 CallableHandle* out_handle) override;
Ddirect_session.cc1722 CallableHandle* out_handle) { in MakeCallable() argument
1733 *out_handle = next_callable_handle_++; in MakeCallable()
1734 callables_[*out_handle] = {std::move(ek), std::move(func_info)}; in MakeCallable()
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc1800 const std::vector<ShapeAndType>* out_handle = nullptr; in UpdateMerge() local
1819 out_handle = input_handle; in UpdateMerge()
1828 if (out_handle) ic->set_output_handle_shapes_and_types(0, *out_handle); in UpdateMerge()