Home
last modified time | relevance | path

Searched refs:ReleaseHandle (Results 1 – 25 of 41) sorted by relevance

12

/external/drm_hwcomposer/drm/
DDrmGenericImporter.cpp98 if (ReleaseHandle(bo->gem_handles[i])) { in ReleaseBuffer()
116 int DrmGenericImporter::ReleaseHandle(uint32_t gem_handle) { in ReleaseHandle() function in android::DrmGenericImporter
DDrmGenericImporter.h60 int ReleaseHandle(uint32_t gem_handle);
/external/libchrome/mojo/public/cpp/platform/
Dplatform_handle.h110 HANDLE ReleaseHandle() WARN_UNUSED_RESULT { in COMPONENT_EXPORT()
125 zx_handle_t ReleaseHandle() WARN_UNUSED_RESULT { in COMPONENT_EXPORT()
Dplatform_channel.cc231 ignore_result(remote_endpoint_.TakePlatformHandle().ReleaseHandle()); in RemoteProcessLaunchAttempted()
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DCStringSafeHandle.cs38 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.CStringSafeHandle
DCallCredentialsSafeHandle.cs39 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.CallCredentialsSafeHandle
DChannelArgsSafeHandle.cs53 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.ChannelArgsSafeHandle
DServerCredentialsSafeHandle.cs44 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.ServerCredentialsSafeHandle
DChannelCredentialsSafeHandle.cs58 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.ChannelCredentialsSafeHandle
DServerSafeHandle.cs83 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.ServerSafeHandle
DCompletionQueueSafeHandle.cs90 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.CompletionQueueSafeHandle
DChannelSafeHandle.cs81 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.ChannelSafeHandle
DAuthContextSafeHandle.cs69 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.AuthContextSafeHandle
DMetadataArraySafeHandle.cs87 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.MetadataArraySafeHandle
DRequestCallContextSafeHandle.cs101 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.RequestCallContextSafeHandle
DBatchContextSafeHandle.cs133 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.BatchContextSafeHandle
DCallSafeHandle.cs202 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.CallSafeHandle
/external/tensorflow/tensorflow/core/framework/
Dfunction_handle_cache.cc61 TF_RETURN_IF_ERROR(lib_->ReleaseHandle(entry.second)); in Clear()
/external/libchrome/mojo/core/
Dplatform_handle_in_transit.cc121 TransferHandle(handle_.ReleaseHandle(), base::GetCurrentProcessHandle(), in TransferToProcess()
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc157 Status ReleaseHandle(Handle handle) override;
219 Status FunctionLibraryRuntimeOverlay::ReleaseHandle(Handle handle) { in ReleaseHandle() function in tensorflow::FunctionLibraryRuntimeOverlay
220 return base_flr_->ReleaseHandle(handle); in ReleaseHandle()
338 Status ReleaseHandle(Handle handle) override;
829 Status FunctionLibraryRuntimeImpl::ReleaseHandle(Handle handle) { in ReleaseHandle() function in tensorflow::FunctionLibraryRuntimeImpl
832 return parent_->ReleaseHandle(handle); in ReleaseHandle()
Dfunction_threadpool_test.cc153 status = flr->ReleaseHandle(handle); in InstantiateAndRun()
Dfunction_test.cc253 status = flr->ReleaseHandle(handle); in InstantiateAndRun()
323 status = flr->ReleaseHandle(handle); in InstantiateAndRunViaCallFrameInterface()
424 TF_CHECK_OK(flr0_->ReleaseHandle(handle)); in TEST_F()
489 TF_CHECK_OK(flr0_->ReleaseHandle(handle)); in TEST_F()
518 TF_CHECK_OK(flr0_->ReleaseHandle(handle)); in TEST_F()
718 TF_CHECK_OK(flr0_->ReleaseHandle(handle_isolated)); in TEST_F()
1351 TF_CHECK_OK(flr0_->ReleaseHandle(handle)); in TEST_F()
1395 TF_CHECK_OK(flr1_->ReleaseHandle(handle)); in TEST_F()
/external/tensorflow/tensorflow/core/kernels/
Dpartitioned_function_ops.cc78 Status status = it.first->ReleaseHandle(it.second); in ~PartitionedCallOp()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dresource_util.cc209 [&] { TF_CHECK_OK(lib_runtime->ReleaseHandle(handle)); }); in PropagateThroughCallOp()
Dfunctionalize_control_flow.cc216 auto s = flr->ReleaseHandle(handle); in FunctionalizeControlFlowForFunction()

12