/system/bt/btif/include/ |
btif_avrcp_audio_track.h | 40 void* BtifAvrcpAudioTrackCreate(int trackFreq, int channelType);
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothHealthAppConfiguration.java | 60 channelType) { 64 mChannelType = channelType; 148 int channelType = in.readInt(); 150 channelType);
|
BluetoothHealth.java | 163 * @param channelType The channel type. Will be one of 171 int channelType, BluetoothHealthCallback callback) { 173 if (!isEnabled() || !checkAppParam(name, role, channelType, callback)) return result; 178 new BluetoothHealthAppConfiguration(name, dataType, role, channelType); 260 BluetoothHealthAppConfiguration config, int channelType) { 264 return mService.connectChannelToSink(device, config, channelType); 555 private boolean checkAppParam(String name, int role, int channelType, 558 (channelType != CHANNEL_TYPE_RELIABLE && 559 channelType != CHANNEL_TYPE_STREAMING && 560 channelType != CHANNEL_TYPE_ANY) || callback == null) [all...] |
IBluetoothHealth.aidl | 36 int channelType);
|
/system/bt/btif/src/ |
btif_avrcp_audio_track.cpp | 37 void *BtifAvrcpAudioTrackCreate(int trackFreq, int channelType) 40 __func__, trackFreq, channelType); 43 channelType, (size_t) 0 /*frameCount*/,
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/ |
HealthService.java | 164 halRole + " name: " + appConfig.getName() + " channeltype: " + 364 BluetoothHealthAppConfiguration config, int channelType) { 367 return service.connectChannelToSink(device, config, channelType); 435 BluetoothHealthAppConfiguration config, int channelType) { 437 return connectChannel(device, config, channelType); 576 BluetoothHealthAppConfiguration config, int channelType) { 582 HealthChannel chan = new HealthChannel(device, config, channelType); 739 private int convertChannelTypeToHal(int channelType) { 740 if (channelType == BluetoothHealth.CHANNEL_TYPE_RELIABLE) return CHANNEL_TYPE_RELIABLE; 741 if (channelType == BluetoothHealth.CHANNEL_TYPE_STREAMING) return CHANNEL_TYPE_STREAMING [all...] |
/hardware/bsp/intel/peripheral/libmraa/api/mraa/ |
iio.hpp | 37 int channelType; 231 eventData.channelType = chan_type;
|
/external/aac/libPCMutils/include/ |
pcmutils_lib.h | 309 AUDIO_CHANNEL_TYPE channelType[],
|
/external/aac/libPCMutils/src/ |
pcmutils_lib.cpp | 446 const AUDIO_CHANNEL_TYPE channelType[], /* in */ 461 FDK_ASSERT(channelType != NULL); 482 switch (channelType[ch]) { 673 AUDIO_CHANNEL_TYPE channelType[], /* out */ 682 FDK_ASSERT(channelType != NULL); 688 FDKmemclear(channelType, PCM_DMX_MAX_IO_CHANNELS*sizeof(AUDIO_CHANNEL_TYPE)); 738 channelType[mappedIdx] = ACT_FRONT; 785 channelType[mappedIdx] = type; [all...] |
/external/aac/libAACdec/src/ |
aacdecoder.h | 184 AUDIO_CHANNEL_TYPE channelType[(8)]; /*!< Audio channel type of each output audio channel (from 0 upto numChannels). */ 203 AUDIO_CHANNEL_TYPE channelTypePrev[(8)]; /*!< Array holding the channelType values of the last successful decode call. */
|
aacdecoder.cpp | 736 self->streamInfo.pChannelType = self->channelType; [all...] |
aacdecoder_lib.cpp | 990 self->channelType[chIdx] = ACT_FRONT; 1011 self->channelType, [all...] |
/hardware/bsp/intel/peripheral/libmraa/examples/c++/ |
Iio-dummy.cpp | 105 if (eventData.channelType == IIO_VOLTAGE && eventData.direction == IIO_EV_DIR_RISING && eventData.type == IIO_EV_TYPE_THRESH)
|
/prebuilts/tools/common/m2/repository/io/grpc/grpc-netty/0.13.2/ |
grpc-netty-0.13.2.jar | |
/external/deqp/modules/gles31/functional/ |
es31fTextureLevelStateQueryTests.cpp | [all...] |
/external/deqp/framework/common/ |
tcuTextureUtil.hpp | 42 bool isCombinedDepthStencilType (TextureFormat::ChannelType type); 67 TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType channelType);
|
tcuTextureUtil.cpp | 115 bool isCombinedDepthStencilType (TextureFormat::ChannelType type) 157 TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType channelType) 162 switch (channelType) 342 static Vec2 getFloatChannelValueRange (TextureFormat::ChannelType channelType) 350 switch (channelType) 504 static IVec4 getChannelBitDepth (TextureFormat::ChannelType channelType) 509 switch (channelType) [all...] |
/external/webrtc/webrtc/modules/audio_device/test/ |
audio_device_test_api.cc | [all...] |
/external/deqp/modules/glshared/ |
glsShaderExecUtil.cpp | 549 tcu::TextureFormat::ChannelType channelType; 553 case glu::TYPE_UINT: channelType = tcu::TextureFormat::UNSIGNED_INT32; break; 554 case glu::TYPE_INT: channelType = tcu::TextureFormat::SIGNED_INT32; break; 555 case glu::TYPE_BOOL: channelType = tcu::TextureFormat::SIGNED_INT32; break; 556 case glu::TYPE_FLOAT: channelType = useIntOutputs ? tcu::TextureFormat::UNSIGNED_INT32 : tcu::TextureFormat::FLOAT; break; 563 return tcu::TextureFormat(channelOrderMap[numComps-1], channelType); [all...] |
/external/deqp/modules/internal/ |
ditTextureFormatTests.cpp | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
vktShaderExecutor.cpp | 543 tcu::TextureFormat::ChannelType channelType; 547 case glu::TYPE_UINT: channelType = tcu::TextureFormat::UNSIGNED_INT32; break; 548 case glu::TYPE_INT: channelType = tcu::TextureFormat::SIGNED_INT32; break; 549 case glu::TYPE_BOOL: channelType = tcu::TextureFormat::SIGNED_INT32; break; 550 case glu::TYPE_FLOAT: channelType = useIntOutputs ? tcu::TextureFormat::UNSIGNED_INT32 : tcu::TextureFormat::FLOAT; break; 557 return tcu::TextureFormat(channelOrderMap[numComps-1], channelType); [all...] |
/prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/ |
grpc-all-0.13.2.jar | |
/external/deqp/framework/referencerenderer/ |
rrRenderer.cpp | [all...] |
/external/opencv3/modules/core/src/ |
ocl.cpp | [all...] |
/external/robolectric/v3/runtime/ |
android-all-4.1.2_r1-robolectric-0.jar | |