Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpNativeInterface.java139 return setSilenceDeviceNative(getByteAddress(device), silence); in setSilenceDevice()
254 private native boolean setSilenceDeviceNative(byte[] address, boolean silence); in setSilenceDeviceNative() method in A2dpNativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_a2dp.cpp428 static jboolean setSilenceDeviceNative(JNIEnv* env, jobject /* object */, in setSilenceDeviceNative() function
527 {"setSilenceDeviceNative", "([BZ)Z", (void*)setSilenceDeviceNative}, in register_com_android_bluetooth_a2dp()