HomeSort by relevance Sort by last modified time
    Searched refs:channelType (Results 1 - 17 of 17) 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 131 * @param channelType The channel type. Will be one of
139 int channelType, BluetoothHealthCallback callback) {
141 if (!isEnabled() || !checkAppParam(name, role, channelType, callback)) return result;
146 new BluetoothHealthAppConfiguration(name, dataType, role, channelType);
228 BluetoothHealthAppConfiguration config, int channelType) {
232 return mService.connectChannelToSink(device, config, channelType);
474 private boolean checkAppParam(String name, int role, int channelType,
477 (channelType != CHANNEL_TYPE_RELIABLE &&
478 channelType != CHANNEL_TYPE_STREAMING &&
479 channelType != CHANNEL_TYPE_ANY) || callback == null)
    [all...]
IBluetooth.aidl 119 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[],
  /external/aac/libPCMutils/src/
pcmutils_lib.cpp 274 const AUDIO_CHANNEL_TYPE channelType[], /* in */
285 FDK_ASSERT(channelType != NULL);
298 switch (channelType[ch]) {
402 AUDIO_CHANNEL_TYPE channelType[], /* out */
411 FDK_ASSERT(channelType != NULL);
417 FDKmemclear(channelType, PCM_DMX_MAX_CHANNELS*sizeof(AUDIO_CHANNEL_TYPE));
442 channelType[0] = ACT_FRONT;
479 channelType[ch] = type;
763 AUDIO_CHANNEL_TYPE channelType[],
815 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,
  /frameworks/base/core/java/android/server/
BluetoothHealthProfileHandler.java 143 String channelType = getStringChannelType(chan.mChannelType);
146 channelType, chan.mId)) {
206 BluetoothHealthAppConfiguration config, int channelType) {
216 chan.mChannelType = channelType;
BluetoothService.java     [all...]
  /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...]
  /frameworks/base/core/jni/
android_server_BluetoothService.cpp     [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 590 milliseconds