Home
last modified time | relevance | path

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

1234

/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
/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
/system/sepolicy/prebuilts/api/32.0/public/
Dhal_cas.te11 # Read files already opened under /data
Dhal_drm.te15 # Read files already opened under /data
/system/sepolicy/prebuilts/api/33.0/public/
Dhal_cas.te11 # Read files already opened under /data
Dhal_drm.te17 # Read files already opened under /data
Dmediaextractor.te67 # descriptor opened outside the process.
/system/sepolicy/prebuilts/api/31.0/public/
Dhal_cas.te11 # Read files already opened under /data
Dhal_drm.te15 # Read files already opened under /data
/system/sepolicy/prebuilts/api/34.0/public/
Dhal_cas.te16 # Read files already opened under /data
Dhal_drm.te17 # Read files already opened under /data
/system/sepolicy/public/
Dhal_cas.te16 # Read files already opened under /data
Dhal_drm.te17 # Read files already opened under /data
Dmediaextractor.te67 # descriptor opened outside the process.
/system/sepolicy/prebuilts/api/30.0/private/
Dmediaprovider.te31 # Allow MediaProvider to read/write cached ringtones (opened by system).
/system/sepolicy/prebuilts/api/34.0/private/
Dmediaprovider.te32 # Allow MediaProvider to read/write cached ringtones (opened by system).
/system/sepolicy/private/
Dmediaprovider.te32 # 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/sepolicy/prebuilts/api/31.0/private/
Dmediaprovider.te32 # Allow MediaProvider to read/write cached ringtones (opened by system).
/system/sepolicy/prebuilts/api/32.0/private/
Dmediaprovider.te32 # Allow MediaProvider to read/write cached ringtones (opened by system).
/system/sepolicy/prebuilts/api/33.0/private/
Dmediaprovider.te32 # Allow MediaProvider to read/write cached ringtones (opened by system).
/system/nfc/src/nfa/hci/
Dnfa_hci_act.cc666 evt_data.opened.pipe = p_evt_data->open_pipe.pipe; in nfa_hci_api_open_pipe()
667 evt_data.opened.status = NFA_STATUS_OK; in nfa_hci_api_open_pipe()
673 evt_data.opened.pipe = p_evt_data->open_pipe.pipe; in nfa_hci_api_open_pipe()
674 evt_data.opened.status = NFA_STATUS_FAILED; in nfa_hci_api_open_pipe()
1918 evt_data.opened.pipe = p_pipe->pipe_id; in nfa_hci_handle_generic_gate_cmd()
1919 evt_data.opened.status = NFA_STATUS_OK; in nfa_hci_handle_generic_gate_cmd()
1928 evt_data.opened.status = NFA_STATUS_OK; in nfa_hci_handle_generic_gate_cmd()
1971 evt_data.opened.status = status; in nfa_hci_handle_generic_gate_rsp()
1972 evt_data.opened.pipe = p_pipe->pipe_id; in nfa_hci_handle_generic_gate_rsp()
1981 evt_data.opened.status = status; in nfa_hci_handle_generic_gate_rsp()
[all …]
/system/logging/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

1234