Searched defs:startVoiceRecognitionNative (Results 1 - 4 of 4) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
H A D | NativeInterface.java | 48 static native boolean startVoiceRecognitionNative(byte[] address); method in class:NativeInterface
|
/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_hfp.cpp | 575 static jboolean startVoiceRecognitionNative(JNIEnv* env, jobject object, function in namespace:android 898 {"startVoiceRecognitionNative", "([B)Z", 899 (void*)startVoiceRecognitionNative},
|
H A D | com_android_bluetooth_hfpclient.cpp | 517 static jboolean startVoiceRecognitionNative(JNIEnv* env, jobject object, function in namespace:android 784 {"startVoiceRecognitionNative", "([B)Z", 785 (void*)startVoiceRecognitionNative},
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
H A D | HeadsetNativeInterface.java | 308 return startVoiceRecognitionNative(Utils.getByteAddress(device)); 478 private native boolean startVoiceRecognitionNative(byte[] address); method in class:HeadsetNativeInterface
|
Completed in 92 milliseconds