Home
last modified time | relevance | path

Searched refs:pass (Results 1 – 25 of 100) sorted by relevance

1234

/system/vold/fs/
DVfat.cpp60 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/
Dhal_tetheroffload.te7 # allow the client to pass the server already open netlink sockets
/system/sepolicy/public/
Dhal_tetheroffload.te7 # allow the client to pass the server already open netlink sockets
/system/sepolicy/prebuilts/api/29.0/public/
Dhal_tetheroffload.te7 # allow the client to pass the server already open netlink sockets
/system/sepolicy/prebuilts/api/27.0/public/
Dhal_tetheroffload.te7 # allow the client to pass the server already open netlink sockets
/system/sepolicy/prebuilts/api/28.0/public/
Dhal_tetheroffload.te7 # allow the client to pass the server already open netlink sockets
/system/bt/bta/av/
Dbta_av_act.cc261 } 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/
DCallChainJoiner.cpp353 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/
Dtraced.te21 # 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
Dtraceur_app.te15 # To exec the perfetto cmdline client and pass it the trace config on
Dstatsd.te8 # Allow to exec the perfetto cmdline client and pass it the trace config on
/system/sepolicy/private/compat/30.0/
D30.0.ignore.cil3 ;; previous ones. Add here to pass checkapi tests.
/system/sepolicy/prebuilts/api/30.0/private/
Dtraceur_app.te15 # To exec the perfetto cmdline client and pass it the trace config on
Dtraced.te21 # 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
Dstatsd.te5 # Allow to exec the perfetto cmdline client and pass it the trace config on
/system/sepolicy/private/
Dtraced.te21 # 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
Dtraceur_app.te15 # To exec the perfetto cmdline client and pass it the trace config on
Dstatsd.te5 # Allow to exec the perfetto cmdline client and pass it the trace config on
/system/tools/hidl/test/version_test/
DAndroid.bp30 " 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/
D26.0.ignore.cil3 ;; previous ones. Add here to pass checkapi tests.
/system/core/adb/daemon/
Djdwp_service.cpp330 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/
Davrc_api.cc836 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/
DREADME.md6 …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/
DAndroid.bp45 "-google-runtime-references", // Grandfathered usage of pass by non-const reference
/system/sepolicy/prebuilts/api/30.0/private/compat/29.0/
D29.0.ignore.cil3 ;; previous ones. Add here to pass checkapi tests.

1234