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

12 3 4 5 6 7

  /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
  /external/tensorflow/tensorflow/compiler/xla/client/
computation.h 51 const ComputationHandle& handle() const { return handle_; }
70 ComputationHandle handle_; // Handle that is wrapped by this class. member in class:xla::Computation
  /external/webrtc/webrtc/base/
latebindingsymboltable.h 54 DllHandle GetDllHandle() const { return handle_; }
61 DllHandle handle_; member in class:rtc::LateBindingSymbolTable
latebindingsymboltable.cc 65 handle_(kInvalidDllHandle),
75 return handle_ != kInvalidDllHandle;
95 handle_ = dlopen(dll_path,
116 if (handle_ == kInvalidDllHandle) {
126 if (!LoadSymbol(handle_, info_->symbol_names[i], &table_[i])) {
141 if (dlclose(handle_) != 0) {
148 handle_ = kInvalidDllHandle;
  /system/core/libziparchive/include/ziparchive/
zip_archive_stream_entry.h 37 ZipArchiveStreamEntry(ZipArchiveHandle handle) : handle_(handle) {}
41 ZipArchiveHandle handle_; member in class:ZipArchiveStreamEntry
  /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/
sync_socket_posix.cc 59 SyncSocket::SyncSocket() : handle_(kInvalidHandle) {}
68 DCHECK_EQ(socket_a->handle_, kInvalidHandle);
69 DCHECK_EQ(socket_b->handle_, kInvalidHandle);
96 socket_a->handle_ = handles[0];
97 socket_b->handle_ = handles[1];
116 const bool retval = CloseHandle(handle_);
117 handle_ = kInvalidHandle;
123 return SendHelper(handle_, buffer, length);
130 DCHECK_NE(handle_, kInvalidHandle);
132 if (ReadFromFD(handle_, charbuffer, length)
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/utility/
delay_estimator_unittest.cc 51 void* handle_; member in class:__anon44202::DelayEstimatorTest
67 : handle_(NULL),
93 handle_ = WebRtc_CreateDelayEstimator(farend_handle_, kLookahead);
94 ASSERT_TRUE(handle_ != NULL);
95 self_ = reinterpret_cast<DelayEstimator*>(handle_);
103 WebRtc_FreeDelayEstimator(handle_);
104 handle_ = NULL;
118 EXPECT_EQ(0, WebRtc_InitDelayEstimator(handle_));
122 EXPECT_EQ(-2, WebRtc_last_delay(handle_)); // Delay in initial state.
123 EXPECT_FLOAT_EQ(0, WebRtc_last_delay_quality(handle_)); // Zero quality
    [all...]
  /external/webrtc/webrtc/modules/audio_device/linux/
latebindingsymboltable_linux.h 52 : handle_(kInvalidDllHandle),
72 return handle_ != kInvalidDllHandle;
88 handle_ = InternalLoadDll(kDllName);
92 if (!InternalLoadSymbols(handle_, NumSymbols(), kSymbolNames, symbols_)) {
104 InternalUnloadDll(handle_);
105 handle_ = kInvalidDllHandle;
118 DllHandle handle_;
  /system/extras/libfec/include/fec/
io.h 124 io() : handle_(nullptr, fec_close) {}
127 int roots = FEC_DEFAULT_ROOTS) : handle_(nullptr, fec_close) {
132 return !!handle_;
141 handle_.reset(fh);
147 return !fec_close(handle_.release());
151 return !fec_seek(handle_.get(), offset, whence);
155 return fec_read(handle_.get(), buf, count);
159 return fec_pread(handle_.get(), buf, count, offset);
163 return !fec_get_status(handle_.get(), &status);
167 return !fec_verity_get_metadata(handle_.get(), &data)
189 handle handle_; member in class:fec::io
    [all...]
  /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
  /system/bt/service/common/android/bluetooth/
bluetooth_gatt_included_service.h 38 : handle_(service.handle()),
57 uint16_t handle() const { return handle_; }
62 uint16_t handle_; member in class:android::bluetooth::BluetoothGattIncludedService
  /external/libmojo/mojo/public/cpp/system/
watcher.cc 33 return handle_.is_valid();
44 handle_ = handle;
45 MojoResult result = MojoWatch(handle_.value(), signals,
49 handle_.set_value(kInvalidHandleValue);
63 if (!handle_.is_valid())
67 MojoCancelWatch(handle_.value(), reinterpret_cast<uintptr_t>(this));
68 // |result| may be MOJO_RESULT_INVALID_ARGUMENT if |handle_| has closed, but
71 handle_.set_value(kInvalidHandleValue);
80 handle_.set_value(kInvalidHandleValue);
handle.h 78 explicit ScopedHandleBase(HandleType handle) : handle_(handle) {}
83 : handle_(other.release()) {}
86 ScopedHandleBase(ScopedHandleBase&& other) : handle_(other.release()) {}
90 handle_ = other.release();
95 const HandleType& get() const { return handle_; }
96 const HandleType* operator->() const { return &handle_; }
108 void swap(ScopedHandleBase& other) { handle_.swap(other.handle_); }
112 rv.swap(handle_);
118 handle_ = handle
133 HandleType handle_; member in class:mojo::ScopedHandleBase
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
shared_memory.h 45 Handle handle() const { return handle_; }
58 const Handle handle_; member in class:webrtc::SharedMemory
shared_memory.cc 24 handle_(handle),
  /external/libmojo/mojo/public/cpp/bindings/lib/
interface_endpoint_client.cc 142 handle_(std::move(handle)),
150 DCHECK(handle_.is_valid());
157 if (handle_.pending_association()) {
158 handle_.SetAssociationEventHandler(base::Bind(
169 handle_.group_controller()->DetachEndpointClient(handle_);
174 associated_group_ = base::MakeUnique<AssociatedGroup>(handle_);
182 if (!handle_.is_valid())
185 handle_.SetAssociationEventHandler(
190 handle_.group_controller()->DetachEndpointClient(handle_)
    [all...]
sync_handle_watcher.cc 15 : handle_(handle),
26 registry_->UnregisterHandle(handle_);
62 registry_->RegisterHandle(handle_, handle_signals_, callback_);
71 registry_->UnregisterHandle(handle_);
  /art/runtime/
zip_archive.h 73 : handle_(handle), zip_entry_(zip_entry), entry_name_(entry_name) {}
75 ZipArchiveHandle handle_; member in class:art::ZipEntry
94 explicit ZipArchive(ZipArchiveHandle handle) : handle_(handle) {}
98 ZipArchiveHandle handle_; member in class:art::ZipArchive
  /external/libmojo/ipc/
ipc_mojo_handle_attachment.h 34 mojo::ScopedHandle handle_; member in class:IPC::internal::MojoHandleAttachment
  /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
  /libnativehelper/
JniInvocation.cpp 57 handle_(NULL),
68 if (handle_ != NULL) {
69 dlclose(handle_);
131 handle_ = dlopen(library, kDlopenFlags);
132 if (handle_ == NULL) {
146 handle_ = dlopen(library, kDlopenFlags);
147 if (handle_ == NULL) {
180 *pointer = dlsym(handle_, symbol);
183 dlclose(handle_);
184 handle_ = NULL
    [all...]
  /device/google/cuttlefish_common/guest/commands/usbforward/
transport_request.cpp 26 : handle_{std::move(handle)},
41 libusb_fill_control_transfer(transfer_.get(), handle_.get(), buffer_.get(),
48 : handle_{std::move(handle)},
54 transfer_.get(), handle_.get(),
70 if (handle_) {
  /external/libbrillo/brillo/http/
http_connection_curl_unittest.cc 155 EXPECT_CALL(*curl_api_, EasySetOptPtr(handle_, CURLOPT_PRIVATE, _))
158 handle_, request_type::kPost, curl_api_, transport_);
163 EXPECT_CALL(*curl_api_, EasyCleanup(handle_)).Times(1);
173 CURL* handle_{performer_.GetCurlHandle()};
185 EasySetOptCallback(handle_, CURLOPT_DEBUGFUNCTION, _))
187 EXPECT_CALL(*curl_api_, EasySetOptInt(handle_, CURLOPT_VERBOSE, 1))
193 EasySetOptOffT(handle_, CURLOPT_POSTFIELDSIZE_LARGE, request_data.size()))
196 EXPECT_CALL(*curl_api_, EasySetOptCallback(handle_, CURLOPT_READFUNCTION, _))
198 EXPECT_CALL(*curl_api_, EasySetOptPtr(handle_, CURLOPT_READDATA, _))
201 EXPECT_CALL(*curl_api_, EasySetOptPtr(handle_, CURLOPT_HTTPHEADER, _)
    [all...]
  /external/drm_hwcomposer/
drmhwcomposer.h 85 : gralloc_(gralloc), handle_(handle) {
91 handle_ = rhs.handle_;
92 rhs.handle_ = NULL;
101 handle_ = rhs.handle_;
102 rhs.handle_ = NULL;
111 return handle_;
116 native_handle_t *handle_ = NULL; member in class:android::DrmHwcNativeHandle

Completed in 859 milliseconds

12 3 4 5 6 7