Home
last modified time | relevance | path

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

12345

/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/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/30.0/public/
Dhal_tetheroffload.te7 # allow the client to pass the server already open netlink sockets
/system/sepolicy/prebuilts/api/31.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.cc256 } else if (opcode == AVRC_OP_PASS_THRU && p_msg->pass.p_pass_data != NULL) { in bta_av_rc_msg_cback()
257 p_data_src = p_msg->pass.p_pass_data; in bta_av_rc_msg_cback()
258 data_len = (uint16_t)p_msg->pass.pass_len; in bta_av_rc_msg_cback()
281 p_buf->msg.pass.p_pass_data = p_data_dst; in bta_av_rc_msg_cback()
874 if (p_data->rc_msg.msg.pass.op_id == AVRC_ID_VENDOR) { in bta_av_rc_msg()
878 p_data->rc_msg.msg.pass.pass_len, in bta_av_rc_msg()
879 p_data->rc_msg.msg.pass.p_pass_data, is_inquiry); in bta_av_rc_msg()
880 } else if (((p_data->rc_msg.msg.pass.op_id == AVRC_ID_VOL_UP) || in bta_av_rc_msg()
881 (p_data->rc_msg.msg.pass.op_id == AVRC_ID_VOL_DOWN)) && in bta_av_rc_msg()
886 bta_av_op_supported(p_data->rc_msg.msg.pass.op_id, is_inquiry); in bta_av_rc_msg()
[all …]
/system/extras/simpleperf/
DCallChainJoiner.cpp350 for (size_t pass = 0; pass < 2u; ++pass) { in JoinCallChains() local
351 auto& pair = file_pairs[pass]; in JoinCallChains()
356 if (pass == 0u) { in JoinCallChains()
367 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/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/prebuilts/api/31.0/private/
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
Dtraced.te20 # Allow to pass a file descriptor for the output trace from "perfetto" (the
34 # Allow traceur to pass open file descriptors to traced, so traced can directly
44 # Allow iorapd to pass memfd descriptors to traced, so traced can directly
/system/sepolicy/private/
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
Dtraced.te20 # Allow to pass a file descriptor for the output trace from "perfetto" (the
34 # Allow traceur to pass open file descriptors to traced, so traced can directly
44 # Allow iorapd to pass memfd descriptors to traced, so traced can directly
/system/chre/java/test/chqts/src/com/google/android/chre/test/chqts/
DContextHubGeneralTestExecutor.java174 pass(); in onMessageFromNanoApp()
180 pass(); in onMessageFromNanoApp()
239 public void pass() { in pass() method in ContextHubGeneralTestExecutor
/system/sepolicy/prebuilts/api/27.0/private/compat/26.0/
D26.0.ignore.cil3 ;; previous ones. Add here to pass checkapi tests.
/system/tools/hidl/test/version_test/
DAndroid.bp39 " test.version.version@2.3 2>&1 | grep \"doesn't pass minor version\" > /dev/null)" +
43 " test.version.version@2.3 2>&1 | grep \"doesn't pass minor version\" > /dev/null)" +
/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()

12345