OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bindListen
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java
[
all
...]
BluetoothSocket.java
340
/*package*/ int
bindListen
() {
345
Log.e(TAG, "
bindListen
fail, reason: bluetooth is off");
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);
382
Log.e(TAG, "
bindListen
, fail to get port number, exception: " + e);
Completed in 114 milliseconds