HomeSort by relevance Sort by last modified time
    Searched defs:ipc (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /external/perfetto/src/ipc/
virtual_destructors.cc 17 #include "perfetto/ipc/client.h"
18 #include "perfetto/ipc/host.h"
19 #include "perfetto/ipc/service.h"
20 #include "perfetto/ipc/service_proxy.h"
28 namespace ipc { namespace in namespace:perfetto
35 } // namespace ipc
deferred_unittest.cc 17 #include "perfetto/ipc/deferred.h"
22 #include "src/ipc/test/deferred_unittest_messages.pb.h"
25 namespace ipc { namespace in namespace:perfetto
280 } // namespace ipc
  /system/bt/service/
daemon.h 22 namespace ipc { namespace
24 } // namespace ipc
32 // hierarchy. The single instance sets up and owns the main event loop, the IPC
  /system/bt/service/ipc/binder/
ipc_handler_binder.h 21 #include "service/ipc/ipc_handler.h"
22 #include "service/ipc/ipc_manager.h"
24 namespace ipc { namespace
39 // Notify the delegate that IPC has started.
45 } // namespace ipc
bluetooth_gatt_client_binder_server.h 25 #include "service/ipc/binder/interface_with_instances_base.h"
36 namespace ipc { namespace
75 } // namespace ipc
bluetooth_gatt_server_binder_server.h 25 #include "service/ipc/binder/interface_with_instances_base.h"
36 namespace ipc { namespace
117 } // namespace ipc
bluetooth_le_advertiser_binder_server.h 27 #include "service/ipc/binder/interface_with_instances_base.h"
40 namespace ipc { namespace
85 } // namespace ipc
bluetooth_le_scanner_binder_server.h 27 #include "service/ipc/binder/interface_with_instances_base.h"
40 namespace ipc { namespace
87 } // namespace ipc
bluetooth_low_energy_binder_server.h 27 #include "service/ipc/binder/interface_with_instances_base.h"
40 namespace ipc { namespace
91 } // namespace ipc
interface_with_instances_base.h 26 #include "service/ipc/binder/remote_callback_map.h"
28 namespace ipc { namespace
105 } // namespace ipc
  /system/bt/service/ipc/
ipc_handler.cc 17 #include "service/ipc/ipc_handler.h"
21 namespace ipc { namespace
31 } // namespace ipc
ipc_handler.h 22 #include "service/ipc/ipc_manager.h"
28 namespace ipc { namespace
30 // IPCHandler is an interface that classes implementing different IPC mechanisms
37 // Initializes and runs the IPC mechanism. Returns true on success, false
41 // Stops the IPC mechanism.
62 } // namespace ipc
linux_ipc_host.h 31 namespace ipc { namespace
36 // to the IPC socket, and vise versa.
47 // Handler for IPC message receives.
52 // Encodes to protocol and transmits IPC.
107 } // namespace ipc
  /external/perfetto/include/perfetto/ipc/
client.h 25 #include "perfetto/ipc/basic_types.h"
33 namespace ipc { namespace in namespace:perfetto
58 // Returns (with move semantics) the last file descriptor received on the IPC
66 } // namespace ipc
host.h 23 #include "perfetto/ipc/basic_types.h"
31 namespace ipc { namespace in namespace:perfetto
35 // The host-side of the IPC layer. This class acts as a registry and request
53 // Registers a new service and makes it available to remote IPC peers.
62 } // namespace ipc
basic_types.h 31 namespace ipc { namespace in namespace:perfetto
39 // This determines the maximum size allowed for an IPC message. Trying to send
45 } // namespace ipc
deferred.h 24 #include "perfetto/ipc/async_result.h"
25 #include "perfetto/ipc/basic_types.h"
28 namespace ipc { namespace in namespace:perfetto
35 // - The host wants to expose something to user code that implements the IPC
137 } // namespace ipc
service.h 22 #include "perfetto/ipc/client_info.h"
25 namespace ipc { namespace in namespace:perfetto
42 // Returns the ClientInfo for the current IPC request. Returns an invalid
43 // ClientInfo if called outside the scope of an IPC method.
71 } // namespace ipc
service_descriptor.h 25 #include "perfetto/ipc/basic_types.h"
26 #include "perfetto/ipc/deferred.h"
29 namespace ipc { namespace in namespace:perfetto
69 } // namespace ipc
  /external/perfetto/src/ipc/protoc_plugin/
ipc_generator.h 25 namespace ipc { namespace in namespace:perfetto
39 } // namespace ipc
  /system/bt/service/ipc/dbus/
bluetooth_adapter.h 32 namespace ipc { namespace
56 } // namespace ipc
ipc_handler_dbus.h 19 #include "service/ipc/ipc_handler.h"
20 #include "service/ipc/ipc_manager.h"
26 namespace ipc { namespace
48 } // namespace ipc
  /system/bt/service/test/
stub_ipc_handler_binder.cc 17 #include "service/ipc/binder/ipc_handler_binder.h"
23 namespace ipc { namespace
  /external/perfetto/src/tracing/ipc/service/
service_ipc_host_impl.h 22 #include "perfetto/tracing/ipc/service_ipc_host.h"
26 namespace ipc { namespace in namespace:perfetto
30 // The implementation of the IPC host for the tracing service. This class does
31 // very few things: it mostly initializes the IPC transport. The actual
32 // implementation of the IPC <> Service business logic glue lives in
54 // The IPC host that listens on the Producer socket. It owns the
55 // PosixServiceProducerPort instance which deals with all producers' IPC(s).
56 std::unique_ptr<ipc::Host> producer_ipc_port_;
59 std::unique_ptr<ipc::Host> consumer_ipc_port_;
  /packages/apps/Bluetooth/jni/
bluetooth_socket_manager.cc 44 IPCThreadState* ipc = IPCThreadState::self(); local
49 &socket_fd, flag, ipc->getCallingUid());
79 IPCThreadState* ipc = IPCThreadState::self(); local
88 ipc->getCallingUid());

Completed in 277 milliseconds

1 2 3 4 5