Searched refs:jniBluetoothCodecConfigClass (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_a2dp.cpp | 196 jclass jniBluetoothCodecConfigClass = in classInitNative() local 199 env->GetMethodID(jniBluetoothCodecConfigClass, "<init>", "(IIIIIJJJJ)V"); in classInitNative() 201 env->GetMethodID(jniBluetoothCodecConfigClass, "getCodecType", "()I"); in classInitNative() 203 env->GetMethodID(jniBluetoothCodecConfigClass, "getCodecPriority", "()I"); in classInitNative() 205 env->GetMethodID(jniBluetoothCodecConfigClass, "getSampleRate", "()I"); in classInitNative() 207 env->GetMethodID(jniBluetoothCodecConfigClass, "getBitsPerSample", "()I"); in classInitNative() 209 env->GetMethodID(jniBluetoothCodecConfigClass, "getChannelMode", "()I"); in classInitNative() 211 jniBluetoothCodecConfigClass, "getCodecSpecific1", "()J"); in classInitNative() 213 jniBluetoothCodecConfigClass, "getCodecSpecific2", "()J"); in classInitNative() 215 jniBluetoothCodecConfigClass, "getCodecSpecific3", "()J"); in classInitNative() [all …]
|