Searched refs:notifyDeviceStatusNative (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetNativeInterface.java | 365 return notifyDeviceStatusNative(deviceState.mService, deviceState.mRoam, in notifyDeviceStatus() 487 private native boolean notifyDeviceStatusNative(int networkState, int serviceType, int signal, in notifyDeviceStatusNative() method in HeadsetNativeInterface
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_hfp.cpp | 663 static jboolean notifyDeviceStatusNative(JNIEnv* env, jobject object, in notifyDeviceStatusNative() function 931 {"notifyDeviceStatusNative", "(IIII[B)Z", (void*)notifyDeviceStatusNative},
|