Home
last modified time | relevance | path

Searched defs:codecType (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DA2dpReceiver.java196 int codecType = BluetoothCodecConfig.SOURCE_CODEC_TYPE_INVALID; in processParameters() local
446 private boolean setCodecValue(int codecType, int sampleRate, int bitsPerSample, in setCodecValue()
512 private boolean verifyCodeConfig(int codecType, int sampleRate, int bitsPerSample, in verifyCodeConfig()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/
DBluetoothAudioCodecPreferenceController.java139 final int codecType = config.getCodecType(); in getCurrentA2dpSettingIndex() local
DBluetoothA2dpConfigStore.java37 public void setCodecType(int codecType) { in setCodecType()
/packages/apps/Settings/src/com/android/settings/development/
DBluetoothA2dpConfigStore.java37 public void setCodecType(int codecType) { in setCodecType()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpCodecConfigTest.java632 private BluetoothCodecConfig getDefaultCodecConfigByType(int codecType, int codecPriority) { in getDefaultCodecConfigByType()
651 private BluetoothCodecConfig getCodecCapabilitiesByType(int codecType) { in getCodecCapabilitiesByType()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_a2dp.cpp250 jint codecType = env->CallIntMethod( in prepareCodecPreferences() local