Lines Matching refs:android_bluetooth_BluetoothCodecConfig

45 } android_bluetooth_BluetoothCodecConfig;
97 android_bluetooth_BluetoothCodecConfig.clazz,
98 android_bluetooth_BluetoothCodecConfig.constructor,
109 android_bluetooth_BluetoothCodecConfig.clazz, NULL);
112 android_bluetooth_BluetoothCodecConfig.clazz,
113 android_bluetooth_BluetoothCodecConfig.constructor,
125 android_bluetooth_BluetoothCodecConfig.clazz, NULL);
128 android_bluetooth_BluetoothCodecConfig.clazz,
129 android_bluetooth_BluetoothCodecConfig.constructor,
152 android_bluetooth_BluetoothCodecConfig.constructor =
154 android_bluetooth_BluetoothCodecConfig.getCodecType =
156 android_bluetooth_BluetoothCodecConfig.getCodecPriority =
158 android_bluetooth_BluetoothCodecConfig.getSampleRate =
160 android_bluetooth_BluetoothCodecConfig.getBitsPerSample =
162 android_bluetooth_BluetoothCodecConfig.getChannelMode =
164 android_bluetooth_BluetoothCodecConfig.getCodecSpecific1 = env->GetMethodID(
166 android_bluetooth_BluetoothCodecConfig.getCodecSpecific2 = env->GetMethodID(
168 android_bluetooth_BluetoothCodecConfig.getCodecSpecific3 = env->GetMethodID(
170 android_bluetooth_BluetoothCodecConfig.getCodecSpecific4 = env->GetMethodID(
196 android_bluetooth_BluetoothCodecConfig.clazz)) {
201 jcodecConfig, android_bluetooth_BluetoothCodecConfig.getCodecType);
203 jcodecConfig, android_bluetooth_BluetoothCodecConfig.getCodecPriority);
205 jcodecConfig, android_bluetooth_BluetoothCodecConfig.getSampleRate);
207 jcodecConfig, android_bluetooth_BluetoothCodecConfig.getBitsPerSample);
209 jcodecConfig, android_bluetooth_BluetoothCodecConfig.getChannelMode);
211 jcodecConfig, android_bluetooth_BluetoothCodecConfig.getCodecSpecific1);
213 jcodecConfig, android_bluetooth_BluetoothCodecConfig.getCodecSpecific2);
215 jcodecConfig, android_bluetooth_BluetoothCodecConfig.getCodecSpecific3);
217 jcodecConfig, android_bluetooth_BluetoothCodecConfig.getCodecSpecific4);
263 android_bluetooth_BluetoothCodecConfig.clazz = (jclass)env->NewGlobalRef(
265 if (android_bluetooth_BluetoothCodecConfig.clazz == nullptr) {
302 env->DeleteGlobalRef(android_bluetooth_BluetoothCodecConfig.clazz);
303 android_bluetooth_BluetoothCodecConfig.clazz = nullptr;