Home
last modified time | relevance | path

Searched refs:initSocketNative (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothSocket.java154 initSocketNative(); in BluetoothSocket()
349 private native void initSocketNative() throws IOException; in initSocketNative() method in BluetoothSocket
/frameworks/base/core/jni/
Dandroid_bluetooth_BluetoothSocket.cpp90 static void initSocketNative(JNIEnv *env, jobject obj) { in initSocketNative() function
248 initSocketNative(env, obj); in connectNative()
558 {"initSocketNative", "()V", (void*) initSocketNative},