Home
last modified time | relevance | path

Searched refs:onVendorSpecificEvent (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/
DDeviceHost.java52 public void onVendorSpecificEvent(int gid, int oid, byte[] payload); in onVendorSpecificEvent() method
DNfcService.java556 public void onVendorSpecificEvent(int gid, int oid, byte[] payload) { in onVendorSpecificEvent() method in NfcService
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcManager.java487 mListener.onVendorSpecificEvent(pData[NCI_GID_INDEX], pData[NCI_OID_INDEX], in notifyVendorSpecificEvent()