Lines Matching refs:jint
99 (jint) state, addr); in connection_state_callback()
116 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onAudioStateChanged, (jint) state, addr); in audio_state_callback()
133 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onVrStateChanged, (jint) state, addr); in voice_recognition_callback()
184 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onVolumeChanged, (jint) type, in volume_control_callback()
185 (jint) volume, addr); in volume_control_callback()
424 static void initializeNative(JNIEnv *env, jobject object, jint max_hf_clients) { in initializeNative()
599 static jboolean setVolumeNative(JNIEnv *env, jobject object, jint volume_type, in setVolumeNative()
600 jint volume, jbyteArray address) { in setVolumeNative()
620 jint network_state, jint service_type, jint signal, in notifyDeviceStatusNative()
621 jint battery_charge) { in notifyDeviceStatusNative()
658 jint service, jint num_active, jint num_held, jint call_state, in cindResponseNative()
659 … jint signal, jint roam, jint battery_charge, jbyteArray address) { in cindResponseNative()
706 static jboolean atResponseCodeNative(JNIEnv *env, jobject object, jint response_code, in atResponseCodeNative()
707 jint cmee_code, jbyteArray address) { in atResponseCodeNative()
726 static jboolean clccResponseNative(JNIEnv *env, jobject object, jint index, jint dir, in clccResponseNative()
727 jint callStatus, jint mode, jboolean mpty, jstring number_str, in clccResponseNative()
728 jint type, jbyteArray address) { in clccResponseNative()
755 static jboolean phoneStateChangeNative(JNIEnv *env, jobject object, jint num_active, jint num_held, in phoneStateChangeNative()
756 jint call_state, jstring number_str, jint type) { in phoneStateChangeNative()
774 jint codec_config) { in configureWBSNative()