Home
last modified time | relevance | path

Searched refs:startVoiceRecognitionNative (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetNativeInterface.java308 return startVoiceRecognitionNative(Utils.getByteAddress(device)); in startVoiceRecognition()
478 private native boolean startVoiceRecognitionNative(byte[] address); in startVoiceRecognitionNative() method in HeadsetNativeInterface
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfpclient.cpp563 static jboolean startVoiceRecognitionNative(JNIEnv* env, jobject object, in startVoiceRecognitionNative() function
831 (void*)startVoiceRecognitionNative},
Dcom_android_bluetooth_hfp.cpp597 static jboolean startVoiceRecognitionNative(JNIEnv* env, jobject object, in startVoiceRecognitionNative() function
929 (void*)startVoiceRecognitionNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DNativeInterface.java52 static native boolean startVoiceRecognitionNative(byte[] address); in startVoiceRecognitionNative() method in NativeInterface
DHeadsetClientStateMachine.java1185 if (NativeInterface.startVoiceRecognitionNative( in processMessage()