/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattCharacteristic.java | 444 public Integer getIntValue(int formatType, int offset) { in getIntValue() argument 445 if ((offset + getTypeLen(formatType)) > mValue.length) return null; in getIntValue() 447 switch (formatType) { in getIntValue() 482 public Float getFloatValue(int formatType, int offset) { in getFloatValue() argument 483 if ((offset + getTypeLen(formatType)) > mValue.length) return null; in getFloatValue() 485 switch (formatType) { in getFloatValue() 537 public boolean setValue(int value, int formatType, int offset) { in setValue() argument 538 int len = offset + getTypeLen(formatType); in setValue() 542 switch (formatType) { in setValue() 584 public boolean setValue(int mantissa, int exponent, int formatType, int offset) { in setValue() argument [all …]
|
/frameworks/wilhelm/src/ |
D | data.c | 351 SLuint32 formatType; in checkDataFormat() local 353 pDataFormat->mFormatType = formatType = SL_DATAFORMAT_NULL; in checkDataFormat() 355 formatType = *(SLuint32 *)pFormat; in checkDataFormat() 356 switch (formatType) { in checkDataFormat() 607 SL_LOGE("%s: formatType=%u", name, (unsigned) formatType); in checkDataFormat() 613 if ((SL_RESULT_SUCCESS == result) && (formatType != pDataFormat->mFormatType)) { in checkDataFormat() 614 SL_LOGE("%s: formatType changed from %u to %u", name, formatType, in checkDataFormat() 624 switch (formatType) { in checkDataFormat() 630 actualMask = 1L << formatType; in checkDataFormat() 638 SL_LOGE("%s: data format %d not allowed", name, formatType); in checkDataFormat()
|
/frameworks/wilhelm/src/android/ |
D | android_sles_conversions.h | 48 switch (df_pcm->formatType) { in sles_to_android_sampleFormat()
|
D | AudioRecorder_to_android.cpp | 172 SLuint32 formatType = *(SLuint32 *)pAudioSnk->pFormat; in android_audioRecorder_checkSourceSinkSupport() local 173 if (SL_DATAFORMAT_PCM == formatType) { in android_audioRecorder_checkSourceSinkSupport()
|
/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 | 81 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 | 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 | slesTestPlayFdPath.cpp | 120 mime.formatType = SL_DATAFORMAT_MIME; in TestPlayPathFromFD()
|
D | slesTestDecodeToBuffQueue.cpp | 334 decMime.formatType = SL_DATAFORMAT_MIME; in TestDecToBuffQueue() 346 pcm.formatType = SL_DATAFORMAT_PCM; in TestDecToBuffQueue()
|
D | slesTestSawtoothBufferQueue.cpp | 169 pcm.formatType = SL_DATAFORMAT_PCM; in TestPlaySawtoothBufferQueue()
|
D | slesTestVirtualizerPath.cpp | 132 mime.formatType = SL_DATAFORMAT_MIME; in TestVirtualizerPathFromFD()
|
D | slesTestBassBoostPath.cpp | 131 mime.formatType = SL_DATAFORMAT_MIME; in TestBassBoostPathFromFD()
|
D | slesTestRecBuffQueue.cpp | 207 pcm.formatType = SL_DATAFORMAT_PCM; in TestRecToBuffQueue()
|
D | slesTestEqFdPath.cpp | 136 mime.formatType = SL_DATAFORMAT_MIME; in TestEQPathFromFD()
|
/frameworks/wilhelm/tests/mimeUri/ |
D | slesTest_playStates.cpp | 113 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 | 171 mime.formatType = SL_DATAFORMAT_MIME; in TestLoopUri()
|
D | slesTestPlayUri.cpp | 177 mime.formatType = SL_DATAFORMAT_MIME; in TestPlayUri()
|
/frameworks/base/telephony/java/android/telephony/ |
D | PhoneNumberUtils.java | 1196 int formatType = defaultFormattingType; in formatNumber() local 1200 formatType = FORMAT_NANP; in formatNumber() 1203 formatType = FORMAT_JAPAN; in formatNumber() 1205 formatType = FORMAT_UNKNOWN; in formatNumber() 1209 switch (formatType) { in formatNumber()
|
/frameworks/wilhelm/tests/ |
D | mimeUri_test.cpp | 151 mime.formatType = SL_DATAFORMAT_MIME; in TestPlayUri()
|
/frameworks/wilhelm/include/SLES/ |
D | OpenSLES_Android.h | 47 SLuint32 formatType; member
|