Searched refs:getCodecSpecific1 (Results 1 – 8 of 8) sorted by relevance
42 jmethodID getCodecSpecific1; member210 android_bluetooth_BluetoothCodecConfig.getCodecSpecific1 = env->GetMethodID( in classInitNative()261 jcodecConfig, android_bluetooth_BluetoothCodecConfig.getCodecSpecific1); in prepareCodecPreferences()
82 int index = (int) config.getCodecSpecific1(); in getCurrentA2dpSettingIndex()
96 when(mBluetoothCodecConfig.getCodecSpecific1()).thenReturn(Long.valueOf(2)); in getCurrentA2dpSettingIndex_option2_shouldReturnSecondIndex()
659 && (prevCodecConfig.getCodecSpecific1() in processCodecConfigEvent()660 != newCodecConfig.getCodecSpecific1())) { in processCodecConfigEvent()
938 codecConfig.getCodecSpecific1(), codecConfig.getCodecSpecific2(), in codecConfigUpdated()946 codecConfig.getCodecSpecific1(), codecConfig.getCodecSpecific2(), in codecConfigUpdated()
642 codecConfig.getChannelMode(), codecConfig.getCodecSpecific1(), in getDefaultCodecConfigByType()659 codecCapabilities.getChannelMode(), codecCapabilities.getCodecSpecific1(), in getCodecCapabilitiesByType()
523 && codecConfig.getCodecSpecific1() == codecSpecific1) return true; in verifyCodeConfig()