/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattCharacteristic.java | 504 public Integer getIntValue(int formatType, int offset) { in getIntValue() argument 505 if ((offset + getTypeLen(formatType)) > mValue.length) return null; in getIntValue() 507 switch (formatType) { in getIntValue() 542 public Float getFloatValue(int formatType, int offset) { in getFloatValue() argument 543 if ((offset + getTypeLen(formatType)) > mValue.length) return null; in getFloatValue() 545 switch (formatType) { in getFloatValue() 597 public boolean setValue(int value, int formatType, int offset) { in setValue() argument 598 int len = offset + getTypeLen(formatType); in setValue() 602 switch (formatType) { in setValue() 644 public boolean setValue(int mantissa, int exponent, int formatType, int offset) { in setValue() argument [all …]
|
/frameworks/wilhelm/src/ |
D | data.c | 347 SLuint32 formatType; in checkDataFormat() local 349 pDataFormat->mFormatType = formatType = SL_DATAFORMAT_NULL; in checkDataFormat() 351 formatType = *(SLuint32 *)pFormat; in checkDataFormat() 352 switch (formatType) { in checkDataFormat() 573 SL_LOGE("%s: formatType=%u", name, (unsigned) formatType); in checkDataFormat() 579 if ((SL_RESULT_SUCCESS == result) && (formatType != pDataFormat->mFormatType)) { in checkDataFormat() 580 SL_LOGE("%s: formatType changed from %u to %u", name, formatType, in checkDataFormat() 590 switch (formatType) { in checkDataFormat() 596 actualMask = 1L << formatType; in checkDataFormat() 604 SL_LOGE("%s: data format %d not allowed", name, formatType); in checkDataFormat()
|
/frameworks/wilhelm/src/android/ |
D | android_sles_conversions.h | 33 switch (df_pcm->formatType) { in sles_to_android_sampleFormat()
|
/frameworks/wilhelm/src/desktop/ |
D | SndFile.c | 141 SLuint32 formatType = *(SLuint32 *)pAudioSrc->pFormat; in SndFile_checkAudioPlayerSourceSink() local 158 switch (formatType) { in SndFile_checkAudioPlayerSourceSink()
|
/frameworks/wilhelm/tests/sandbox/ |
D | xa.c | 83 fmtMime.formatType = XA_DATAFORMAT_MIME; in main()
|
D | urimime.c | 61 format_mime.formatType = SL_DATAFORMAT_MIME; in main()
|
D | configbq.c | 108 format_pcm.formatType = SL_DATAFORMAT_PCM; in main()
|
D | srcsink.c | 43 format_pcm.formatType = SL_DATAFORMAT_PCM; in main()
|
D | intbufq.c | 112 pcm.formatType = SL_DATAFORMAT_PCM; in main()
|
/frameworks/wilhelm/tests/listening/ |
D | seekTorture.c | 65 mime.formatType = SL_DATAFORMAT_MIME; in main()
|
/frameworks/wilhelm/tests/examples/ |
D | slesTestDecodeToBuffQueue.cpp | 334 decMime.formatType = SL_DATAFORMAT_MIME; in TestDecToBuffQueue() 346 pcm.formatType = SL_DATAFORMAT_PCM; in TestDecToBuffQueue()
|
D | slesTestPlayFdPath.cpp | 141 mime.formatType = SL_DATAFORMAT_MIME; in TestPlayPathFromFD()
|
D | slesTestSawtoothBufferQueue.cpp | 166 pcm.formatType = SL_DATAFORMAT_PCM; in TestPlaySawtoothBufferQueue()
|
D | slesTestBassBoostPath.cpp | 131 mime.formatType = SL_DATAFORMAT_MIME; in TestBassBoostPathFromFD()
|
D | slesTestVirtualizerPath.cpp | 132 mime.formatType = SL_DATAFORMAT_MIME; in TestVirtualizerPathFromFD()
|
D | slesTestEqOutputPath.cpp | 143 mime.formatType = SL_DATAFORMAT_MIME; in TestEQPathFromFD()
|
D | slesTestEqFdPath.cpp | 136 mime.formatType = SL_DATAFORMAT_MIME; in TestEQPathFromFD()
|
/frameworks/wilhelm/tests/mimeUri/ |
D | slesTest_playStates.cpp | 112 mime.formatType = SL_DATAFORMAT_MIME; in TestPlayUri()
|
D | slesTestPlayStreamType.cpp | 118 mime.formatType = SL_DATAFORMAT_MIME; in TestStreamTypeConfiguration()
|
D | slesTestPlayUri2.cpp | 127 mime.formatType = SL_DATAFORMAT_MIME; in TestPlayUri()
|
D | slesTestLoopUri.cpp | 168 mime.formatType = SL_DATAFORMAT_MIME; in TestLoopUri()
|
D | slesTestPlayUri.cpp | 174 mime.formatType = SL_DATAFORMAT_MIME; in TestPlayUri()
|
/frameworks/wilhelm/tests/ |
D | mimeUri_test.cpp | 148 mime.formatType = SL_DATAFORMAT_MIME; in TestPlayUri()
|
/frameworks/base/telephony/java/android/telephony/ |
D | PhoneNumberUtils.java | 1205 int formatType = defaultFormattingType; in formatNumber() local 1209 formatType = FORMAT_NANP; in formatNumber() 1212 formatType = FORMAT_JAPAN; in formatNumber() 1214 formatType = FORMAT_UNKNOWN; in formatNumber() 1218 switch (formatType) { in formatNumber()
|
/frameworks/wilhelm/include/SLES/ |
D | OpenSLES_Android.h | 48 SLuint32 formatType; member
|