HomeSort by relevance Sort by last modified time
    Searched defs:set_handle (Results 1 - 9 of 9) sorted by null

  /external/libmojo/mojo/public/cpp/bindings/
associated_interface_ptr_info.h 52 void set_handle(ScopedInterfaceEndpointHandle handle) { function in class:mojo::AssociatedInterfacePtrInfo
interface_ptr_info.h 47 void set_handle(ScopedMessagePipeHandle handle) { function in class:mojo::InterfacePtrInfo
  /external/v4l2_codec2/vda/
bitstream_buffer.h 59 void set_handle(const base::SharedMemoryHandle& handle) { handle_ = handle; } function in class:media::BitstreamBuffer
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_compilation_device.cc 129 void XlaExpression::set_handle(const xla::ComputationDataHandle& h) { function in class:tensorflow::XlaExpression
  /device/linaro/bootloader/arm-trusted-firmware/drivers/io/
io_storage.c 86 static void set_handle(uintptr_t *handle, io_entity_t *entity) function
233 set_handle(handle, entity);
  /external/perfetto/include/perfetto/protozero/
message.h 91 void set_handle(MessageHandleBase* handle) { handle_ = handle; } function in class:protozero::Message
  /external/autotest/client/bin/net/
net_tc.py 183 def set_handle(self, handle): member in class:tcfilter
  /external/tensorflow/tensorflow/core/common_runtime/
bfc_allocator.h 217 void set_handle(const void* p, ChunkHandle h) { handles_[IndexFor(p)] = h; } function in class:tensorflow::BFCAllocator::AllocationRegion
218 void erase(const void* p) { set_handle(p, kInvalidChunkHandle); }
270 void set_handle(const void* p, ChunkHandle h) { function in class:tensorflow::BFCAllocator::RegionManager
271 return MutableRegionFor(p)->set_handle(p, h);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
vk_struct_wrappers.h 2652 void set_handle(HANDLE inValue) { m_struct.handle = inValue; } function in class:vkimportmemorywin32handleinfonv_struct_wrapper
    [all...]

Completed in 616 milliseconds