Home
last modified time | relevance | path

Searched refs:ipc (Results 1 – 25 of 58) sorted by relevance

123

/system/bt/service/test/
Dipc_linux_unittest.cpp65 ipc_manager_.reset(new ipc::IPCManager(adapter_.get())); in SetUp()
107 std::unique_ptr<ipc::IPCManager> ipc_manager_;
128 class TestDelegate : public ipc::IPCManager::Delegate,
134 void OnIPCHandlerStarted(ipc::IPCManager::Type type) override { in OnIPCHandlerStarted()
135 ASSERT_EQ(ipc::IPCManager::TYPE_LINUX, type); in OnIPCHandlerStarted()
140 void OnIPCHandlerStopped(ipc::IPCManager::Type type) override { in OnIPCHandlerStopped()
141 ASSERT_EQ(ipc::IPCManager::TYPE_LINUX, type); in OnIPCHandlerStopped()
158 EXPECT_FALSE(ipc_manager_->Start(ipc::IPCManager::TYPE_LINUX, &delegate)); in TEST_F()
166 EXPECT_TRUE(ipc_manager_->Start(ipc::IPCManager::TYPE_LINUX, &delegate)); in TEST_F()
187 EXPECT_TRUE(ipc_manager_->Start(ipc::IPCManager::TYPE_LINUX, &delegate)); in TEST_F()
Dstub_ipc_handler_binder.cpp23 namespace ipc { namespace
Dstub_ipc_handler_linux.cpp23 namespace ipc { namespace
/system/bt/service/
DAndroid.mk73 ipc/ipc_handler.cpp \
74 ipc/ipc_manager.cpp \
80 ipc/ipc_handler_linux.cpp \
81 ipc/linux_ipc_host.cpp
84 ipc/binder/bluetooth_binder_server.cpp \
85 ipc/binder/bluetooth_gatt_client_binder_server.cpp \
86 ipc/binder/bluetooth_gatt_server_binder_server.cpp \
87 ipc/binder/bluetooth_low_energy_binder_server.cpp \
88 ipc/binder/interface_with_instances_base.cpp \
89 ipc/binder/ipc_handler_binder.cpp \
Ddaemon.cpp93 if (!ipc_manager_->Start(ipc::IPCManager::TYPE_LINUX, nullptr)) { in SetUpIPC()
97 } else if (!ipc_manager_->Start(ipc::IPCManager::TYPE_BINDER, nullptr)) { in SetUpIPC()
121 ipc_manager_.reset(new ipc::IPCManager(adapter_.get())); in Init()
138 std::unique_ptr<ipc::IPCManager> ipc_manager_;
DBUILD.gn42 "ipc/ipc_handler.cpp",
43 "ipc/linux_ipc_host.cpp",
44 "ipc/ipc_manager.cpp",
45 "ipc/ipc_handler_linux.cpp",
Ddaemon.h22 namespace ipc {
/system/core/gatekeeperd/
Dgatekeeperd.cpp136 IPCThreadState* ipc = IPCThreadState::self(); in enroll() local
137 const int calling_pid = ipc->getCallingPid(); in enroll()
138 const int calling_uid = ipc->getCallingUid(); in enroll()
201 IPCThreadState* ipc = IPCThreadState::self(); in verifyChallenge() local
202 const int calling_pid = ipc->getCallingPid(); in verifyChallenge()
203 const int calling_uid = ipc->getCallingUid(); in verifyChallenge()
285 IPCThreadState* ipc = IPCThreadState::self(); in clearSecureUserId() local
286 const int calling_pid = ipc->getCallingPid(); in clearSecureUserId()
287 const int calling_uid = ipc->getCallingUid(); in clearSecureUserId()
300 IPCThreadState* ipc = IPCThreadState::self(); in dump() local
[all …]
/system/bt/service/example/heart_rate/
Dheart_rate_server.h34 class HeartRateServer : public ipc::binder::BnBluetoothGattServerCallback {
37 android::sp<ipc::binder::IBluetooth> bluetooth,
92 android::sp<ipc::binder::IBluetooth> bluetooth_;
93 android::sp<ipc::binder::IBluetoothGattServer> gatt_;
Dheart_rate_server.cpp31 : public ipc::binder::BnBluetoothLowEnergyCallback {
33 CLIBluetoothLowEnergyCallback(android::sp<ipc::binder::IBluetooth> bt) in CLIBluetoothLowEnergyCallback()
77 android::sp<ipc::binder::IBluetooth> bt_;
83 android::sp<ipc::binder::IBluetooth> bluetooth, in HeartRateServer()
/system/sepolicy/
Daccess_vectors66 # Define a common prefix for ipc access vectors.
69 common ipc
295 # Define the access vector interpretation for ipc-related objects
298 class ipc
299 inherits ipc
302 inherits ipc
305 inherits ipc
317 inherits ipc
Dsecurity_classes39 # sysv-ipc-related classes
44 class ipc
/system/core/fingerprintd/
DIFingerprintDaemon.cpp198 const IPCThreadState* ipc = IPCThreadState::self(); in checkPermission() local
199 const int calling_pid = ipc->getCallingPid(); in checkPermission()
200 const int calling_uid = ipc->getCallingUid(); in checkPermission()
/system/bt/service/ipc/
Dipc_handler.cpp21 namespace ipc { namespace
Dipc_handler.h28 namespace ipc {
Dipc_handler_linux.h33 namespace ipc {
Dipc_manager.h28 namespace ipc {
Dipc_manager.cpp22 namespace ipc { namespace
/system/bt/service/ipc/binder/
Dipc_handler_binder.h24 namespace ipc {
Dbluetooth_gatt_client_binder_server.h30 namespace ipc {
Dipc_handler_binder.cpp33 namespace ipc { namespace
/system/bt/service/client/
Dmain.cpp50 using ipc::binder::IBluetooth;
51 using ipc::binder::IBluetoothGattClient;
52 using ipc::binder::IBluetoothLowEnergy;
127 class CLIBluetoothCallback : public ipc::binder::BnBluetoothCallback {
150 : public ipc::binder::BnBluetoothLowEnergyCallback {
219 : public ipc::binder::BnBluetoothGattClientCallback {
/system/bt/service/common/bluetooth/binder/
DIBluetoothCallback.h25 namespace ipc {
DIBluetoothGattClientCallback.cpp27 namespace ipc { namespace
DIBluetoothGattClientCallback.h23 namespace ipc {

123