Lines Matching full:nativehandle
1194 public int close(int nativeHandle) throws RemoteException {
1204 tag = (TagEndpoint) findObject(nativeHandle);
1207 unregisterObject(nativeHandle);
1217 public int connect(int nativeHandle, int technology) throws RemoteException {
1227 tag = (TagEndpoint) findObject(nativeHandle);
1247 public int reconnect(int nativeHandle) throws RemoteException {
1258 tag = (TagEndpoint) findObject(nativeHandle);
1270 public int[] getTechList(int nativeHandle) throws RemoteException {
1279 TagEndpoint tag = (TagEndpoint) findObject(nativeHandle);
1287 public boolean isPresent(int nativeHandle) throws RemoteException {
1296 tag = (TagEndpoint) findObject(nativeHandle);
1305 public boolean isNdef(int nativeHandle) throws RemoteException {
1316 tag = (TagEndpoint) findObject(nativeHandle);
1325 public TransceiveResult transceive(int nativeHandle, byte[] data, boolean raw)
1338 tag = (TagEndpoint) findObject(nativeHandle);
1360 public NdefMessage ndefRead(int nativeHandle) throws RemoteException {
1371 tag = (TagEndpoint) findObject(nativeHandle);
1389 public int ndefWrite(int nativeHandle, NdefMessage msg) throws RemoteException {
1400 tag = (TagEndpoint) findObject(nativeHandle);
1416 public boolean ndefIsWritable(int nativeHandle) throws RemoteException {
1421 public int ndefMakeReadOnly(int nativeHandle) throws RemoteException {
1432 tag = (TagEndpoint) findObject(nativeHandle);
1445 public int formatNdef(int nativeHandle, byte[] key) throws RemoteException {
1456 tag = (TagEndpoint) findObject(nativeHandle);
1469 public Tag rediscover(int nativeHandle) throws RemoteException {
1480 tag = (TagEndpoint) findObject(nativeHandle);