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()
171 static void classInitNative(JNIEnv* env, jclass clazz) { in classInitNative() argument
196 env->GetMethodID(clazz, "onConnectionStateChanged", "([BI)V"); in classInitNative()
199 env->GetMethodID(clazz, "onAudioStateChanged", "([BI)V"); in classInitNative()
202 env->GetMethodID(clazz, "onCodecConfigChanged", in classInitNative()
219 android_bluetooth_BluetoothCodecConfig.clazz)) { in prepareCodecPreferences()
290 android_bluetooth_BluetoothCodecConfig.clazz = (jclass)env->NewGlobalRef( in initNative()
292 if (android_bluetooth_BluetoothCodecConfig.clazz == nullptr) { in initNative()
334 env->DeleteGlobalRef(android_bluetooth_BluetoothCodecConfig.clazz); in cleanupNative()
335 android_bluetooth_BluetoothCodecConfig.clazz = nullptr; in cleanupNative()