Searched refs:LlcpException (Results 1 - 12 of 12) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/
H A DLlcpException.java25 public class LlcpException extends Exception { class in inherits:Exception
27 * Constructs a new LlcpException with the current stack trace and the
32 public LlcpException(String s) { method in class:LlcpException
36 public LlcpException(int error) { method in class:LlcpException
H A DDeviceHost.java164 public LlcpSocket accept() throws IOException, LlcpException;
219 throws LlcpException;
222 int rw, int linearBufferLength) throws LlcpException;
225 int linearBufferLength) throws LlcpException;
H A DNfcService.java2010 throws LlcpException {
2016 throws LlcpException {
2022 int linearBufferLength) throws LlcpException {
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeNfcManager.java29 import com.android.nfc.LlcpException;
157 throws LlcpException {
170 throw new LlcpException(error);
172 throw new LlcpException(ErrorCodes.ERROR_SOCKET_CREATION);
181 int rw, int linearBufferLength) throws LlcpException {
194 throw new LlcpException(error);
196 throw new LlcpException(ErrorCodes.ERROR_SOCKET_CREATION);
205 int linearBufferLength) throws LlcpException {
218 throw new LlcpException(error);
220 throw new LlcpException(ErrorCode
[all...]
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
H A DNativeNfcManager.java20 import com.android.nfc.LlcpException;
221 throws LlcpException {
234 throw new LlcpException(error);
236 throw new LlcpException(ErrorCodes.ERROR_SOCKET_CREATION);
245 int rw, int linearBufferLength) throws LlcpException {
258 throw new LlcpException(error);
260 throw new LlcpException(ErrorCodes.ERROR_SOCKET_CREATION);
269 int linearBufferLength) throws LlcpException {
282 throw new LlcpException(error);
284 throw new LlcpException(ErrorCode
[all...]
/packages/apps/Nfc/src/com/android/nfc/handover/
H A DHandoverClient.java22 import com.android.nfc.LlcpException;
56 } catch (LlcpException e) {
H A DHandoverServer.java22 import com.android.nfc.LlcpException;
119 } catch (LlcpException e) {
/packages/apps/Nfc/src/com/android/nfc/ndefpush/
H A DNdefPushClient.java20 import com.android.nfc.LlcpException;
59 } catch (LlcpException e) {
H A DNdefPushServer.java21 import com.android.nfc.LlcpException;
165 } catch (LlcpException e) {
/packages/apps/Nfc/src/com/android/nfc/echoserver/
H A DEchoServer.java20 import com.android.nfc.LlcpException;
209 } catch (LlcpException e) {
225 } catch (LlcpException e) {
324 } catch (LlcpException e) {
/packages/apps/Nfc/src/com/android/nfc/snep/
H A DSnepClient.java20 import com.android.nfc.LlcpException;
159 } catch (LlcpException e) {
H A DSnepServer.java21 import com.android.nfc.LlcpException;
225 } catch (LlcpException e) {

Completed in 293 milliseconds