HomeSort by relevance Sort by last modified time
    Searched defs:handle_ (Results 26 - 50 of 102) sorted by null

12 3 4 5

  /external/libmojo/mojo/public/cpp/system/
watcher.h 75 Handle handle() const { return handle_; }
109 Handle handle_; member in class:mojo::Watcher
  /external/libtextclassifier/util/memory/
mmap.h 120 : handle_(MmapFile(filename)) {}
122 explicit ScopedMmap(int fd) : handle_(MmapFile(fd)) {}
125 : handle_(MmapFile(fd, segment_offset, segment_size)) {}
128 if (handle_.ok()) {
129 Unmap(handle_);
133 const MmapHandle &handle() { return handle_; }
136 MmapHandle handle_; member in class:libtextclassifier2::ScopedMmap
  /external/perfetto/include/perfetto/base/
weak_ptr.h 63 return handle_ ? *handle_.get() : nullptr;
72 explicit WeakPtr(const std::shared_ptr<T*>& handle) : handle_(handle) {}
74 std::shared_ptr<T*> handle_; member in class:perfetto::base::WeakPtr
81 explicit WeakPtrFactory(T* owner) : handle_(new T* {owner}) {
86 *(handle_.get()) = nullptr;
91 return WeakPtr<T>(handle_);
98 std::shared_ptr<T*> handle_; member in class:perfetto::base::WeakPtrFactory
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_compilation_device.h 82 const xla::ComputationDataHandle& handle() const { return handle_; }
93 xla::ComputationDataHandle handle_; member in class:tensorflow::XlaExpression
  /external/v4l2_codec2/vda/
bitstream_buffer.h 45 base::SharedMemoryHandle handle() const { return handle_; }
59 void set_handle(const base::SharedMemoryHandle& handle) { handle_ = handle; }
63 base::SharedMemoryHandle handle_; member in class:media::BitstreamBuffer
  /external/webrtc/webrtc/base/
latebindingsymboltable.h 54 DllHandle GetDllHandle() const { return handle_; }
61 DllHandle handle_; member in class:rtc::LateBindingSymbolTable
  /external/webrtc/webrtc/modules/desktop_capture/
shared_memory.h 45 Handle handle() const { return handle_; }
58 const Handle handle_; member in class:webrtc::SharedMemory
  /frameworks/base/tools/aapt2/io/
ZipArchive.h 76 ZipArchiveHandle handle_; member in class:aapt::io::ZipFileCollection
  /system/bt/service/common/bluetooth/
characteristic.h 32 : handle_(handle),
45 uint16_t handle() const { return handle_; }
53 uint16_t handle_; member in class:bluetooth::Characteristic
service.h 32 : handle_(handle),
45 uint16_t handle() const { return handle_; }
57 uint16_t handle_; member in class:bluetooth::Service
  /system/bt/vendor_libs/test_vendor_lib/include/
connection.h 35 : dev_(dev), handle_(handle), connected_(true), encrypted_(false) {}
47 return (handle_ == handle) && connected_;
52 return (handle_ != handle) || !connected_;
79 uint16_t handle_; member in class:test_vendor_lib::Connection
  /system/core/trusty/keymaster/
trusty_keymaster_ipc.cpp 37 static int handle_ = -1; variable
45 handle_ = rc;
51 if (handle_ < 0) {
66 ssize_t rc = write(handle_, msg, msg_size);
82 rc = readv(handle_, iov, 2);
108 if (handle_ >= 0) {
109 tipc_close(handle_);
111 handle_ = -1;
  /external/libchrome/base/synchronization/
waitable_event.h 103 HANDLE handle() const { return handle_.Get(); }
156 win::ScopedHandle handle_; member in class:base::WaitableEvent
  /external/libmojo/mojo/edk/js/
handle.h 33 mojo::Handle get() const { return handle_.get(); }
34 mojo::Handle release() { return handle_.release(); }
45 mojo::ScopedHandle handle_; member in class:mojo::edk::js::HandleWrapper
  /external/webrtc/webrtc/modules/desktop_capture/win/
scoped_gdi_object.h 26 ScopedGDIObject() : handle_(NULL) {}
27 explicit ScopedGDIObject(T object) : handle_(object) {}
30 Traits::Close(handle_);
34 return handle_;
38 if (handle_ && object != handle_)
39 Traits::Close(handle_);
40 handle_ = object;
49 T object = handle_;
50 handle_ = NULL
57 T handle_; member in class:webrtc::win::ScopedGDIObject
    [all...]
  /external/libchrome/base/threading/
platform_thread.h 84 PlatformThreadHandle() : handle_(0) {}
86 explicit PlatformThreadHandle(Handle handle) : handle_(handle) {}
89 return handle_ == other.handle_;
93 return !handle_;
97 return handle_;
101 Handle handle_; member in class:base::PlatformThreadHandle
  /external/libchrome/crypto/
scoped_capi_types.h 51 explicit ScopedCAPIHandle(CAPIHandle handle = NULL) : handle_(handle) {}
58 if (handle_ != handle) {
60 free_proc(handle_);
61 handle_ = handle;
65 operator CAPIHandle() const { return handle_; }
66 CAPIHandle get() const { return handle_; }
69 CHECK(handle_ == NULL);
70 return &handle_;
74 return handle_ == handle;
78 return handle_ != handle
94 CAPIHandle handle_; member in class:crypto::ScopedCAPIHandle
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
queue_ops.cc 457 &handle_, nullptr));
462 handle_.AccessTensor(context)->flat<string>()(0) = ref.container();
463 handle_.AccessTensor(context)->flat<string>()(1) = ref.name();
464 context->set_output_ref(0, &mu_, handle_.AccessTensor(context));
469 PersistentTensor handle_; member in class:tensorflow::FakeQueueOp
  /external/v8/src/
prototype.h 37 handle_(receiver),
41 CHECK(!handle_.is_null());
74 handle_(receiver_map->GetPrototypeChainRootMap(isolate_)->prototype(),
77 is_at_end_(handle_->IsNull(isolate_)),
80 DCHECK(handle_->IsJSReceiver());
81 Map* map = JSReceiver::cast(*handle_)->map();
91 DCHECK(!handle_.is_null());
92 if (handle_->IsAccessCheckNeeded()) {
94 Handle<JSObject>::cast(handle_));
101 DCHECK(handle_.is_null())
181 Handle<Object> handle_; member in class:v8::internal::PrototypeIterator
    [all...]
  /system/extras/simpleperf/
utils.h 98 return handle_;
102 ZipArchiveHandle handle_; member in class:ArchiveHelper
  /external/libmojo/mojo/public/c/system/tests/
core_perftest.cc 30 handle_(handle),
41 MojoResult result = MojoWriteMessage(handle_, buffer, num_bytes_, nullptr,
49 // Either |handle_| or its peer was closed.
60 const MojoHandle handle_; member in class:__anon25176::MessagePipeWriterThread
71 handle_(handle),
80 MojoResult result = MojoReadMessage(handle_, buffer, &num_bytes, nullptr,
88 result = MojoWait(handle_, MOJO_HANDLE_SIGNAL_READABLE,
97 // Either |handle_| or its peer was closed.
108 const MojoHandle handle_; member in class:__anon25176::MessagePipeReaderThread
  /external/libmojo/mojo/public/cpp/bindings/
interface_endpoint_client.h 162 ScopedInterfaceEndpointHandle handle_; member in class:mojo::InterfaceEndpointClient
  /external/libmojo/mojo/public/cpp/bindings/lib/
interface_ptr_state.h 90 handle_.swap(other->handle_);
100 DCHECK(!handle_.is_valid());
104 handle_ = info.PassHandle();
119 router_ ? router_->PassMessagePipe() : std::move(handle_), version_);
122 bool is_bound() const { return handle_.is_valid() || endpoint_client_; }
180 if (!handle_.is_valid())
189 router_ = new MultiplexRouter(std::move(handle_), config, true, runner_);
213 // read/write with the message pipe handle is needed. |handle_| is valid
215 ScopedMessagePipeHandle handle_; member in class:mojo::internal::InterfacePtrState
    [all...]
  /external/perfetto/include/perfetto/protozero/
message.h 91 void set_handle(MessageHandleBase* handle) { handle_ = handle; }
212 MessageHandleBase* handle_; member in class:protozero::Message
  /external/tensorflow/tensorflow/core/distributed_runtime/
master_session.h 64 const string& handle() const { return handle_; }
111 const string handle_; member in class:tensorflow::MasterSession

Completed in 493 milliseconds

12 3 4 5