HomeSort by relevance Sort by last modified time
    Searched defs:InterfaceRequest (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/mojo/public/cpp/bindings/
interface_request.h 14 class InterfaceRequest {
15 MOJO_MOVE_ONLY_TYPE_FOR_CPP_03(InterfaceRequest, RValue)
17 InterfaceRequest() {}
19 InterfaceRequest(RValue other) {
22 InterfaceRequest& operator=(RValue other) {
43 InterfaceRequest<Interface> MakeRequest(ScopedMessagePipeHandle handle) {
44 InterfaceRequest<Interface> request;
68 InterfaceRequest<Interface> Get(InterfacePtr<Interface>* ptr) {
  /external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
module.py 125 class InterfaceRequest(Kind):
  /external/qemu/include/hw/
usb.h 88 #define InterfaceRequest \

Completed in 509 milliseconds