/system/core/deprecated-adf/libadf/tests/ |
D | adf_test.cpp | 99 void attach() { in attach() function in AdfTest 286 TEST_F(AdfTest, attach) { in TEST_F() argument 287 ASSERT_NO_FATAL_FAILURE(attach()); in TEST_F() 338 ASSERT_NO_FATAL_FAILURE(attach()); in TEST_F() 356 ASSERT_NO_FATAL_FAILURE(attach()); in TEST_F()
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | runas_app.te | 16 # Allow lldb/ndk-gdb/simpleperf to ptrace attach to debuggable app processes.
|
D | netd.te | 11 # give netd permission to setup iptables rule with xt_bpf, attach program to cgroup, and read/write
|
D | incidentd.te | 110 # accessing sensitive /proc/PID files, never for using ptrace attach.
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | netd.te | 12 # give netd permission to setup iptables rule with xt_bpf, attach program to cgroup, and read/write
|
D | runas_app.te | 16 # Allow lldb/ndk-gdb/simpleperf to ptrace attach to debuggable app processes.
|
D | simpleperf.te | 17 # Allow ptrace attach to the target app, for reading JIT debug info (using
|
D | traced_perf.te | 14 # check (which would require a process:attach SELinux allow-rule).
|
D | incidentd.te | 114 # accessing sensitive /proc/PID files, never for using ptrace attach.
|
/system/libhwbinder/include/hwbinder/ |
D | BpHwBinder.h | 71 void attach( const void* objectID,
|
/system/sepolicy/private/ |
D | runas_app.te | 16 # Allow lldb/ndk-gdb/simpleperf to ptrace attach to debuggable app processes.
|
D | netd.te | 12 # give netd permission to setup iptables rule with xt_bpf, attach program to cgroup, and read/write
|
D | simpleperf.te | 17 # Allow ptrace attach to the target app, for reading JIT debug info (using
|
D | traced_perf.te | 14 # check (which would require a process:attach SELinux allow-rule).
|
D | gpuservice.te | 48 # Needed for reading tracepoint ids in order to attach bpf programs.
|
/system/libhwbinder/ |
D | BpHwBinder.cpp | 44 void BpHwBinder::ObjectManager::attach( in attach() function in android::hardware::BpHwBinder::ObjectManager 246 mObjects.attach(objectID, object, cleanupCookie, func); in attachObject()
|
D | Binder.cpp | 151 e->mObjects.attach(objectID, object, cleanupCookie, func); in attachObject()
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | device.te | 64 # attach service. The uart dev node
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | device.te | 64 # attach service. The uart dev node
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | device.te | 67 # attach service. The uart dev node
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | device.te | 58 # attach service. The uart dev node
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | device.te | 60 # attach service. The uart dev node
|
/system/sepolicy/public/ |
D | device.te | 61 # attach service. The uart dev node
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | incidentd.te | 99 # accessing sensitive /proc/PID files, never for using ptrace attach.
|
/system/core/deprecated-adf/libadf/ |
D | adf.cpp | 197 adf_id_t overlay_engine, adf_id_t interface, bool attach) in adf_device_attachment() argument 206 err = ioctl(dev->fd, attach ? ADF_ATTACH : ADF_DETACH, &data); in adf_device_attachment()
|