Home
last modified time | relevance | path

Searched refs:phoneStateChangeNative (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfp.cpp755 static jboolean phoneStateChangeNative(JNIEnv *env, jobject object, jint num_active, jint num_held, in phoneStateChangeNative() function
812 {"phoneStateChangeNative", "(IIILjava/lang/String;I)Z", (void *) phoneStateChangeNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java2735 phoneStateChangeNative(callState.mNumActive, callState.mNumHeld, in processCallState()
2759 phoneStateChangeNative(callState.mNumActive, callState.mNumHeld, in processCallState()
3449 private native boolean phoneStateChangeNative(int numActive, int numHeld, int callState, in phoneStateChangeNative() method in HeadsetStateMachine