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

1 2 3

  /system/bt/service/common/bluetooth/binder/
parcel_helpers.h 31 namespace ipc { namespace
99 } // namespace ipc
IBluetoothCallback.cpp 27 namespace ipc { namespace
86 } // namespace ipc
IBluetoothCallback.h 25 namespace ipc { namespace
28 // This class defines the Binder IPC interface for receiving adapter state
87 } // namespace ipc
IBluetoothGattClientCallback.cpp 27 namespace ipc { namespace
85 } // namespace ipc
IBluetoothGattClient.cpp 28 namespace ipc { namespace
109 } // 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
40 // Notify the delegate that IPC has started.
46 } // namespace ipc
bluetooth_gatt_client_binder_server.h 24 #include "service/ipc/binder/interface_with_instances_base.h"
30 namespace ipc { namespace
69 } // namespace ipc
bluetooth_gatt_server_binder_server.h 24 #include "service/ipc/binder/interface_with_instances_base.h"
30 namespace ipc { namespace
118 } // namespace ipc
bluetooth_low_energy_binder_server.h 26 #include "service/ipc/binder/interface_with_instances_base.h"
33 namespace ipc { namespace
94 } // namespace ipc
bluetooth_binder_server.h 33 #include "service/ipc/binder/remote_callback_list.h"
35 namespace ipc { namespace
93 } // namespace ipc
interface_with_instances_base.h 26 #include "service/ipc/binder/remote_callback_map.h"
28 namespace ipc { namespace
108 } // namespace ipc
ipc_handler_binder.cpp 17 #include "service/ipc/binder/ipc_handler_binder.h"
26 #include "service/ipc/binder/bluetooth_binder_server.h"
33 namespace ipc { namespace
74 // Binder IPC here.
82 } // namespace ipc
  /system/bt/service/ipc/
ipc_handler.cpp 17 #include "service/ipc/ipc_handler.h"
21 namespace ipc { namespace
33 } // 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
ipc_manager.cpp 17 #include "service/ipc/ipc_manager.h"
19 #include "service/ipc/binder/ipc_handler_binder.h"
20 #include "service/ipc/ipc_handler_linux.h"
22 namespace ipc { namespace
67 LOG(ERROR) << "Unsupported IPC type given: " << type;
81 } // 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_handler_linux.h 26 #include "service/ipc/ipc_handler.h"
27 #include "service/ipc/ipc_manager.h"
33 namespace ipc { namespace
52 // Stops the IPC thread. This helper is needed since base::Thread requires
63 // True, if the IPC mechanism is running.
86 } // namespace ipc
ipc_manager.h 28 namespace ipc { namespace
32 // IPCManager is a class for initializing and running supported IPC mechanisms.
33 // It manages the life-time of different IPC flavors that are available on the
38 // Possible IPC types.
40 TYPE_LINUX, // IPC based on a Linux sequential packet domain socket
41 TYPE_BINDER // IPC based on the Binder
44 // Interface for observing events from an IPC mechanism. These methods will be
45 // called on the thread that started the particular IPC type.
51 // Called when an IPC mechanism has successfully started and is ready for
55 // Called when an IPC mechanism has stopped. This may happen due to an erro
    [all...]
  /system/bt/service/test/
stub_ipc_handler_binder.cpp 17 #include "service/ipc/binder/ipc_handler_binder.h"
23 namespace ipc { namespace
  /frameworks/native/services/inputflinger/host/
InputFlinger.cpp 52 const IPCThreadState* ipc = IPCThreadState::self(); local
53 const int pid = ipc->getCallingPid();
54 const int 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/
QService.cpp 65 IPCThreadState* ipc = IPCThreadState::self(); local
67 bool sameProcess = (ipc->getCallingPid() == getpid());

Completed in 121 milliseconds

1 2 3