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

1 23 4 5 6 7

  /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/libmojo/mojo/public/cpp/system/
watcher.h 75 Handle handle() const { return handle_; }
109 Handle handle_; member in class:mojo::Watcher
  /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
  /system/bt/service/common/android/bluetooth/
bluetooth_gatt_descriptor.cc 34 status = parcel->writeInt32(handle_);
50 handle_ = tmp;
bluetooth_gatt_included_service.cc 35 status = parcel->writeInt32(handle_);
51 handle_ = tmp;
  /system/core/fastboot/
usb_osx.cpp 70 OsxUsbTransport(std::unique_ptr<usb_handle> handle) : handle_(std::move(handle)) {}
78 std::unique_ptr<usb_handle> handle_; member in class:OsxUsbTransport
483 if (handle_ == nullptr) {
487 if (handle_->interface == nullptr) {
492 if (handle_->bulkIn == 0) {
497 result = (*handle_->interface)->ReadPipe(handle_->interface, handle_->bulkIn, data, &numBytes);
515 if (handle_ == NULL) {
519 if (handle_->interface == NULL)
    [all...]
usb_windows.cpp 71 WindowsUsbTransport(std::unique_ptr<usb_handle> handle) : handle_(std::move(handle)) {}
79 std::unique_ptr<usb_handle> handle_; member in class:WindowsUsbTransport
161 if (nullptr != handle_) {
165 ret = AdbWriteEndpointSync(handle_->adb_write_pipe, const_cast<void*>(data), xfer,
172 usb_kick(handle_.get());
199 if (nullptr != handle_) {
203 ret = AdbReadEndpointSync(handle_->adb_read_pipe, data, xfer, &read, time_out);
211 usb_kick(handle_.get());
254 if (nullptr != handle_) {
256 usb_cleanup_handle(handle_.get())
    [all...]
usb_linux.cpp 96 explicit LinuxUsbTransport(std::unique_ptr<usb_handle> handle) : handle_(std::move(handle)) {}
105 std::unique_ptr<usb_handle> handle_; member in class:LinuxUsbTransport
394 if (handle_->ep_out == 0 || handle_->desc == -1) {
402 bulk.ep = handle_->ep_out;
407 n = ioctl(handle_->desc, USBDEVFS_BULK, &bulk);
429 if (handle_->ep_in == 0 || handle_->desc == -1) {
436 bulk.ep = handle_->ep_in;
443 DBG("[ usb read %d fd = %d], fname=%s\n", xfer, handle_->desc, handle_->fname)
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/
sync_handle_watcher.h 38 // Registers |handle_| with SyncHandleRegistry, so that when others perform
39 // sync handle watching on the same thread, |handle_| will be watched
43 // Waits on |handle_| plus all handles registered with SyncHandleRegistry and
55 const Handle handle_; member in class:mojo::SyncHandleWatcher
59 // Whether |handle_| has been registered with SyncHandleRegistry.
61 // If non-zero, |handle_| should be registered with SyncHandleRegistry.
  /external/tensorflow/tensorflow/core/framework/
resource_op_kernel.h 48 &handle_, nullptr));
92 auto h = handle_.AccessTensor(context)->template flat<string>();
102 context->set_output_ref(0, &mu_, handle_.AccessTensor(context));
124 PersistentTensor handle_ GUARDED_BY(mu_);
  /external/v4l2_codec2/vda/
bitstream_buffer.cc 19 handle_(handle),
  /system/tpm/trunks/
scoped_key_handle.h 63 TPM_HANDLE handle_; member in class:trunks::ScopedKeyHandle
  /test/vts/drivers/hal/common/include/component_loader/
DllLoader.h 60 void* handle_; member in class:android::vts::DllLoader
  /external/libchrome/base/
sync_socket.h 47 explicit SyncSocket(Handle handle) : handle_(handle) {}
94 Handle handle() const { return handle_; }
97 Handle handle_; member in class:base::SyncSocket
  /external/libmojo/mojo/edk/system/
channel_win.cc 81 handle_(std::move(handle)),
83 CHECK(handle_.is_valid());
85 wait_for_connect_ = handle_.get().needs_connection;
154 handle_.get().handle, this);
157 BOOL ok = ConnectNamedPipe(handle_.get().handle,
197 // |handle_| should be valid at this point.
198 CHECK(handle_.is_valid());
199 CancelIo(handle_.get().handle);
201 ignore_result(handle_.release());
202 handle_.reset()
326 ScopedPlatformHandle handle_; member in class:mojo::edk::__anon25146::ChannelWin
    [all...]
channel_posix.cc 95 handle_(connection_params.TakeChannelHandle()),
102 CHECK(handle_.is_valid());
217 if (handle_.get().needs_connection) {
219 handle_.get().handle, false /* persistent */,
225 handle_.get().handle, true /* persistent */,
245 handle_.get().handle, false /* persistent */,
259 ignore_result(handle_.release());
260 handle_.reset();
278 CHECK_EQ(fd, handle_.get().handle);
279 if (handle_.get().needs_connection)
535 ScopedPlatformHandle handle_; member in class:mojo::edk::__anon25145::ChannelPosix
    [all...]
  /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
  /frameworks/base/tools/aapt2/io/
ZipArchive.cpp 86 ZipFileCollection::ZipFileCollection() : handle_(nullptr) {}
95 int32_t result = OpenArchive(path.data(), &collection->handle_);
109 result = StartIteration(collection->handle_, &cookie, nullptr, nullptr);
126 util::make_unique<ZipFile>(collection->handle_, zip_data, Source(nested_path));
151 if (handle_) {
152 CloseArchive(handle_);
  /external/libmojo/mojo/edk/js/
handle.cc 16 : handle_(mojo::Handle(handle)) {
25 handle_.reset();
37 if (!handle_.is_valid())
drain_data.h 40 // Use ReadData() to read whatever is availble now on handle_ and save
52 ScopedDataPipeConsumerHandle handle_; member in class:mojo::edk::js::DrainData
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
function_ops.cc 61 : AsyncOpKernel(ctx), handle_(-1) {}
72 ctx, lib->Instantiate(kGradientOp, AttrSlice(&def().attr()), &handle_),
86 opts, handle_, args, rets, [ctx, done, rets](const Status& status) {
104 FunctionLibraryRuntime::Handle handle_; member in class:tensorflow::__anon38746::SymbolicGradientOp
  /external/v8/src/base/platform/
condition-variable.cc 122 Event() : handle_(::CreateEventA(NULL, true, false, NULL)) {
123 DCHECK(handle_ != NULL);
127 BOOL ok = ::CloseHandle(handle_);
133 DWORD result = ::WaitForSingleObject(handle_, timeout_ms);
141 HANDLE handle_;
207 BOOL ok = ::ResetEvent(event->handle_);
217 ok = ::SetEvent(waitlist_->handle_);
252 ::SetEvent(highest_event->handle_);
265 ::SetEvent(event->handle_);
  /system/bt/vendor_libs/test_vendor_lib/src/
connection.cc 58 return "connection " + std::to_string(handle_) + " to " + dev_->ToString();
  /external/webrtc/webrtc/modules/audio_processing/aec/
system_delay_unittest.cc 44 void* handle_; member in class:__anon44151::SystemDelayTest
57 : handle_(NULL), self_(NULL), samples_per_frame_(0) {
69 handle_ = WebRtcAec_Create();
70 ASSERT_TRUE(handle_);
71 self_ = reinterpret_cast<Aec*>(handle_);
76 WebRtcAec_Free(handle_);
77 handle_ = NULL;
100 EXPECT_EQ(0, WebRtcAec_Init(handle_, sample_rate_hz, 48000));
108 EXPECT_EQ(0, WebRtcAec_BufferFarend(handle_, far_, samples_per_frame_));
110 WebRtcAec_Process(handle_,
    [all...]

Completed in 788 milliseconds

1 23 4 5 6 7