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

  /external/chromium_org/mojo/public/cpp/application/
lazy_interface_ptr.h 16 class LazyInterfacePtr : public InterfacePtr<Interface> {
26 InterfacePtr<Interface>::reset();
32 if (!InterfacePtr<Interface>::get()) {
37 return InterfacePtr<Interface>::get();
connect.h 14 InterfacePtr<Interface>* ptr) {
application_connection.h 49 void ConnectToService(InterfacePtr<Interface>* ptr) {
68 InterfacePtr<Interface>* ptr) {
application_impl.h 73 InterfacePtr<Interface>* ptr) {
  /external/chromium_org/mojo/public/cpp/bindings/
interface_ptr.h 18 // InterfacePtr represents a proxy to a remote instance of an interface.
20 class InterfacePtr {
21 MOJO_MOVE_ONLY_TYPE_FOR_CPP_03(InterfacePtr, RValue)
23 InterfacePtr() {}
25 InterfacePtr(RValue other) {
28 InterfacePtr& operator=(RValue other) {
34 ~InterfacePtr() {}
55 // This method configures the InterfacePtr<..> to be a proxy to a remote
61 // To move a bound InterfacePtr<..> to another thread, call PassMessagePipe().
62 // Then create a new InterfacePtr<..> on another thread, and bind the ne
    [all...]
interface_request.h 49 // Used to construct a request that synchronously binds an InterfacePtr<..>,
61 // InterfacePtr<Foo> foo = ...;
62 // InterfacePtr<Bar> bar;
68 InterfaceRequest<Interface> Get(InterfacePtr<Interface>* ptr) {
interface_impl.h 92 // InterfacePtr<..>. The instance is returned for convenience in member
105 InterfacePtr<Interface>* ptr,
115 InterfacePtr<Interface>* ptr,
  /external/chromium_org/mojo/shell/
shell_test_base.h 48 InterfacePtr<Interface>* ptr) {
54 InterfacePtr<Interface>* ptr) {
shell_test_base_unittest.cc 93 InterfacePtr<TestService> service;
113 InterfacePtr<TestService> test_service;
139 InterfacePtr<TestService> service;
165 InterfacePtr<TestService> test_service;
  /external/chromium_org/device/serial/
data_receiver.h 30 DataReceiver(mojo::InterfacePtr<serial::DataSource> source,
82 mojo::InterfacePtr<serial::DataSource> source_;
data_sender.h 32 DataSender(mojo::InterfacePtr<serial::DataSink> sink,
81 mojo::InterfacePtr<serial::DataSink> sink_;
serial_service_unittest.cc 75 mojo::InterfacePtr<serial::SerialService> service;
84 mojo::InterfacePtr<serial::Connection> connection;
85 mojo::InterfacePtr<serial::DataSink> sink;
86 mojo::InterfacePtr<serial::DataSource> source;
115 mojo::InterfacePtr<serial::SerialService> service;
serial_connection_unittest.cc 67 mojo::InterfacePtr<serial::SerialService> service;
77 mojo::InterfacePtr<serial::DataSink> consumer;
78 mojo::InterfacePtr<serial::DataSource> producer;
189 mojo::InterfacePtr<serial::Connection> connection_;
data_receiver.cc 100 DataReceiver::DataReceiver(mojo::InterfacePtr<serial::DataSource> source,
data_sender.cc 65 DataSender::DataSender(mojo::InterfacePtr<serial::DataSink> sink,
data_source_unittest.cc 33 mojo::InterfacePtr<serial::DataSource> source_sender_handle;
data_sink_unittest.cc 40 mojo::InterfacePtr<serial::DataSink> sink_handle;
  /external/chromium_org/content/public/common/
service_registry.h 54 void ConnectToRemoteService(mojo::InterfacePtr<Interface>* ptr) {
  /external/chromium_org/mojo/public/cpp/bindings/lib/
interface_impl_internal.h 57 InterfacePtr<Interface>* ptr,
  /external/chromium_org/mojo/application_manager/
application_manager.h 73 InterfacePtr<Interface>* ptr) {
  /external/chromium_org/mojo/services/html_viewer/
html_document_view.cc 159 InterfacePtr<SurfacesService> surfaces_service;
166 InterfacePtr<Gpu> gpu_service;
  /external/chromium_org/mojo/services/public/cpp/view_manager/lib/
view.cc 406 InterfacePtr<ServiceProvider> surfaces_service_provider;
411 InterfacePtr<ServiceProvider> gpu_service_provider;
view_manager_client_impl.cc 114 InterfacePtr<ServiceProvider> sp;
  /external/chromium_org/mojo/public/cpp/bindings/tests/
validation_unittest.cc 403 TEST_F(ValidationIntegrationTest, InterfacePtr) {
404 // Test that InterfacePtr<X> applies the correct validators and they don't

Completed in 627 milliseconds