Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:VDBG

90     private static final boolean VDBG = false;
193 if (VDBG) Log.d(TAG, "socket fd passed by stack fds: " + fds);
359 if (VDBG) Log.d(TAG, "bindListen(), SocketState: " + mSocketState + ", mPfd: " +
364 if (VDBG) Log.d(TAG, "bindListen(), new LocalSocket ");
366 if (VDBG) Log.d(TAG, "bindListen(), new LocalSocket.getInputStream() ");
370 if (VDBG) Log.d(TAG, "bindListen(), readInt mSocketIS: " + mSocketIS);
376 if (VDBG) Log.d(TAG, "channel: " + channel);
409 if (VDBG) Log.d(TAG, "available: " + mSocketIS);
420 if (VDBG) Log.d(TAG, "flush: " + mSocketOS);
426 if (VDBG) Log.d(TAG, "read in: " + mSocketIS + " len: " + length);
430 if (VDBG) Log.d(TAG, "read out: " + mSocketIS + " ret: " + ret);
436 if (VDBG) Log.d(TAG, "write: " + mSocketOS + " length: " + length);
439 if (VDBG) Log.d(TAG, "write out: " + mSocketOS + " length: " + length);
445 if (VDBG) Log.d(TAG, "close() in, this: " + this + ", channel: " + mPort + ", state: " + mSocketState);
455 if (VDBG) Log.d(TAG, "close() this: " + this + ", channel: " + mPort + ", mSocketIS: " + mSocketIS +
458 if (VDBG) Log.d(TAG, "Closing mSocket: " + mSocket);
483 if (VDBG) Log.d(TAG, "waitSocketSignal read 16 bytes signal ret: " + ret);
494 if (VDBG) Log.d(TAG, "waitSocketSignal: sig size: " + size + ", remote addr: "
517 if (VDBG) Log.d(TAG, "inputStream.read ret: " + ret);