Searched defs:initSocketNative (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_bluetooth_BluetoothSocket.cpp90 static void initSocketNative(JNIEnv *env, jobject obj) { function in namespace:android
248 initSocketNative(env, obj);
558 {"initSocketNative", "()V", (void*) initSocketNative},
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSocket.java148 initSocketNative();
343 private native void initSocketNative() throws IOException; method in class:BluetoothSocket

Completed in 366 milliseconds