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

  /frameworks/base/core/java/android/bluetooth/
BluetoothHealthAppConfiguration.java 60 channelType) {
64 mChannelType = channelType;
148 int channelType = in.readInt();
150 channelType);
BluetoothHealth.java 166 * @param channelType The channel type. Will be one of
174 int channelType, BluetoothHealthCallback callback) {
176 if (!isEnabled() || !checkAppParam(name, role, channelType, callback)) return result;
181 new BluetoothHealthAppConfiguration(name, dataType, role, channelType);
263 BluetoothHealthAppConfiguration config, int channelType) {
267 return mService.connectChannelToSink(device, config, channelType);
548 private boolean checkAppParam(String name, int role, int channelType,
551 (channelType != CHANNEL_TYPE_RELIABLE &&
552 channelType != CHANNEL_TYPE_STREAMING &&
553 channelType != CHANNEL_TYPE_ANY) || callback == null)
    [all...]
IBluetoothHealth.aidl 36 int channelType);
  /external/webkit/Source/WebCore/platform/audio/
AudioBus.cpp 79 AudioChannel* AudioBus::channelByType(unsigned channelType)
87 if (channelType == ChannelMono || channelType == ChannelLeft)
92 switch (channelType) {
99 switch (channelType) {
108 switch (channelType) {
118 switch (channelType) {
  /external/aac/libPCMutils/include/
pcmutils_lib.h 258 AUDIO_CHANNEL_TYPE channelType[],
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 157 halRole + " name: " + appConfig.getName() + " channeltype: " +
350 BluetoothHealthAppConfiguration config, int channelType) {
353 return service.connectChannelToSink(device, config, channelType);
421 BluetoothHealthAppConfiguration config, int channelType) {
423 return connectChannel(device, config, channelType);
562 BluetoothHealthAppConfiguration config, int channelType) {
568 HealthChannel chan = new HealthChannel(device, config, channelType);
725 private int convertChannelTypeToHal(int channelType) {
726 if (channelType == BluetoothHealth.CHANNEL_TYPE_RELIABLE) return CHANNEL_TYPE_RELIABLE;
727 if (channelType == BluetoothHealth.CHANNEL_TYPE_STREAMING) return CHANNEL_TYPE_STREAMING
    [all...]
  /external/aac/libPCMutils/src/
pcmutils_lib.cpp 273 const AUDIO_CHANNEL_TYPE channelType[], /* in */
283 FDK_ASSERT(channelType != NULL);
296 switch (channelType[ch]) {
400 AUDIO_CHANNEL_TYPE channelType[], /* out */
409 FDK_ASSERT(channelType != NULL);
415 FDKmemclear(channelType, PCM_DMX_MAX_CHANNELS*sizeof(AUDIO_CHANNEL_TYPE));
440 channelType[0] = ACT_FRONT;
477 channelType[ch] = type;
761 AUDIO_CHANNEL_TYPE channelType[],
813 channelType,
    [all...]
  /external/aac/libAACdec/src/
aacdecoder.h 183 AUDIO_CHANNEL_TYPE channelType[(6)]; /*!< Audio channel type of each output audio channel (from 0 upto numChannels). */
aacdecoder.cpp 705 self->streamInfo.pChannelType = self->channelType;
    [all...]
aacdecoder_lib.cpp 855 self->channelType[0] = ACT_FRONT;
856 self->channelType[1] = ACT_FRONT;
877 self->channelType,
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
ChannelManager.java 1137 String channelType = tr.readString();
1142 if ("x11".equals(channelType))
1186 if ("forwarded-tcpip".equals(channelType))
1247 log.warning("The peer tried to open an unsupported channel type (" + channelType + ")");
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldCfgIE.c 822 pCfg->channelType = pQtrafficParams->channelType;
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
qosMngr.c 304 pQosMngr->acParams[acID].QtrafficParams.channelType = CHANNEL_TYPE_EDCF;
    [all...]
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_infoele.h     [all...]
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriver.h     [all...]

Completed in 525 milliseconds