Home
last modified time | relevance | path

Searched refs:closed (Results 1 – 14 of 14) sorted by relevance

/system/core/libappfuse/tests/
DFuseBridgeLoopTest.cc35 bool closed; member in android::fuse::__anon79f4cfdc0111::Callback
36 Callback() : mounted(false), closed(false) {} in Callback()
40 void OnClosed(int /* mount_id */) override { closed = true; } in OnClosed()
122 ASSERT_TRUE(callback_.closed); in Close()
/system/timezone/distro/core/src/test/com/android/timezone/distro/
DTimeZoneDistroTest.java189 private boolean closed; field in TimeZoneDistroTest.TestInputStream
197 closed = true; in close()
202 assertTrue(closed); in assertClosed()
/system/sepolicy/prebuilts/api/26.0/public/
Ddnsmasq.te19 # TODO: Investigate whether these inherited sockets should be closed on exec.
/system/sepolicy/prebuilts/api/27.0/public/
Ddnsmasq.te19 # TODO: Investigate whether these inherited sockets should be closed on exec.
/system/sepolicy/prebuilts/api/28.0/public/
Ddnsmasq.te19 # TODO: Investigate whether these inherited sockets should be closed on exec.
/system/sepolicy/prebuilts/api/29.0/public/
Ddnsmasq.te19 # TODO: Investigate whether these inherited sockets should be closed on exec.
/system/sepolicy/prebuilts/api/30.0/public/
Ddnsmasq.te19 # TODO: Investigate whether these inherited sockets should be closed on exec.
/system/sepolicy/public/
Ddnsmasq.te19 # TODO: Investigate whether these inherited sockets should be closed on exec.
/system/sepolicy/prebuilts/api/31.0/public/
Ddnsmasq.te19 # TODO: Investigate whether these inherited sockets should be closed on exec.
/system/nfc/src/nfa/include/
Dnfa_hci_api.h268 tNFA_HCI_CLOSE_PIPE closed; /* NFA_HCI_CLOSE_PIPE_EVT */ member
/system/nfc/src/nfa/hci/
Dnfa_hci_act.cc803 evt_data.closed.status = NFA_STATUS_OK; in nfa_hci_api_close_pipe()
804 evt_data.closed.pipe = p_evt_data->close_pipe.pipe; in nfa_hci_api_close_pipe()
810 evt_data.closed.status = NFA_STATUS_FAILED; in nfa_hci_api_close_pipe()
811 evt_data.closed.pipe = 0x00; in nfa_hci_api_close_pipe()
1905 evt_data.closed.pipe = p_pipe->pipe_id; in nfa_hci_handle_generic_gate_cmd()
Dnfa_hci_main.cc1029 evt_data.closed.pipe = nfa_hci_cb.pipe_in_use; in nfa_hci_rsp_timeout()
/system/logging/liblog/
DREADME.md119 `android_logger_list_read()`. The log(s) can be closed with `android_logger_list_free()`.
/system/chre/doc/
Dporting_guide.md68 If some parts of a platform’s CHRE implementation must be kept closed source,