Searched refs:getChannelMode (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_a2dp.cpp40 jmethodID getChannelMode; member in struct:android::__anon1
162 android_bluetooth_BluetoothCodecConfig.getChannelMode =
163 env->GetMethodID(jniBluetoothCodecConfigClass, "getChannelMode", "()I");
209 jcodecConfig, android_bluetooth_BluetoothCodecConfig.getChannelMode);
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
H A DA2dpReceiver.java512 && codecConfig.getChannelMode() == channelMode
518 && codecConfig.getChannelMode() == channelMode) return true;
/packages/apps/Settings/src/com/android/settings/development/
H A DDevelopmentSettings.java1978 switch (codecConfig.getChannelMode()) {

Completed in 35 milliseconds