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

  /external/libchrome/mojo/public/cpp/bindings/
interface_ptr_info.h 49 void set_handle(ScopedMessagePipeHandle handle) { function in class:mojo::InterfacePtrInfo
associated_interface_ptr_info.h 54 void set_handle(ScopedInterfaceEndpointHandle handle) { function in class:mojo::AssociatedInterfacePtrInfo
  /external/v4l2_codec2/vda/
bitstream_buffer.h 59 void set_handle(const base::SharedMemoryHandle& handle) { handle_ = handle; } function in class:media::BitstreamBuffer
  /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 238 void set_handle(const void* p, ChunkHandle h) { handles_[IndexFor(p)] = h; } function in class:tensorflow::BFCAllocator::AllocationRegion
239 void erase(const void* p) { set_handle(p, kInvalidChunkHandle); }
291 void set_handle(const void* p, ChunkHandle h) { function in class:tensorflow::BFCAllocator::RegionManager
292 return MutableRegionFor(p)->set_handle(p, h);

Completed in 639 milliseconds