/system/vold/fs/ |
D | Vfat.cpp | 60 int pass = 1; in Check() local 90 if (pass++ <= 3) { in Check() 91 LOG(WARNING) << "Filesystem modified - rechecking (pass " << pass << ")"; in Check()
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | hal_tetheroffload.te | 7 # allow the client to pass the server already open netlink sockets
|
/system/sepolicy/public/ |
D | hal_tetheroffload.te | 7 # allow the client to pass the server already open netlink sockets
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | hal_tetheroffload.te | 7 # allow the client to pass the server already open netlink sockets
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | hal_tetheroffload.te | 7 # allow the client to pass the server already open netlink sockets
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | hal_tetheroffload.te | 7 # allow the client to pass the server already open netlink sockets
|
/system/bt/bta/av/ |
D | bta_av_act.cc | 261 } else if (opcode == AVRC_OP_PASS_THRU && p_msg->pass.p_pass_data != NULL) { in bta_av_rc_msg_cback() 262 p_data_src = p_msg->pass.p_pass_data; in bta_av_rc_msg_cback() 263 data_len = (uint16_t)p_msg->pass.pass_len; in bta_av_rc_msg_cback() 286 p_buf->msg.pass.p_pass_data = p_data_dst; in bta_av_rc_msg_cback() 880 if (p_data->rc_msg.msg.pass.op_id == AVRC_ID_VENDOR) { in bta_av_rc_msg() 884 p_data->rc_msg.msg.pass.pass_len, in bta_av_rc_msg() 885 p_data->rc_msg.msg.pass.p_pass_data, is_inquiry); in bta_av_rc_msg() 886 } else if (((p_data->rc_msg.msg.pass.op_id == AVRC_ID_VOL_UP) || in bta_av_rc_msg() 887 (p_data->rc_msg.msg.pass.op_id == AVRC_ID_VOL_DOWN)) && in bta_av_rc_msg() 892 bta_av_op_supported(p_data->rc_msg.msg.pass.op_id, is_inquiry); in bta_av_rc_msg() [all …]
|
/system/extras/simpleperf/ |
D | CallChainJoiner.cpp | 353 for (size_t pass = 0; pass < 2u; ++pass) { in JoinCallChains() local 354 auto& pair = file_pairs[pass]; in JoinCallChains() 359 if (pass == 0u) { in JoinCallChains() 370 if (pass == 1u) { in JoinCallChains()
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | traced.te | 21 # Allow to pass a file descriptor for the output trace from "perfetto" (the 29 # Allow traceur to pass open file descriptors to traced, so traced can directly 34 # Allow iorapd to pass memfd descriptors to traced, so traced can directly
|
D | traceur_app.te | 15 # To exec the perfetto cmdline client and pass it the trace config on
|
D | statsd.te | 8 # Allow to exec the perfetto cmdline client and pass it the trace config on
|
/system/sepolicy/private/compat/30.0/ |
D | 30.0.ignore.cil | 3 ;; previous ones. Add here to pass checkapi tests.
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | traceur_app.te | 15 # To exec the perfetto cmdline client and pass it the trace config on
|
D | traced.te | 21 # Allow to pass a file descriptor for the output trace from "perfetto" (the 32 # Allow traceur to pass open file descriptors to traced, so traced can directly 37 # Allow iorapd to pass memfd descriptors to traced, so traced can directly
|
D | statsd.te | 5 # Allow to exec the perfetto cmdline client and pass it the trace config on
|
/system/sepolicy/private/ |
D | traced.te | 21 # Allow to pass a file descriptor for the output trace from "perfetto" (the 32 # Allow traceur to pass open file descriptors to traced, so traced can directly 37 # Allow iorapd to pass memfd descriptors to traced, so traced can directly
|
D | traceur_app.te | 15 # To exec the perfetto cmdline client and pass it the trace config on
|
D | statsd.te | 5 # Allow to exec the perfetto cmdline client and pass it the trace config on
|
/system/tools/hidl/test/version_test/ |
D | Android.bp | 30 " test.version.version@2.3 2>&1 | grep \"doesn't pass minor version\" > /dev/null)" + 34 " test.version.version@2.3 2>&1 | grep \"doesn't pass minor version\" > /dev/null)" +
|
/system/sepolicy/prebuilts/api/27.0/private/compat/26.0/ |
D | 26.0.ignore.cil | 3 ;; previous ones. Add here to pass checkapi tests.
|
/system/core/adb/daemon/ |
D | jdwp_service.cpp | 330 bool pass = false; member 361 if (!jdwp->pass) { in jdwp_socket_ready() 367 jdwp->pass = true; in jdwp_socket_ready() 385 s->pass = false; in create_jdwp_service_socket()
|
/system/bt/stack/avrc/ |
D | avrc_api.cc | 836 msg.pass.op_id = (AVRC_PASS_OP_ID_MASK & *p_data); in avrc_msg_cback() 838 msg.pass.state = true; in avrc_msg_cback() 840 msg.pass.state = false; in avrc_msg_cback() 842 msg.pass.pass_len = *p_data++; in avrc_msg_cback() 843 if (msg.pass.pass_len != p_pkt->len - 5) in avrc_msg_cback() 844 msg.pass.pass_len = p_pkt->len - 5; in avrc_msg_cback() 845 if (msg.pass.pass_len) in avrc_msg_cback() 846 msg.pass.p_pass_data = p_data; in avrc_msg_cback() 848 msg.pass.p_pass_data = NULL; in avrc_msg_cback()
|
/system/memory/libmemunreachable/ |
D | README.md | 6 …ory leak detector. It uses an imprecise mark-and-sweep garbage collector pass over all native mem… 56 The sequence of steps required to perform a leak detection pass is divided into three processes - t… 69 12. The mark-and-sweep pass is performed starting from roots. 81 - `HeapWalker.cpp`: Performs the mark-and-sweep pass over active allocations.
|
/system/netd/ |
D | Android.bp | 45 "-google-runtime-references", // Grandfathered usage of pass by non-const reference
|
/system/sepolicy/prebuilts/api/30.0/private/compat/29.0/ |
D | 29.0.ignore.cil | 3 ;; previous ones. Add here to pass checkapi tests.
|