/system/bt/service/ |
D | Android.bp | 39 "ipc/ipc_handler.cc", 40 "ipc/ipc_manager.cc", 49 "ipc/ipc_handler_linux.cc", 50 "ipc/linux_ipc_host.cc", 54 "ipc/binder/bluetooth_a2dp_sink_binder_server.cc", 55 "ipc/binder/bluetooth_a2dp_source_binder_server.cc", 56 "ipc/binder/bluetooth_avrcp_control_binder_server.cc", 57 "ipc/binder/bluetooth_avrcp_target_binder_server.cc", 58 "ipc/binder/bluetooth_binder_server.cc", 59 "ipc/binder/bluetooth_gatt_client_binder_server.cc", [all …]
|
D | daemon.cc | 41 class DaemonImpl : public Daemon, public ipc::IPCManager::Delegate { 61 void OnIPCHandlerStarted(ipc::IPCManager::Type /* type */) override { in OnIPCHandlerStarted() 66 void OnIPCHandlerStopped(ipc::IPCManager::Type /* type */) override { in OnIPCHandlerStopped() 108 if (!ipc_manager_->Start(ipc::IPCManager::TYPE_LINUX, this)) { in SetUpIPC() 116 if (!ipc_manager_->Start(ipc::IPCManager::TYPE_BINDER, this)) { in SetUpIPC() 121 if (!ipc_manager_->Start(ipc::IPCManager::TYPE_DBUS, this)) { in SetUpIPC() 146 ipc_manager_.reset(new ipc::IPCManager(adapter_.get())); in Init() 163 std::unique_ptr<ipc::IPCManager> ipc_manager_;
|
D | BUILD.gn | 44 "ipc/ipc_handler.cc", 45 "ipc/ipc_manager.cc", 64 "ipc/ipc_handler_linux.cc", 65 "ipc/linux_ipc_host.cc", 66 "ipc/dbus/ipc_handler_dbus.cc", 67 "ipc/dbus/bluetooth_adapter.cc",
|
D | daemon.h | 22 namespace ipc {
|
/system/libhwbinder/ |
D | BpHwBinder.cpp | 270 IPCThreadState* ipc = IPCThreadState::self(); in ~BpHwBinder() local 272 if (ipc) { in ~BpHwBinder() 273 ipc->expungeHandle(mHandle, this); in ~BpHwBinder() 274 ipc->decWeakHandle(mHandle); in ~BpHwBinder() 281 IPCThreadState* ipc = IPCThreadState::self(); in onFirstRef() local 282 if (ipc) ipc->incStrongHandle(mHandle, this); in onFirstRef() 291 IPCThreadState* ipc = IPCThreadState::self(); in onLastStrongRef() local 292 if (ipc) { in onLastStrongRef() 293 ipc->decStrongHandle(mHandle); in onLastStrongRef() 294 ipc->flushCommands(); in onLastStrongRef() [all …]
|
/system/bt/service/test/ |
D | ipc_linux_unittest.cc | 68 ipc_manager_.reset(new ipc::IPCManager(adapter_.get())); in SetUp() 110 std::unique_ptr<ipc::IPCManager> ipc_manager_; 131 class TestDelegate : public ipc::IPCManager::Delegate, 136 void OnIPCHandlerStarted(ipc::IPCManager::Type type) override { in OnIPCHandlerStarted() 137 ASSERT_EQ(ipc::IPCManager::TYPE_LINUX, type); in OnIPCHandlerStarted() 142 void OnIPCHandlerStopped(ipc::IPCManager::Type type) override { in OnIPCHandlerStopped() 143 ASSERT_EQ(ipc::IPCManager::TYPE_LINUX, type); in OnIPCHandlerStopped() 160 EXPECT_FALSE(ipc_manager_->Start(ipc::IPCManager::TYPE_LINUX, &delegate)); in TEST_F() 168 EXPECT_TRUE(ipc_manager_->Start(ipc::IPCManager::TYPE_LINUX, &delegate)); in TEST_F() 189 EXPECT_TRUE(ipc_manager_->Start(ipc::IPCManager::TYPE_LINUX, &delegate)); in TEST_F()
|
D | stub_ipc_handler_binder.cc | 23 namespace ipc { namespace
|
/system/core/gatekeeperd/ |
D | gatekeeperd.cpp | 165 IPCThreadState* ipc = IPCThreadState::self(); in enroll() local 166 const int calling_pid = ipc->getCallingPid(); in enroll() 167 const int calling_uid = ipc->getCallingUid(); in enroll() 253 IPCThreadState* ipc = IPCThreadState::self(); in verifyChallenge() local 254 const int calling_pid = ipc->getCallingPid(); in verifyChallenge() 255 const int calling_uid = ipc->getCallingUid(); in verifyChallenge() 348 IPCThreadState* ipc = IPCThreadState::self(); in clearSecureUserId() local 349 const int calling_pid = ipc->getCallingPid(); in clearSecureUserId() 350 const int calling_uid = ipc->getCallingUid(); in clearSecureUserId() 365 IPCThreadState* ipc = IPCThreadState::self(); in reportDeviceSetupComplete() local [all …]
|
/system/bt/service/ipc/dbus/ |
D | ipc_handler_dbus.cc | 27 namespace ipc { namespace 59 ipc::dbus::BluetoothAdapter* bluetooth_adapter = in InitDbus() 60 new ipc::dbus::BluetoothAdapter(bus_, adapter()); in InitDbus()
|
D | ipc_handler_dbus.h | 26 namespace ipc {
|
D | bluetooth_adapter.h | 32 namespace ipc {
|
/system/core/trusty/keymaster/ |
D | Android.bp | 30 "ipc/trusty_keymaster_ipc.cpp", 60 "ipc/trusty_keymaster_ipc.cpp", 100 "ipc/trusty_keymaster_ipc.cpp", 135 srcs: ["ipc/trusty_keymaster_ipc.cpp"], 159 "ipc/trusty_keymaster_ipc.cpp",
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | access_vectors | 65 # Define a common prefix for ipc access vectors. 68 common ipc 331 # Define the access vector interpretation for ipc-related objects 334 class ipc 335 inherits ipc 338 inherits ipc 341 inherits ipc 353 inherits ipc
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | access_vectors | 65 # Define a common prefix for ipc access vectors. 68 common ipc 326 # Define the access vector interpretation for ipc-related objects 329 class ipc 330 inherits ipc 333 inherits ipc 336 inherits ipc 348 inherits ipc
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | access_vectors | 63 # Define a common prefix for ipc access vectors. 66 common ipc 323 # Define the access vector interpretation for ipc-related objects 326 class ipc 327 inherits ipc 330 inherits ipc 333 inherits ipc 345 inherits ipc
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | access_vectors | 73 # Define a common prefix for ipc access vectors. 76 common ipc 311 # Define the access vector interpretation for ipc-related objects 314 class ipc 315 inherits ipc 318 inherits ipc 321 inherits ipc 333 inherits ipc
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | access_vectors | 65 # Define a common prefix for ipc access vectors. 68 common ipc 335 # Define the access vector interpretation for ipc-related objects 338 class ipc 339 inherits ipc 342 inherits ipc 345 inherits ipc 357 inherits ipc
|
/system/bt/service/ipc/ |
D | ipc_handler.cc | 21 namespace ipc { namespace
|
D | ipc_handler.h | 28 namespace ipc {
|
D | ipc_handler_linux.h | 32 namespace ipc {
|
D | ipc_manager.h | 28 namespace ipc {
|
/system/sepolicy/reqd_mask/ |
D | access_vectors | 73 # Define a common prefix for ipc access vectors. 76 common ipc 315 # Define the access vector interpretation for ipc-related objects 318 class ipc 319 inherits ipc 322 inherits ipc 325 inherits ipc 337 inherits ipc
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | access_vectors | 73 # Define a common prefix for ipc access vectors. 76 common ipc 315 # Define the access vector interpretation for ipc-related objects 318 class ipc 319 inherits ipc 322 inherits ipc 325 inherits ipc 337 inherits ipc
|
/system/sepolicy/private/ |
D | access_vectors | 73 # Define a common prefix for ipc access vectors. 76 common ipc 315 # Define the access vector interpretation for ipc-related objects 318 class ipc 319 inherits ipc 322 inherits ipc 325 inherits ipc 337 inherits ipc
|
/system/bt/service/ipc/binder/ |
D | ipc_handler_binder.h | 24 namespace ipc {
|