Home
last modified time | relevance | path

Searched defs:set_handle (Results 1 – 6 of 6) sorted by relevance

/external/v4l2_codec2/vda/
Dbitstream_buffer.h59 void set_handle(const base::SharedMemoryHandle& handle) { handle_ = handle; } in set_handle() function
/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
/external/perfetto/include/perfetto/protozero/
Dmessage.h91 void set_handle(MessageHandleBase* handle) { handle_ = handle; } in set_handle() function
/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
291 void set_handle(const void* p, ChunkHandle h) { in set_handle() function
/external/autotest/client/bin/net/
Dnet_tc.py183 def set_handle(self, handle): member in tcfilter