Lines Matching refs:jint
69 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_getRcFeatures, addr, (jint)features); in btavrcp_remote_features_callback()
109 sCallbackEnv->SetIntArrayRegion(attrs, 0, num_attr, (jint *)p_attrs); in btavrcp_get_element_attr_callback()
126 (jint)event_id, (jint)param); in btavrcp_register_notification_callback()
141 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_volumeChangeCallback, (jint)volume, in btavrcp_volume_change_callback()
142 (jint)ctype); in btavrcp_volume_change_callback()
159 (jint)id, (jint)pressed); in btavrcp_passthrough_command_callback()
259 static jboolean getPlayStatusRspNative(JNIEnv *env, jobject object, jint playStatus, in getPlayStatusRspNative()
260 jint songLen, jint songPos) { in getPlayStatusRspNative()
276 jint *attr; in getElementAttrRspNative()
341 jint type, jint playStatus) { in registerNotificationRspPlayStatusNative()
358 jint type, jbyteArray track) { in registerNotificationRspTrackChangeNative()
387 jint type, jint playPos) { in registerNotificationRspPlayPosNative()
402 static jboolean setVolumeNative(JNIEnv *env, jobject object, jint volume) { in setVolumeNative()