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.java105 return setSilenceDeviceNative(getByteAddress(device), silence); in setSilenceDevice()
150 private native boolean setSilenceDeviceNative(byte[] address, boolean silence); in setSilenceDeviceNative() method in A2dpNativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_a2dp.cpp406 static jboolean setSilenceDeviceNative(JNIEnv* env, jobject /* object */, jbyteArray address, in setSilenceDeviceNative() function
480 {"setSilenceDeviceNative", "([BZ)Z", (void*)setSilenceDeviceNative}, in register_com_android_bluetooth_a2dp() method