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