Home
last modified time | relevance | path

Searched refs:set_handle (Results 1 – 21 of 21) sorted by relevance

/external/perfetto/src/protozero/
Dmessage_handle.cc31 message_->set_handle(this); in MessageHandleBase()
66 message_->set_handle(this); in Move()
/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.h238 void set_handle(const void* p, ChunkHandle h) { handles_[IndexFor(p)] = h; } in set_handle() function
239 void erase(const void* p) { set_handle(p, kInvalidChunkHandle); } in erase()
291 void set_handle(const void* p, ChunkHandle h) { in set_handle() function
292 return MutableRegionFor(p)->set_handle(p, h); in set_handle()
Dbfc_allocator.cc158 region_manager_.set_handle(c->ptr, h); in Extend()
365 region_manager_.set_handle(new_chunk->ptr, h_new_chunk); in SplitChunk()
/external/v4l2_codec2/vda/
Dbitstream_buffer.h59 void set_handle(const base::SharedMemoryHandle& handle) { handle_ = handle; } in set_handle() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dcompilation_cache.cc50 handle.set_handle(key); in Insert()
Dexecution_tracker.cc61 execution_handle.set_handle(handle); in Register()
Dchannel_tracker.cc69 result.set_handle(handle_value); in AllocateHandle()
Dallocation_tracker.cc99 result.set_handle(handle); in RegisterInternal()
Dservice.cc775 device_handle.set_handle(i); in GetDeviceHandles()
1156 device_handle.set_handle(0); in SingleComputationDeviceHandle()
/external/libchrome/mojo/public/cpp/bindings/
Dinterface_ptr_info.h49 void set_handle(ScopedMessagePipeHandle handle) { in set_handle() function
Dassociated_interface_ptr_info.h54 void set_handle(ScopedInterfaceEndpointHandle handle) { in set_handle() function
Dinterface_request.h149 ptr_info->set_handle(std::move(pipe.handle0)); in MakeRequest()
Dassociated_interface_ptr.h212 ptr_info->set_handle(std::move(handle0)); in MakeRequest()
/external/tensorflow/tensorflow/python/client/
Dsession_ref.cc320 resp->set_handle(*handle); in RecordMakeCallable()
332 req->set_handle(handle); in RecordRunCallable()
354 req->set_handle(handle); in RecordReleaseCallable()
/external/tensorflow/tensorflow/core/framework/
Dlog_memory.cc44 step.set_handle(handle); in RecordStep()
/external/nos/host/android/hals/keymaster/
DKeymasterDevice.cpp755 continueRequest.mutable_handle()->set_handle(operationHandle); in attestKey()
769 finishRequest.mutable_handle()->set_handle(operationHandle); in attestKey()
1083 request.mutable_handle()->set_handle(operationHandle); in update()
1183 request.mutable_handle()->set_handle(operationHandle); in finish()
1226 request.mutable_handle()->set_handle(operationHandle); in abort()
/external/perfetto/include/perfetto/protozero/
Dmessage.h91 void set_handle(MessageHandleBase* handle) { handle_ = handle; } in set_handle() function
/external/libchrome/mojo/public/cpp/bindings/lib/
Dinterface_serialization.h45 output->set_handle(std::move(handle));
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_session.cc428 req.set_handle(handle); in RunCallable()
452 req.set_handle(handle); in ReleaseCallable()
/external/autotest/client/bin/net/
Dnet_tc.py183 def set_handle(self, handle): member in tcfilter
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc1931 resp->set_handle(handle); in MakeCallable()