HomeSort by relevance Sort by last modified time
    Searched defs:target_handle (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ipc/
sync_socket_unittest.cc 180 base::SyncSocket::Handle target_handle; local
187 client_process(), &target_handle,
191 IPC::Message* msg = new MsgClassSetHandle(target_handle);
193 target_handle = pair[1].handle();
195 base::FileDescriptor filedesc(target_handle, false);
  /external/chromium_org/content/browser/renderer_host/
database_message_filter.cc 159 IPC::PlatformFileForTransit target_handle = local
162 DatabaseHostMsg_OpenFile::WriteReplyParams(reply_msg, target_handle);
  /external/chromium_org/webkit/browser/fileapi/
local_file_util_unittest.cc 145 base::PlatformFile target_handle; local
148 CreateFile(target_name, &target_handle, &symlink_target_created));
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_hci.c 179 UINT8 target_handle; local
188 target_handle = *(UINT8 *) p;
190 if (target_handle == NFC_HAL_HCI_DH_TARGET_HANDLE)
193 else if (target_handle == NFC_HAL_HCI_UICC0_TARGET_HANDLE)
212 else if (target_handle == NFC_HAL_HCI_UICC1_TARGET_HANDLE)
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_main.c 553 UINT8 target_handle; local
571 target_handle = (UINT8) ee_info[count].ee_handle;
579 NFC_NfceeModeSet (target_handle, NFC_MODE_ACTIVATE);
581 if ((status = NFC_ConnCreate (NCI_DEST_TYPE_NFCEE, target_handle, NFA_EE_INTERFACE_HCI_ACCESS, nfa_hci_conn_cback)) == NFA_STATUS_OK)
    [all...]
  /external/libnfc-nci/src/hal/include/
nci_defs.h 832 UINT8 target_handle; member in struct:__anon22251
844 UINT8 target_handle; member in struct:__anon22252

Completed in 747 milliseconds