Home
last modified time | relevance | path

Searched refs:opened (Results 1 – 25 of 58) sorted by relevance

123

/system/sepolicy/prebuilts/api/27.0/private/
Ddomain_deprecated.te3 # Read files already opened under /data.
Dmediaprovider.te24 # Allow MediaProvider to read/write cached ringtones (opened by system).
/system/sepolicy/public/
Dhal_cas.te11 # Read files already opened under /data
Dhal_drm.te15 # Read files already opened under /data
Dmediaextractor.te65 # descriptor opened outside the process.
/system/sepolicy/prebuilts/api/28.0/public/
Dhal_cas.te12 # Read files already opened under /data
Dhal_drm.te21 # Read files already opened under /data
Dmediaextractor.te69 # descriptor opened outside the process.
/system/sepolicy/prebuilts/api/30.0/public/
Dhal_cas.te11 # Read files already opened under /data
Dhal_drm.te15 # Read files already opened under /data
Dmediaextractor.te67 # descriptor opened outside the process.
/system/sepolicy/prebuilts/api/29.0/public/
Dhal_cas.te11 # Read files already opened under /data
Dhal_drm.te15 # Read files already opened under /data
Dmediaextractor.te64 # descriptor opened outside the process.
/system/sepolicy/prebuilts/api/27.0/public/
Dhal_cas.te12 # Read files already opened under /data
Dhal_drm.te21 # Read files already opened under /data
/system/bt/btif/co/
Dbta_av_co.cc97 opened(false),
154 bool opened; // True if opened member in BtaAvCoPeer
739 opened = false; in Reset()
886 if (p_peer->opened) { in ProcessDiscoveryResult()
929 __func__, p_peer->opened, p_peer->num_sinks, in ProcessSourceGetConfig()
1075 __func__, p_peer->addr.ToString().c_str(), p_peer->opened, in ProcessSinkGetConfig()
1200 __func__, p_peer->addr.ToString().c_str(), p_peer->opened, in ProcessSetConfig()
1204 if (p_peer->opened) { in ProcessSetConfig()
1300 p_peer->opened = true; in ProcessOpen()
1463 if (!p_peer->opened) continue; in GetPeerEncoderParameters()
[all …]
/system/sepolicy/private/
Dmediaprovider.te31 # Allow MediaProvider to read/write cached ringtones (opened by system).
/system/sepolicy/prebuilts/api/28.0/private/
Dmediaprovider.te31 # Allow MediaProvider to read/write cached ringtones (opened by system).
/system/sepolicy/prebuilts/api/30.0/private/
Dmediaprovider.te31 # Allow MediaProvider to read/write cached ringtones (opened by system).
/system/sepolicy/prebuilts/api/29.0/private/
Dmediaprovider.te31 # Allow MediaProvider to read/write cached ringtones (opened by system).
/system/nfc/src/nfa/hci/
Dnfa_hci_act.cc667 evt_data.opened.pipe = p_evt_data->open_pipe.pipe; in nfa_hci_api_open_pipe()
668 evt_data.opened.status = NFA_STATUS_OK; in nfa_hci_api_open_pipe()
674 evt_data.opened.pipe = p_evt_data->open_pipe.pipe; in nfa_hci_api_open_pipe()
675 evt_data.opened.status = NFA_STATUS_FAILED; in nfa_hci_api_open_pipe()
1896 evt_data.opened.pipe = p_pipe->pipe_id; in nfa_hci_handle_generic_gate_cmd()
1897 evt_data.opened.status = NFA_STATUS_OK; in nfa_hci_handle_generic_gate_cmd()
1906 evt_data.opened.status = NFA_STATUS_OK; in nfa_hci_handle_generic_gate_cmd()
1949 evt_data.opened.status = status; in nfa_hci_handle_generic_gate_rsp()
1950 evt_data.opened.pipe = p_pipe->pipe_id; in nfa_hci_handle_generic_gate_rsp()
1959 evt_data.opened.status = status; in nfa_hci_handle_generic_gate_rsp()
[all …]
/system/sepolicy/prebuilts/api/26.0/private/
Ddomain_deprecated.te90 # Read files already opened under /data.
137 # Read already opened /cache files.
/system/sepolicy/prebuilts/api/26.0/public/
Dhal_drm.te21 # Read files already opened under /data
/system/core/liblog/
DREADME.md116 finally a call closing the logs. A single log can be opened with `android_logger_list_open()`; or
117 multiple logs can be opened with `android_logger_list_alloc()`, calling in turn the
144 The `-EBADF` return code indicates that the log access point can not be opened, or the log buffer id

123