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

  /external/libchrome/mojo/public/cpp/bindings/
interface_ptr.h 35 // any version information) using PassInterface() on the original sequence, pass
175 // It is an error to call PassInterface() while:
184 InterfacePtrInfo<Interface> PassInterface() {
190 return state.PassInterface();
associated_interface_ptr.h 154 // It is an error to call PassInterface() while there are pending responses.
157 AssociatedInterfacePtrInfo<Interface> PassInterface() {
162 return state.PassInterface();
  /external/libchrome/mojo/public/cpp/bindings/lib/
associated_interface_ptr_state.h 127 AssociatedInterfacePtrInfo<Interface> PassInterface() {
interface_ptr_state.h 154 InterfacePtrInfo<Interface> PassInterface() {
interface_serialization.h 83 InterfacePtrInfo<T> info = input.PassInterface();
  /external/libchrome/ipc/
ipc_cpu_perftest.cc 295 ignore_result(ping_receiver_.PassInterface().PassHandle().release());
ipc_mojo_perftest.cc 301 ignore_result(ping_receiver_.PassInterface().PassHandle().release());
446 ignore_result(driver_ptr_.PassInterface().PassHandle().release());
  /external/libchrome/mojo/public/cpp/bindings/tests/
union_unittest.cc     [all...]
interface_ptr_unittest.cc 897 math::ThreadSafeCalculatorPtr::Create(ptr.PassInterface(),

Completed in 1171 milliseconds