OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPanLocalRoleNative
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/jni/
com_android_bluetooth_pan.cpp
174
static jint
getPanLocalRoleNative
(JNIEnv *env, jobject object) {
238
{"
getPanLocalRoleNative
", "()I", (void *)
getPanLocalRoleNative
},
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java
257
if(DBG) Log.d(TAG, "isTetheringOn call
getPanLocalRoleNative
");
314
if(DBG) Log.d(TAG, "isTetheringOn call
getPanLocalRoleNative
");
315
return (
getPanLocalRoleNative
() & BluetoothPan.LOCAL_NAP_ROLE) != 0;
318
if(DBG) Log.d(TAG, "isTetheringOn call
getPanLocalRoleNative
");
319
return (
getPanLocalRoleNative
() & BluetoothPan.LOCAL_PANU_ROLE) != 0;
609
private native int
getPanLocalRoleNative
();
Completed in 61 milliseconds