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

  /external/libchrome/mojo/public/cpp/bindings/
associated_interface_request.h 51 bool is_pending() const { return handle_.is_valid(); } function in class:mojo::AssociatedInterfaceRequest
65 return !is_pending() && !other.is_pending();
interface_request.h 55 bool is_pending() const { return handle_.is_valid(); } function in class:mojo::InterfaceRequest
68 return !is_pending() && !other.is_pending();
  /device/google/cuttlefish_common/host/commands/virtual_usb_manager/usbip/
vhci_instrument.cpp 158 bool is_pending = false; local
180 is_pending = true;
187 is_pending = want_attach;
195 if (is_pending) {
197 is_pending = false;
199 is_pending = false;
  /external/libkmsxx/kms++/inc/kms++/
property.h 29 bool is_pending() const;
  /external/libkmsxx/kms++/src/
property.cpp 59 bool Property::is_pending() const function in class:kms::Property
  /external/libchrome/mojo/public/cpp/bindings/tests/
handle_passing_unittest.cc 132 EXPECT_TRUE(object_request.is_pending());
297 EXPECT_TRUE(object1_request.is_pending());
299 EXPECT_FALSE(object1_request.is_pending()); // We've passed the request.
  /external/libkmsxx/utils/
kmsprint.cpp 215 if (prop->is_pending())

Completed in 151 milliseconds