HomeSort by relevance Sort by last modified time
    Searched refs:open_pipe (Results 1 - 3 of 3) sorted by null

  /development/scripts/
symbol.py 81 open_cmd, open_pipe = self._lru.pop()
83 self.TerminateProcess(open_pipe)
101 for _, open_pipe in self._lru:
102 self.TerminateProcess(open_pipe)
  /system/nfc/src/nfa/hci/
nfa_hci_act.cc 624 p_evt_data->open_pipe.hci_handle);
655 nfa_hciu_find_pipe_by_pid(p_evt_data->open_pipe.pipe);
662 (p_gate->gate_owner == p_evt_data->open_pipe.hci_handle)) {
664 nfa_hciu_send_open_pipe_cmd(p_evt_data->open_pipe.pipe);
666 evt_data.opened.pipe = p_evt_data->open_pipe.pipe;
670 p_evt_data->open_pipe.hci_handle);
673 evt_data.opened.pipe = p_evt_data->open_pipe.pipe;
677 p_evt_data->open_pipe.hci_handle);
    [all...]
  /system/nfc/src/nfa/include/
nfa_hci_int.h 296 tNFA_HCI_API_OPEN_PIPE_EVT open_pipe; /* Open a pipe */ member in union:__anon3442

Completed in 2558 milliseconds