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

12 3 4 5

  /system/bt/service/ipc/binder/
ipc_handler_binder.cc 17 #include "service/ipc/binder/ipc_handler_binder.h"
26 #include "service/ipc/binder/bluetooth_binder_server.h"
34 namespace ipc { namespace
72 // Binder IPC here.
79 } // namespace ipc
bluetooth_binder_server.h 36 #include "service/ipc/binder/remote_callback_list.h"
49 namespace ipc { namespace
124 } // namespace ipc
bluetooth_gatt_client_binder_server.cc 17 #include "service/ipc/binder/bluetooth_gatt_client_binder_server.h"
25 namespace ipc { namespace
89 } // namespace ipc
  /system/bt/service/ipc/
ipc_manager.cc 17 #include "service/ipc/ipc_manager.h"
20 #include "service/ipc/binder/ipc_handler_binder.h"
22 #include "service/ipc/dbus/ipc_handler_dbus.h"
24 #include "service/ipc/ipc_handler_linux.h"
26 namespace ipc { namespace
84 LOG(ERROR) << "Unsupported IPC type given: " << type;
96 } // namespace ipc
  /external/perfetto/include/perfetto/ipc/
client_info.h 23 #include "perfetto/ipc/basic_types.h"
26 namespace ipc { namespace in namespace:perfetto
59 } // namespace ipc
service_proxy.h 20 #include "perfetto/ipc/basic_types.h"
30 #include "perfetto/ipc/deferred.h"
33 namespace ipc { namespace in namespace:perfetto
48 // successfully bound to the host. It is possible to start sending IPC
67 // Called by the IPC methods in the autogenerated classes.
98 } // namespace ipc
  /external/perfetto/src/ipc/
buffered_frame_deserializer.h 28 #include "perfetto/ipc/basic_types.h"
31 namespace ipc { namespace in namespace:perfetto
102 // caller is expected to shutdown the socket and terminate the ipc.
132 } // namespace ipc
deferred.cc 17 #include "perfetto/ipc/deferred.h"
23 namespace ipc { namespace in namespace:perfetto
78 } // namespace ipc
service_proxy.cc 17 #include "perfetto/ipc/service_proxy.h"
24 #include "perfetto/ipc/service_descriptor.h"
25 #include "src/ipc/client_impl.h"
28 namespace ipc { namespace in namespace:perfetto
116 } // namespace ipc
  /external/perfetto/src/tracing/ipc/consumer/
consumer_ipc_client_impl.h 26 #include "perfetto/ipc/service_proxy.h"
30 #include "perfetto/tracing/ipc/consumer_ipc_client.h"
32 #include "perfetto/ipc/consumer_port.ipc.h"
40 namespace ipc { namespace in namespace:perfetto
42 } // namespace ipc
48 // IPC channel to the remote Service. This class is the glue layer between the
50 // actual IPC transport.
52 public ipc::ServiceProxy::EventListener {
61 // tracing library, which know nothing about the IPC transport
    [all...]
  /external/perfetto/src/tracing/ipc/producer/
producer_ipc_client_impl.h 25 #include "perfetto/ipc/service_proxy.h"
29 #include "perfetto/tracing/ipc/producer_ipc_client.h"
31 #include "perfetto/ipc/producer_port.ipc.h"
39 namespace ipc { namespace in namespace:perfetto
41 } // namespace ipc
48 // IPC channel to the remote Service. This class is the glue layer between the
50 // actual IPC transport.
52 public ipc::ServiceProxy::EventListener {
62 // tracing library, which know nothing about the IPC transport
    [all...]
  /external/perfetto/src/tracing/ipc/service/
consumer_ipc_service.h 26 #include "perfetto/ipc/basic_types.h"
30 #include "perfetto/ipc/consumer_port.ipc.h"
34 namespace ipc { namespace in namespace:perfetto
36 } // namespace ipc
38 // Implements the Consumer port of the IPC service. This class proxies requests
40 // on the IPC socket, through the methods overriddden from ConsumerPort.
43 using Service = ::perfetto::Service; // To avoid collisions w/ ipc::Service.
47 // ConsumerPort implementation (from .proto IPC definition).
62 // methods to the remote Consumer on the other side of the IPC channel
    [all...]
producer_ipc_service.h 25 #include "perfetto/ipc/basic_types.h"
29 #include "perfetto/ipc/producer_port.ipc.h"
33 namespace ipc { namespace in namespace:perfetto
35 } // namespace ipc
37 // Implements the Producer port of the IPC service. This class proxies requests
39 // on the IPC socket, through the methods overriddden from ProducerPort.
42 using Service = ::perfetto::Service; // To avoid collisions w/ ipc::Service.
46 // ProducerPort implementation (from .proto IPC definition).
62 // methods to the remote Producer on the other side of the IPC channel
    [all...]
  /frameworks/native/services/inputflinger/host/
InputFlinger.cpp 50 const IPCThreadState* ipc = IPCThreadState::self(); local
51 const int pid = ipc->getCallingPid();
52 const int uid = ipc->getCallingUid();
  /frameworks/native/services/vr/hardware_composer/
vr_composer.cpp 11 const android::IPCThreadState* ipc = android::IPCThreadState::self(); local
12 const pid_t pid = ipc->getCallingPid();
13 const uid_t uid = ipc->getCallingUid();
  /hardware/qcom/display/msm8226/libqservice/
QService.cpp 60 IPCThreadState* ipc = IPCThreadState::self(); local
62 if (ipc->getCallingPid() == getpid())
  /hardware/qcom/display/msm8909/libqservice/
IQService.cpp 86 // IPC should be from certain processes only
87 IPCThreadState* ipc = IPCThreadState::self(); local
88 const int callerPid = ipc->getCallingPid();
89 const int callerUid = ipc->getCallingUid();
QService.cpp 65 IPCThreadState* ipc = IPCThreadState::self(); local
67 bool sameProcess = (ipc->getCallingPid() == getpid());
  /hardware/qcom/display/msm8909w_3100/libqservice/
IQService.cpp 86 // IPC should be from certain processes only
87 IPCThreadState* ipc = IPCThreadState::self(); local
88 const int callerPid = ipc->getCallingPid();
89 const int callerUid = ipc->getCallingUid();
QService.cpp 65 IPCThreadState* ipc = IPCThreadState::self(); local
67 bool sameProcess = (ipc->getCallingPid() == getpid());
  /hardware/qcom/display/msm8994/libqservice/
QService.cpp 60 IPCThreadState* ipc = IPCThreadState::self(); local
62 if (ipc->getCallingPid() == getpid())
  /hardware/qcom/display/msm8996/libqservice/
IQService.cpp 86 // IPC should be from certain processes only
87 IPCThreadState* ipc = IPCThreadState::self(); local
88 const int callerPid = ipc->getCallingPid();
89 const int callerUid = ipc->getCallingUid();
QService.cpp 65 IPCThreadState* ipc = IPCThreadState::self(); local
67 bool sameProcess = (ipc->getCallingPid() == getpid());
  /hardware/qcom/display/msm8998/libqservice/
IQService.cpp 86 // IPC should be from certain processes only
87 IPCThreadState* ipc = IPCThreadState::self(); local
88 const int callerPid = ipc->getCallingPid();
89 const int callerUid = ipc->getCallingUid();
QService.cpp 65 IPCThreadState* ipc = IPCThreadState::self(); local
67 bool sameProcess = (ipc->getCallingPid() == getpid());

Completed in 1116 milliseconds

12 3 4 5