Home
last modified time | relevance | path

Searched refs:formatType (Results 1 – 25 of 39) sorted by relevance

12

/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCharacteristic.java512 public Integer getIntValue(int formatType, int offset) { in getIntValue() argument
513 if ((offset + getTypeLen(formatType)) > mValue.length) return null; in getIntValue()
515 switch (formatType) { in getIntValue()
550 public Float getFloatValue(int formatType, int offset) { in getFloatValue() argument
551 if ((offset + getTypeLen(formatType)) > mValue.length) return null; in getFloatValue()
553 switch (formatType) { in getFloatValue()
605 public boolean setValue(int value, int formatType, int offset) { in setValue() argument
606 int len = offset + getTypeLen(formatType); in setValue()
610 switch (formatType) { in setValue()
652 public boolean setValue(int mantissa, int exponent, int formatType, int offset) { in setValue() argument
[all …]
/frameworks/wilhelm/src/
Ddata.cpp347 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/
Dandroid_sles_conversions.h33 switch (df_pcm->formatType) { in sles_to_android_sampleFormat()
/frameworks/wilhelm/src/desktop/
DSndFile.cpp141 SLuint32 formatType = *(SLuint32 *)pAudioSrc->pFormat; in SndFile_checkAudioPlayerSourceSink() local
158 switch (formatType) { in SndFile_checkAudioPlayerSourceSink()
/frameworks/wilhelm/tests/sandbox/
Dxa.c83 fmtMime.formatType = XA_DATAFORMAT_MIME; in main()
Durimime.c61 format_mime.formatType = SL_DATAFORMAT_MIME; in main()
Dconfigbq.c108 format_pcm.formatType = SL_DATAFORMAT_PCM; in main()
Dsrcsink.c43 format_pcm.formatType = SL_DATAFORMAT_PCM; in main()
Dintbufq.c112 pcm.formatType = SL_DATAFORMAT_PCM; in main()
/frameworks/wilhelm/tests/listening/
DseekTorture.c65 mime.formatType = SL_DATAFORMAT_MIME; in main()
/frameworks/wilhelm/tests/examples/
DslesTestDecodeToBuffQueue.cpp334 decMime.formatType = SL_DATAFORMAT_MIME; in TestDecToBuffQueue()
346 pcm.formatType = SL_DATAFORMAT_PCM; in TestDecToBuffQueue()
DslesTestSawtoothBufferQueue.cpp166 pcm.formatType = SL_DATAFORMAT_PCM; in TestPlaySawtoothBufferQueue()
DslesTestPlayFdPath.cpp141 mime.formatType = SL_DATAFORMAT_MIME; in TestPlayPathFromFD()
DslesTestBassBoostPath.cpp131 mime.formatType = SL_DATAFORMAT_MIME; in TestBassBoostPathFromFD()
DslesTestVirtualizerPath.cpp132 mime.formatType = SL_DATAFORMAT_MIME; in TestVirtualizerPathFromFD()
DslesTestEqFdPath.cpp136 mime.formatType = SL_DATAFORMAT_MIME; in TestEQPathFromFD()
DslesTestEqOutputPath.cpp143 mime.formatType = SL_DATAFORMAT_MIME; in TestEQPathFromFD()
/frameworks/wilhelm/tests/mimeUri/
DslesTest_playStates.cpp112 mime.formatType = SL_DATAFORMAT_MIME; in TestPlayUri()
DslesTestPlayStreamType.cpp118 mime.formatType = SL_DATAFORMAT_MIME; in TestStreamTypeConfiguration()
DslesTestPlayUri2.cpp127 mime.formatType = SL_DATAFORMAT_MIME; in TestPlayUri()
DslesTestPlayUri.cpp174 mime.formatType = SL_DATAFORMAT_MIME; in TestPlayUri()
DslesTestLoopUri.cpp168 mime.formatType = SL_DATAFORMAT_MIME; in TestLoopUri()
/frameworks/wilhelm/tests/
DmimeUri_test.cpp148 mime.formatType = SL_DATAFORMAT_MIME; in TestPlayUri()
/frameworks/wilhelm/include/SLES/
DOpenSLES_Android.h48 SLuint32 formatType; member
/frameworks/base/telephony/java/android/telephony/
DPhoneNumberUtils.java1209 int formatType = defaultFormattingType; in formatNumber() local
1213 formatType = FORMAT_NANP; in formatNumber()
1216 formatType = FORMAT_JAPAN; in formatNumber()
1218 formatType = FORMAT_UNKNOWN; in formatNumber()
1222 switch (formatType) { in formatNumber()

12