Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_bluetooth_BluetoothSocket.cpp48 static jfieldID field_mPort; /* read-only */ variable
203 addr_rc.rc_channel = env->GetIntField(obj, field_mPort); in connectNative()
224 addr_l2.l2_psm = env->GetIntField(obj, field_mPort); in connectNative()
289 addr_rc.rc_channel = env->GetIntField(obj, field_mPort); in bindListenNative()
308 addr_l2.l2_psm = env->GetIntField(obj, field_mPort); in bindListenNative()
578 field_mPort = env->GetFieldID(clazz, "mPort", "I"); in register_android_bluetooth_BluetoothSocket()