Searched refs:notifyDeviceStatusNative (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_hfp.cpp | 647 static jboolean notifyDeviceStatusNative(JNIEnv *env, jobject object, in notifyDeviceStatusNative() function 834 {"notifyDeviceStatusNative", "(IIII)Z", (void *) notifyDeviceStatusNative},
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetStateMachine.java | 3135 notifyDeviceStatusNative(deviceState.mService, deviceState.mRoam, deviceState.mSignal, in processDeviceStateChanged() 3315 private native boolean notifyDeviceStatusNative(int networkState, int serviceType, int signal, in notifyDeviceStatusNative() method in HeadsetStateMachine
|