Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothA2dpFacade.java237 && (target.getChannelMode() & capability.getChannelMode()) != 0; in isSelectableCodec()
/external/aac/libPCMutils/src/
Dpcmdmx_lib.cpp546 static PCMDMX_ERROR getChannelMode( in getChannelMode() function
2147 errorStatus = getChannelMode(numInChannels, channelType, channelIndices, in pcmDmx_ApplyFrame()
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
DJsonBuilder.java511 result.put("channelMode", codecConfig.getChannelMode()); in buildJsonBluetoothCodecConfig()