Searched refs:deleted (Results 1 - 6 of 6) sorted by relevance

/system/core/sdcard/
H A Dfuse.h138 bool deleted; member in struct:node
158 * a simple counter based scheme where inode numbers from deleted
H A Dfuse.cpp376 node->deleted = false;
451 if (!strcmp(name, node->name) && !node->deleted) {
828 child_node->deleted = true;
878 child_node->deleted = true;
/system/nfc/src/nfa/include/
H A Dnfa_hci_api.h58 0x08 /* Pipe is deleted */
269 tNFA_HCI_DELETE_PIPE deleted; /* NFA_HCI_DELETE_PIPE_EVT */ member in union:__anon2085
384 ** The allocated Gate information will be deleted from non
385 ** volatile memory and all the associated pipes are deleted
576 ** When the dynamic pipe is deleted (or if an error occurs),
579 ** entry will be deleted for the dynamic pipe and all
580 ** information related to the pipe will be deleted from non
/system/nfc/src/nfa/hci/
H A Dnfa_hci_act.c840 evt_data.deleted.status = NFA_STATUS_FAILED;
841 evt_data.deleted.pipe = 0x00;
1544 evt_data.deleted.status = status;
1545 evt_data.deleted.pipe = nfa_hci_cb.pipe_in_use;
1556 evt_data.deleted.status = status;
1557 evt_data.deleted.pipe = nfa_hci_cb.pipe_in_use;
H A Dnfa_hci_utils.c862 evt_data.deleted.status = NFA_STATUS_OK;
863 evt_data.deleted.pipe = pp->pipe_id;
H A Dnfa_hci_main.c914 * deleted already and release the pipe. But still send delete pipe
928 * deleted already and release the pipe. But still send delete pipe
942 * deleted already and release the pipe. But still send delete pipe
954 * deleted already and release the pipe. But still send delete pipe
974 * deleted already. Just release the pipe.
978 evt_data.deleted.pipe = nfa_hci_cb.pipe_in_use;
986 * deleted already and release the pipe. But still send delete pipe

Completed in 187 milliseconds