Home
last modified time | relevance | path

Searched refs:stopVoiceRecognitionNative (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetNativeInterface.java388 return stopVoiceRecognitionNative(getByteAddress(device)); in stopVoiceRecognition()
591 private native boolean stopVoiceRecognitionNative(byte[] address); in stopVoiceRecognitionNative() method in HeadsetNativeInterface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DNativeInterface.java153 return stopVoiceRecognitionNative(getByteAddress(device)); in stopVoiceRecognition()
310 private static native boolean stopVoiceRecognitionNative(byte[] address); in stopVoiceRecognitionNative() method in NativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfpclient.cpp599 static jboolean stopVoiceRecognitionNative(JNIEnv* env, jobject /* object */, in stopVoiceRecognitionNative() function
902 (void*)stopVoiceRecognitionNative}, in register_com_android_bluetooth_hfpclient()
Dcom_android_bluetooth_hfp.cpp648 static jboolean stopVoiceRecognitionNative(JNIEnv* env, jobject /* object */, in stopVoiceRecognitionNative() function
998 (void*)stopVoiceRecognitionNative}, in register_com_android_bluetooth_hfp()