HomeSort by relevance Sort by last modified time
    Searched refs:initSocketNative (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 154 initSocketNative();
349 private native void initSocketNative() throws IOException;
  /frameworks/base/core/jni/
android_bluetooth_BluetoothSocket.cpp 90 static void initSocketNative(JNIEnv *env, jobject obj) {
248 initSocketNative(env, obj);
558 {"initSocketNative", "()V", (void*) initSocketNative},

Completed in 162 milliseconds