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

1 2 3

  /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
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
  /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
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
  /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
  /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/
QService.cpp 60 IPCThreadState* ipc = IPCThreadState::self(); local
62 if (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 268 milliseconds

1 2 3