Lines Matching refs:clazz
35 jclass clazz; member
109 android_bluetooth_BluetoothCodecConfig.clazz, in bta2dp_audio_config_callback()
121 android_bluetooth_BluetoothCodecConfig.clazz, nullptr); in bta2dp_audio_config_callback()
124 android_bluetooth_BluetoothCodecConfig.clazz, in bta2dp_audio_config_callback()
137 android_bluetooth_BluetoothCodecConfig.clazz, nullptr); in bta2dp_audio_config_callback()
140 android_bluetooth_BluetoothCodecConfig.clazz, in bta2dp_audio_config_callback()
195 static void classInitNative(JNIEnv* env, jclass clazz) { in classInitNative() argument
220 env->GetMethodID(clazz, "onConnectionStateChanged", "([BI)V"); in classInitNative()
223 env->GetMethodID(clazz, "onAudioStateChanged", "([BI)V"); in classInitNative()
226 env->GetMethodID(clazz, "onCodecConfigChanged", in classInitNative()
232 env->GetMethodID(clazz, "isMandatoryCodecPreferred", "([B)Z"); in classInitNative()
246 android_bluetooth_BluetoothCodecConfig.clazz)) { in prepareCodecPreferences()
318 android_bluetooth_BluetoothCodecConfig.clazz = (jclass)env->NewGlobalRef( in initNative()
320 if (android_bluetooth_BluetoothCodecConfig.clazz == nullptr) { in initNative()
366 env->DeleteGlobalRef(android_bluetooth_BluetoothCodecConfig.clazz); in cleanupNative()
367 android_bluetooth_BluetoothCodecConfig.clazz = nullptr; in cleanupNative()