HomeSort by relevance Sort by last modified time
    Searched refs:getChannelMode (Results 1 - 6 of 6) sorted by null

  /packages/apps/Bluetooth/jni/
com_android_bluetooth_a2dp.cpp 40 jmethodID getChannelMode;
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/
A2dpReceiver.java 512 && codecConfig.getChannelMode() == channelMode
518 && codecConfig.getChannelMode() == channelMode) return true;
  /frameworks/base/core/java/android/bluetooth/
BluetoothCodecConfig.java 353 public int getChannelMode() {
  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder2.cpp 389 static CHANNEL_MODE getChannelMode(OMX_U32 nChannels) {
442 getChannelMode(mNumChannels))) {
  /external/aac/libPCMutils/src/
pcmutils_lib.cpp 446 PCMDMX_ERROR getChannelMode (
661 * This function is the inverse to the getChannelMode() routine but does not support weird channel
    [all...]
  /packages/apps/Settings/src/com/android/settings/development/
DevelopmentSettings.java     [all...]

Completed in 365 milliseconds