Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetNativeInterface.java320 return stopVoiceRecognitionNative(Utils.getByteAddress(device)); in stopVoiceRecognition()
480 private native boolean stopVoiceRecognitionNative(byte[] address); in stopVoiceRecognitionNative() method in HeadsetNativeInterface
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DNativeInterface.java139 return stopVoiceRecognitionNative(address); in stopVoiceRecognition()
280 private static native boolean stopVoiceRecognitionNative(byte[] address); in stopVoiceRecognitionNative() method in NativeInterface
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfpclient.cpp599 static jboolean stopVoiceRecognitionNative(JNIEnv* env, jobject object, in stopVoiceRecognitionNative() function
849 {"stopVoiceRecognitionNative", "([B)Z", (void*)stopVoiceRecognitionNative},
Dcom_android_bluetooth_hfp.cpp618 static jboolean stopVoiceRecognitionNative(JNIEnv* env, jobject object, in stopVoiceRecognitionNative() function
929 {"stopVoiceRecognitionNative", "([B)Z", (void*)stopVoiceRecognitionNative},