Lines Matching refs:jint
73 addr.get(), (jint)state); in bta2dp_connection_state_callback()
95 addr.get(), (jint)state); in bta2dp_audio_state_callback()
111 (jint)codec_config.codec_type, (jint)codec_config.codec_priority, in bta2dp_audio_config_callback()
112 (jint)codec_config.sample_rate, (jint)codec_config.bits_per_sample, in bta2dp_audio_config_callback()
113 (jint)codec_config.channel_mode, (jlong)codec_config.codec_specific_1, in bta2dp_audio_config_callback()
126 (jint)cap.codec_type, (jint)cap.codec_priority, (jint)cap.sample_rate, in bta2dp_audio_config_callback()
127 (jint)cap.bits_per_sample, (jint)cap.channel_mode, in bta2dp_audio_config_callback()
142 (jint)cap.codec_type, (jint)cap.codec_priority, (jint)cap.sample_rate, in bta2dp_audio_config_callback()
143 (jint)cap.bits_per_sample, (jint)cap.channel_mode, in bta2dp_audio_config_callback()
250 jint codecType = env->CallIntMethod( in prepareCodecPreferences()
252 jint codecPriority = env->CallIntMethod( in prepareCodecPreferences()
254 jint sampleRate = env->CallIntMethod( in prepareCodecPreferences()
256 jint bitsPerSample = env->CallIntMethod( in prepareCodecPreferences()
258 jint channelMode = env->CallIntMethod( in prepareCodecPreferences()
289 jint maxConnectedAudioDevices, in initNative()