Searched refs:handleCallActionNative (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachine.java995 if (handleCallActionNative(action, 0)) {
1034 if (handleCallActionNative(action, 0)) {
1058 if (handleCallActionNative(action, 0)) {
1075 if (handleCallActionNative(action, 0)) {
1083 if (handleCallActionNative(action, 0)) {
1109 if (handleCallActionNative(action, idx)) {
1138 if (handleCallActionNative(HeadsetClientHalConstants.CALL_ACTION_CHLD_2x, idx)) {
1153 if (handleCallActionNative(HeadsetClientHalConstants.CALL_ACTION_CHLD_4, -1)) {
2710 private native boolean handleCallActionNative(int action, int index); method in class:HeadsetClientStateMachine
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hfpclient.cpp504 static jboolean handleCallActionNative(JNIEnv *env, jobject object, jint action, jint index) { function in namespace:android
605 {"handleCallActionNative", "(II)Z", (void *) handleCallActionNative},

Completed in 58 milliseconds