Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothSocket.java156 initSocketFromFdNative(fd); in BluetoothSocket()
350 private native void initSocketFromFdNative(int fd) throws IOException; in initSocketFromFdNative() method in BluetoothSocket
/frameworks/base/core/jni/
Dandroid_bluetooth_BluetoothSocket.cpp71 static void initSocketFromFdNative(JNIEnv *env, jobject obj, jint fd) { in initSocketFromFdNative() function
160 initSocketFromFdNative(env, obj, fd); in initSocketNative()
559 {"initSocketFromFdNative", "(I)V", (void*) initSocketFromFdNative},